/*------------------------------------------------------------------
[Master Stylesheet]
Project:	AutoStars
Version:	1.1
Last change:	02/17/15
Author:	imithemes
-------------------------------------------------------------------*/
/* Stylesheets and Google fonts import */
@import url("font-awesome.css");
@import url("line-icons.css");
@import url("animations.css");

/*------------------------------------------------------------------
[Table of contents]

0. CSS Reset
1. Basic Styles
2. Typography
3. Margin Bottom Sets
4. Padding Sets
5. Spacers Sets
6. Site Structure & Appearance
7. Responsive Media Queries
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #40454f;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

blockquote,
.pages .blockquote {
    border-left: 1px solid #0a7aaf;
    padding: 10px 0px 5px 30px;
    margin: 20px 0px;
    font-size: 18px;
    color: #0a356a;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

iframe {
    border: 0;
}

/* overrides because the site is over 1200px wide. */

@media (min-width: 1280px) {
    .container {
        width: 1240px;
    }
}

/* ==================================================
   1. Basic Styles
================================================== */

html, body {
    height: 100%;
}

html, hmtl a {
    width: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a {
    color: #0a7aaf;
    text-decoration: underline;
    cursor: pointer;
    /*FIXME current removing transition for all a tags */
    /*-webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;*/
}

a:hover,
a:active,
a:focus {
    text-decoration: underline;
    outline: 0;
    color: #0a6194;
}

a img {
    border: none;
}

a > img {
    vertical-align: middle;
}

.gray-bg {
    background: #CDCBCB;
}

.gray-text {
    color: #CDCBCB;
}

.lgray-bg {
    background: #F9F8F5;
}

.dgray-bg {
    background: #454545;
}

img {
    max-width: 100%;
}

img, object, embed, audio, video {
    max-width: 100%;
}

img {
    height: auto;
}

strong, .strong {
    font-weight: 700;
}

p {
    margin: 0 0 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: normal;
}

i, em, .italic {
    font-style: italic;
}

.uppercase {
    text-transform: uppercase;
}

.align-left {
    float: left;
    margin: 0 25px 0 0px !important;
}

.align-right {
    float: right;
    margin: 0 0 0 25px !important;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.color-text {
    color: #ffffff;
}

.through {
    text-decoration: line-through;
}

.border-radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder { /* Firefox 18- */
    color: #999;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

iframe {
    border: 0;
}

/* ==================================================
   2. Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    color: #333;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: .5px;
    font-family: 'Open Sans', serif;
}

h1 {
    font-size: 46px;
    color: #ef7622;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 20px;
    margin-bottom: 0px;
}

h2 {
    font-size: 32px;
    color: #ef7622;
    font-weight: bold;
}

h2 small {
    display: block;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 45%
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #0a7aaf;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h1.short, h2.short, h3.short, h4.short, h5.short, h6.short, p.short {
    margin-bottom: 5px;
}

h1.spaced, h2.spaced, h3.spaced, h4.spaced, h5.spaced, h6.spaced {
    margin-top: 22px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #333;
    text-decoration: none;
}

h1 .label, h2 .label, h3 .label, h4 .label, h5 .label, h6 .label {
    font-family: 'Open Sans', sans-serif;
}

.huge {
    font-size: 10em;
}

blockquote {
    margin: 30px 0;
    padding: 0 0 0 30px;
    border-left: 3px solid #222;
}

blockquote p {
    margin-bottom: 0;
    white-space: 1px;
    line-height: 1.8em;
    font-style: italic;
    color: #999;
    font-family: 'Playfair Display', serif;
}

blockquote cite {
    font-weight: 700;
}

blockquote cite:before {
    content: "- ";
}

p.lead {
    font-size: 20px;
    line-height: 28px;
}

p.md {
    font-size: 16px;
}

p.lg {
    font-size: 30px;
}

.lighter p {
    color: #ccc;
}

p.small {
    color: #999;
    font-size: 12px;
    line-height: 17px;
    margin-top: 10px;
}

.big {
    font-size: 200%;
    line-height: 1.5em;
}

.thin {
    font-weight: 300;
}

p.drop-caps:first-child:first-letter {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    padding: 4px;
    font-size: 75px;
    line-height: 60px;
}

p.drop-caps.secondary:first-child:first-letter {
    margin-right: 10px;
    padding: 6px 12px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
}

hr {
    display: block;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 1px;
    border: 0;
    background: #E8E8E8;
}

hr.sm {
    display: inline-block;
    margin: 0 0 15px 0;
    width: 40px;
    height: 2px;
    border: 0;
}

hr.md {
    display: inline-block;
    margin: 15px 0;
    width: 100px;
    height: 2px;
    border: 0;
}

hr.fw {
    display: block;
    clear: both;
    margin-top: 50px;
    margin-bottom: 43px;
    width: 100%;
    height: 1px;
    border: 0;
    background: #eee;
}

hr.fw.cont {
    margin: 20px 0;
}

ul.checks, ul.angles, ul.carets, ul.chevrons, ul.icons {
    margin: 0;
    list-style-type: none;
    margin-bottom: 20px;
}

ul.checks > li, ul.angles > li, ul.carets > li, ul.chevrons > li, ul.icons > li {
    margin: 5px 0;
}

ul.checks > li > i, ul.angles > li > i, ul.carets > li > i, ul.chevrons > li > i, ul.icons > li > i {
    margin-right: 2px;
}

ul.inline {
    margin: 10px 0;
}

ul.inline > li {
    display: inline-block;
    margin-right: 10px;
}

ul.inline > li i.fa {
    margin-right: 2px;
}

ul.nav-list-primary > li a {
    display: block;
    padding: 8px;
    border-bottom: 1px solid #eee;
    color: #666666;
    text-decoration: none;
}

ul.nav-list-primary > li a:hover {
    text-decoration: none;
}

ul {
    margin: 10px 0 10px 20px;
    list-style-type: disc;
}

ol {
    margin: 10px 0 10px 30px;
    list-style-type: decimal;
}

ul ul, ol ul {
    margin: 10px 0 10px 20px;
}

ul ul {
    list-style-type: circle;
}

dl {
    margin: 10px 0;
}

dl dt {
    font-weight: 700;
}

address.ico i {
    display: inline-block;
    float: left;
    clear: both;
    padding-top: 3px;
}

address.ico p {
    margin: 0;
    padding-bottom: 10px;
}

address.ico span {
    display: inline-block;
    padding-left: 20px;
}

.cursive {
    font-style: italic;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    color: #999;
}

/* ==================================================
   3. Margin Bottom Sets
================================================== */

.margin-0 {
    margin-bottom: 0 !important;
}

.margin-5 {
    margin-bottom: 5px !important;
}

.margin-10 {
    margin-bottom: 10px !important;
}

.margin-15 {
    margin-bottom: 15px !important;
}

.margin-20 {
    margin-bottom: 20px !important;
}

.margin-30 {
    margin-bottom: 30px !important;
}

.margin-40 {
    margin-bottom: 40px !important;
}

.margin-50 {
    margin-bottom: 50px !important;
}

.margin-60 {
    margin-bottom: 60px !important;
}

.margin-70 {
    margin-bottom: 70px !important;
}

.margin-80 {
    margin-bottom: 80px !important;
}

.push-top {
    margin-top: 35px;
}

/* ==================================================
   4. Padding Sets
================================================== */
.padding-b0 {
    padding-bottom: 0 !important;
}

.padding-tb0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.padding-tb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-tb45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.padding-tb75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.padding-tb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-tb125 {
    padding-top: 125px;
    padding-bottom: 125px;
}

/* ==================================================
   5. Spacers Sets
================================================== */
.spacer-10 {
    height: 10px;
    clear: both;
    width: 100%;
}

.spacer-20 {
    height: 20px;
    clear: both;
    width: 100%;
}

.spacer-30 {
    height: 30px;
    clear: both;
    width: 100%;
}

.spacer-40 {
    height: 40px;
    clear: both;
    width: 100%;
}

.spacer-50 {
    height: 50px;
    clear: both;
    width: 100%;
}

.spacer-60 {
    height: 60px;
    clear: both;
    width: 100%;
}

.spacer-75 {
    height: 75px;
    clear: both;
    width: 100%;
}

.spacer-100 {
    height: 100px;
    clear: both;
    width: 100%;
}

/* ==================================================
   5. Multi purpose Elements
================================================== */
.overlay-transparent {
    background: rgba(0, 0, 0, .7);
}

.overlay-white {
    background: rgba(255, 255, 255, .9);
}

.checkers-overlay {
    background: url(../images/checkers.png) repeat;
}

.pattern-overlay {
    background: url(../images/pattern.png) repeat;
}

.next-prev-nav {
    display: inline-block;
}

.next-prev-nav a {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
}

.next-prev-nav a:hover {
    color: #fff;
}

.meta-data {
    color: #CDCBCB;
    font-size: 12px;
    line-height: 16px;
    display: block;
    font-weight: 400;
}

.meta-data strong {
    color: #999;
}

.meta-data a {
    color: #CDCBCB;
}

.meta-data a:hover {
    text-decoration: none;
}

.meta-data > span {
    display: inline-block;
}

.meta-data i {
    margin-right: 4px;
}

.meta-data > span:last-child {
    margin-right: 0;
}

.meta-data.alt {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
}

.meta-data.alt > div {
    padding: 0 5px;
    display: inline-block;
}

.meta-data.alt > div:first-child {
    padding-left: 0;
    float: left;
}

.meta-data.alt > div:after {
    content: "/";
    margin-left: 10px;
}

.meta-data.alt > div:last-child:after {
    content: "";
}

p.meta-data {
    font-size: 16px;
    line-height: 1.7em;
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.media-box {
    position: relative;
    z-index: 1;
    display: inline-block;
    max-width: 100%;
}

.format-gallery .media-box {
    display: block;
}

.media-box .zoom, .media-box .expand {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 1.5em;
    z-index: 99;
    left: 0;
    top: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

.media-box .zoom .icon, .media-box .expand .icon {
    width: 44px;
    height: 44px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 44px;
    text-align: center;
    color: #ffffff !important;
    position: absolute;
    font-size: 1.2em;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
}

.img-thumbnail img:hover, .img-thumbnail:hover {
    opacity: .9
}

.media-box:hover .zoom, .media-box:hover .expand {
    opacity: 1;
    -webkit-transition: opacity .3s .2s;
    -moz-transition: opacity .3s .2s;
    -ms-transition: opacity .3s .2s;
    -o-transition: opacity .3s .2s;
    transition: opacity .3s .2s;
}

.media-box .media-box-wrapper {
    padding: 30px;
}

.social-icons, .social-icons-colored {
    margin: 0;
    list-style-type: none;
}

.social-icons li, .social-icons-colored li {
    display: inline-block;
    margin-right: 5px;
}

.social-icons li:last-child, .social-icons-colored li:last-child {
    margin-right: 0;
}

.social-icons li a {
    text-align: center;
    color: #666;
    display: block;
}

.social-icons-colored li a {
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #666;
    display: block;
    text-decoration: none;
    border: 0;
    background: rgba(0, 0, 0, .05);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.social-icons-colored li a:hover {
    color: #fff;
}

.social-icons-colored li.facebook a:hover {
    background: #3B5998;
}

.social-icons-colored li.twitter a:hover {
    background: #00ACED;
}

.social-icons-colored li.behance a:hover {
    background: #1769FF;
}

.social-icons-colored li.delicious a:hover {
    background: #3274D1;
}

.social-icons-colored li.deviantart a:hover {
    background: #4B5D50;
}

.social-icons-colored li.digg a:hover {
    background: #14589E;
}

.social-icons-colored li.dribbble a:hover {
    background: #EA4C89;
}

.social-icons li.foursquare a:hover {
    background: #2398C9;
}

.social-icons-colored li.github a:hover {
    background: #4183C4;
}

.social-icons-colored li.google a:hover {
    background: #245DC1;
}

.social-icons-colored li.googleplus a:hover {
    background: #D14836;
}

.social-icons-colored li.instagram a:hover {
    background: #3F729B;
}

.social-icons-colored li.jsfiddle a:hover {
    background: #4679A4;
}

.social-icons-colored li.linkedin a:hover {
    background: #007FB1;
}

.social-icons-colored li.pinterest a:hover {
    background: #CB2027;
}

.social-icons-colored li.reddit a:hover {
    background: #FF4500;
}

.social-icons-colored li.skype a:hover {
    background: #00AFF0;
}

.social-icons-colored li.tumblr a:hover {
    background: #2C4762;
}

.social-icons-colored li.vimeo a:hover {
    background: #44BBFF;
}

.social-icons-colored li.youtube a:hover {
    background: #CD332D;
}

.social-icons-colored li.flickr a:hover {
    background: #0063DB;
}

.social-icons-colored li a:hover {
    opacity: .8;
    color: #fff;
}

.btn-social {
    color: #fff !important;
    text-align: left !important;
}

.btn-social:hover {
    opacity: .9
}

.social-icons-colored.inversed a {
    color: #fff;
}

.social-icons-colored.rounded a {
    border-radius: 100%;
}

.social-icons-colored.inversed li.facebook a, .btn-facebook {
    background: #3B5998 !important;
}

.social-icons-colored.inversed li.twitter a, .btn-twitter {
    background: #00ACED !important;
}

.social-icons-colored.inversed li.behance a {
    background: #1769FF;
}

.social-icons-colored.inversed li.delicious a {
    background: #3274D1;
}

.social-icons-colored.inversed li.deviantart a {
    background: #4B5D50;
}

.social-icons-colored.inversed li.digg a {
    background: #14589E;
}

.social-icons-colored.inversed li.dribbble a {
    background: #EA4C89;
}

.social-icons-colored.inversed li.foursquare a {
    background: #2398C9;
}

.social-icons-colored.inversed li.github a {
    background: #4183C4;
}

.social-icons-colored.inversed li.google a {
    background: #245DC1;
}

.social-icons-colored.inversed li.googleplus a {
    background: #D14836;
}

.social-icons-colored.inversed li.instagram a {
    background: #3F729B;
}

.social-icons-colored.inversed li.jsfiddle a {
    background: #4679A4;
}

.social-icons-colored.inversed li.linkedin a {
    background: #007FB1;
}

.social-icons-colored.inversed li.pinterest a {
    background: #CB2027;
}

.social-icons-colored.inversed li.reddit a {
    background: #FF4500;
}

.social-icons-colored.inversed li.skype a {
    background: #00AFF0;
}

.social-icons-colored.inversed li.tumblr a {
    background: #2C4762;
}

.social-icons-colored.inversed li.vimeo a {
    background: #44BBFF;
}

.social-icons-colored.inversed li.youtube a {
    background: #CD332D;
}

.social-icons-colored.inversed li.flickr a {
    background: #0063DB;
}

.icon-box.icon-box-style1 .icon-box-head {
    display: block;
    border-bottom: 2px solid #f8f8f8;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.icon-box.icon-box-style1 .icon-box-head:before, .icon-box.icon-box-style1 .icon-box-head:after {
    display: table;
    content: " ";
}

.icon-box.icon-box-style1 .icon-box-head:after {
    clear: both;
}

.icon-box.icon-box-style1 .ico {
    float: left;
    width: 42px;
    height: 40px;
    color: #222;
    text-align: center;
    border: 1px solid #f8f8f8;
    line-height: 44px;
    font-size: 20px;
    margin-right: 15px;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

.icon-box.icon-box-style1:hover .ico {
    color: #fff;
}

.icon-box.icon-box-style1 .icon-box-head h4 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 10px;
}

.icon-box.icon-box-style1 p {
    margin-bottom: 0;
}

/* Hero Slider */

.flexslider .slider-text-container {
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 50%;
    height: auto;
    min-height: 200px;
    width: 7%;
    padding: 25px 50px;
}

.flexslider .slider-text-container .slider-text {
    color: #fff;
    font-family: "Open Sans", sans-serif;
}

.flexslider .slider-text-container .slider-text .slider-title {
    font-size: 34px;
    line-height: 34px;
    font-weight: bold;
    padding-bottom: 10px;
}

.flexslider .slider-text-container .slider-text .slider-content {
    font-size: 17px;
    line-height: 21px;
    font-weight: normal;
}

.flexslider .slider-text-container .slider-text .slider-content .slide-link {
    color: #ef7622;
    text-decoration: none;
}

.flex-control-paging {
    display: none;
}

.flex-direction-nav {
    background-color: #fff;
    position: absolute;
    top: 50%;
    height: 200px;
    width: 55px;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.flexslider .slides {
    zoom: 1;
    margin: 0;
    list-style-type: none;
}

.hero-slider {
    position: relative;
    z-index: 1;
    height: 500px;
    width: 100%;
    overflow: hidden;
}

.hero-slider .flex-viewport {
    width: 100%;
}

.hero-slider.flexslider > ul.slides {
    height: 100%;
}

.hero-slider.flexslider ul.slides li {
    height: 500px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-attachment: scroll !important
}

.flexslider ul.slides li > a {
    display: block;
}

.flexslider .flex-control-nav {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 111;
    left: 0;
    bottom: 10px;
    padding: 0;
    margin: 0;
}

.hero-slider.flexslider .flex-control-nav {
    bottom: -40px;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

.hero-slider.flexslider:hover .flex-control-nav {
    bottom: 10px;
    -webkit-transition: bottom .3s .2s;
    -moz-transition: bottom .3s .2s;
    -ms-transition: bottom .3s .2s;
    -o-transition: bottom .3s .2s;
    transition: bottom .3s .2s;
}

.flexslider .flex-control-nav li {
    display: inline;
}

.flexslider .flex-control-nav a {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #ffffff;
    display: inline-block;
    margin: 0 6px;
    text-indent: -9999px;
    text-decoration: none;
}

.flexslider .flex-prev, .flexslider .flex-next {
    background: rgba(34, 34, 34, .7);
    color: #F9F9F9;
    display: block;
    margin-bottom: 10px;
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 14px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    display: none;
    text-align: center;
    margin-top: -13px;
}

.flexslider .flex-prev {
    left: 10px;
    right: auto;
}

.flexslider .flex-prev:before {
    content: "\f104";
}

.flexslider .flex-next:before {
    content: "\f105";
}

.hero-slider.flexslider .flex-prev, .hero-slider.flexslider .flex-next {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    right: -100px;
    margin-top: -50px;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    font-size: 30px;
    line-height: 100px;
    display: block;
    text-align: left;
}

.flexslider:hover .flex-prev, .flexslider:hover .flex-next {
    display: block;
}

.hero-slider.flexslider ul.slides li > a {
    display: block;
    height: 100%;
    width: 100%;
}

.flex-caption {
    width: 400px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0px 0px -200px;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);
    padding: 20px 30px;
    color: #ccc;
    border-left: 4px solid transparent
}

.flex-caption h1, .flex-caption h2, .flex-caption h3 {
    margin-bottom: 15px;
    color: #fff;
}

.hero-slider.flexslider .flex-prev {
    left: -100px;
    padding-left: 60px;
}

.hero-slider.flexslider .flex-next {
    padding-left: 30px;
}

.hero-slider.flexslider:hover .flex-prev {
    left: -50px;
    -webkit-transition: left .3s .2s;
    -moz-transition: left .3s .2s;
    -ms-transition: left .3s .2s;
    -o-transition: left .3s .2s;
    transition: left .3s .2s;
}

.hero-slider.flexslider:hover .flex-next {
    right: -50px;
    -webkit-transition: right .3s .2s;
    -moz-transition: right .3s .2s;
    -ms-transition: right .3s .2s;
    -o-transition: right .3s .2s;
    transition: right .3s .2s;
}

.flex-direction-nav {
    margin: 0;
    list-style-type: none;
}

.entry .flexslider {
    margin-bottom: 40px;
}

.slider-wrapper {
    position: relative;
    max-height: 660px;
    min-height: 660px;
    background: #666;
}

.nivoSlider {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

.nivo-directionNav a {
    top: 45% !important;
}

.nivo-controlNav {
    /*width: 100%;*/
    z-index: 22;
    position: absolute;
    bottom: 10px;
}

.nivo-caption {
    background: rgba(0, 0, 0, .7);
    text-align: center;
}

.basic-link {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #ef7622;
    text-decoration: none;
}

.basic-link:hover {
    color: #333;
    text-decoration: none;
}

.basic-link.inverted {
    text-transform: uppercase;
    margin-top: 10px;
}

.basic-link.backward .fa-angle-right {
    display: none;
}

.grid-filter {
    margin: 0 0 50px 0;
}

.grid-filter-lable {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase
}

.sort-source {
    list-style-type: none;
    display: inline-block;
    margin: 0;
}

.sort-source li {
    display: inline-block;
}

.sort-source li:after {
    content: "/";
    color: #ccc;
}

.sort-source.nav-pills li:after {
    content: "";
}

.sort-source li:last-child:after {
    content: "";
}

.sort-source li a {
    color: #999;
    margin: 0 10px;
}

.sort-source.nav-pills li a {
    margin: 0;
}

.sort-source.nav-pills li.active a {
    color: #fff;
}

.sort-source li:first-child a {
    margin-left: 0;
}

.sort-source li a:hover {
    color: #222;
}

.sort-destination {
    margin: 0;
    list-style-type: none;
}

.selectpicker {
    font-weight: 400;
    padding-top: 4px;
    padding-bottom: 5px;
}

.selectpicker.btn-default {
    background: #fff;
    padding-left: 10px;
    text-transform: none;
    font-size: 14px;
    color: #555;
    letter-spacing: 0;
    font-family: 'Open Sans', sans-serif;
}

.input-lg .selectpicker {
    padding-top: 12px;
    padding-bottom: 11px;
}

.bootstrap-select.form-control {
    margin-bottom: 20px !important;
}

.action-icons {
    list-style-type: none;
    margin: 5px 0 0;
}

.icon-box-inline {
    display: block;
}

.icon-box-inline span {
    font-size: 36px;
    float: left;
    margin-right: 20px;
    width: 70px;
    height: 70px;
    border: 1px solid;
    text-align: center;
    border-radius: 100%;
}

.icon-box-inline span i:before {
    line-height: 70px !important;
}

.icon-box-inline strong {
    display: block;
    font-weight: 700;
    font-size: 16px;
    padding-left: 90px;
    margin-top: 12px;
}

.icon-box-inline p {
    padding-left: 90px;
}

.dgray-bg .icon-box-inline p {
    color: rgba(255, 255, 255, .4);
}

.carousel-wrapper {
    overflow: hidden;
    width: 100%;
    background: url(../images/loader.gif) no-repeat center center;
    min-height: 100px;
}

.btn-rounded {
    border-radius: 30px;
}

.light-title {
    color: #fff;
}

/* ==================================================
   6. Site Structure & Appearance
================================================== */
body {
    /*background-color: #fff;*/
    color: #999;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5em;
    background-attachment: fixed;
    overflow-x: hidden;
}

body.boxed {
    background-color: #666;
}

body.boxed .body {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    max-width: 1100px;
    height: auto;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

.topbar {
    background: #fff;
    height: 82px;
    overflow: visible;
    font-size: 12px;
    color: #999;
    line-height: 40px;
}

.topbar p {
    font-size: 13px;
    margin-bottom: 0;
}

.topbar .top-bar-navigation a {
    color: #ef7622;
}

.topbar .social-icons-colored {
    margin-right: -15px;
}

.topbar .social-icons-colored li {
    float: left;
    margin-right: 2px;
}

.topbar .social-icons-colored li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 1);
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 17px;
    color: #ccc;
}

.topbar .social-icons-colored li a:hover {
    color: #fff;
}

.header-style2 .topbar .social-icons-colored li a {
    background: none;
    color: #666;
}

.site-header {
    width: 100%;
    background: rgba(0, 0, 0, .7);
    border-top: 5px solid #ef7622;
    position: relative;
    top: 0;
    z-index: 998;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

.touch .site-header {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#page-editable-content div #accordion .training-accordion-button.collapsed {
    top: 97%;
}

#page-editable-content div #accordion .training-accordion-button {
    top: 94%;
}

/* first training topic. To target every topic after increment nth-child by where the next item is in relation to this */
#page-editable-content div:nth-child(2) #accordion .training-accordion-button.collapsed {
    top: 98%;
}

#page-editable-content div:nth-child(2) #accordion .training-accordion-button.collapsed {
    top: 98%;
}

@media (min-width: 1200px) {
    body.boxed .site-header, body.boxed .main-navbar {
        width: 1100px;
    }
}

.sp-cont {
    position: relative;
}

.navbar {
    margin-bottom: 0;
    width: 100%;
    z-index: 33;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 45px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    color: #777;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

.sticky-header .navbar {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.site-header {
    background: #e1e4e5;
    height: 60px;
}

.site-header .push-top {
    margin-top: 22px;
}

.site-logo {
    float: left;
    position: absolute;
    left: 15px;
    z-index: 999;
    top: -13px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.site-logo h1 {
    margin: 0;
    padding: 0px;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.site-logo img {
    display: block;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

.site-logo .logo-image {
    position: absolute;
    top: 17px;
    left: -19px;
}

.site-logo .tagline {
    position: relative;
    margin: 46px 0px 0px 139px;
}

.site-header-wrapper {
    z-index: 9999;
}

/* ==================================================
   6.1. Main Navigation
================================================== */
.main-navbar {
    background: #F9F8F5;
    width: 100%;
    position: relative;
    z-index: 99;
}

.is-sticky .main-navbar {
    background: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

nav.main-navigation ul.sf-menu {
    white-space: nowrap;
}

@media (min-width: 1280px) {
    nav.main-navigation ul.sf-menu li a {
        font-size: 18px !important;
    }
}

@media (max-width: 1279px) and (min-width: 1200px) {
    nav.main-navigation ul.sf-menu li a {
        font-size: 17px !important;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    nav.main-navigation ul.sf-menu li a {
        font-size: 12px !important;
    }
}

.main-navigation {
    font-family: 'Open Sans', sans-serif;
}

.header-style3 .main-navigation {
    float: none;
    text-align: center;
}

.mobile.dd-menu {
    display: none;
}

.top-bar-navigation {
    overflow: hidden;
}

.main-navigation > ul,
.top-bar-navigation {
    margin: 0;
    list-style-type: none;
    white-space: nowrap;
}

.main-navigation > ul > li {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.main-navigation > ul > li a {
    padding: 0 9px;
}

.main-navigation > ul > li:not(:first-child) a:before {
    content: '|';
    color: white;
    float: left;
    margin-right: 5px;
    display: inline-block;
    position: absolute;
    left: -4px;
}

@media (max-width: 1200px) {
    .main-navigation > ul > li:not(:first-child) a:before {
        left: 0.5px !important;
    }
    .main-navigation > ul > li a {
        margin: 0 5px !important;
    }

    .dd-menu > ul > li ul {
        left: 5px !important;
    }
}

.main-navigation > ul > li a:hover {
    background-color: #fff;
}

.main-navigation > ul > li > a {
    display: block;
    color: rgba(255, 255, 255, .8);
    line-height: 55px;
}

.main-navigation > ul > li > a {
    color: #092e6e;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}

.main-navigation > ul > li:last-child {
    margin-right: 0;
}

.main-navigation > ul > li:last-child a {
}

.main-navigation > ul > li > a > i {
    color: #999;
}

.site-header .navigation-background .col-md-8 {
    width: 63.4%;
}

.site-header .navigation-background .col-md-4 {
    padding-left: 0px;
}

.main-nav-right .login {
    display: inline-block;
    background-color: #0a7aaf;
    border-left: 5px solid #ef7622;
}

.main-nav-right .login a {
    color: #fff;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    padding: 17px 37px 17px 37px;
    background-image: url('/theme/img/login.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    text-decoration: none;
}

.main-nav-right .site-search {
    display: inline-block;
    width: 320px;
    margin: 2px 0px 0px 4px;
    position: absolute;
}

.main-nav-right .site-search input {
    width: 270px;
    background-color: #dc6310;
    color: #f7914a !important;
    border: 0px;
    font-size: 15px;
    font-weight: 600;
    padding: 14px;
    margin-top: -2px;
}

.main-nav-right .site-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #f7914a;
}

.main-nav-right .site-search input::-moz-placeholder { /* Firefox 19+ */
    color: #f7914a;
}

.main-nav-right .site-search input:-ms-input-placeholder { /* IE 10+ */
    color: #f7914a;
}

.main-nav-right .site-search input:-moz-placeholder { /* Firefox 18- */
    color: #f7914a;
}

.main-nav-right .site-search .search-form .btn.btn-search {
    float: right;
    background-image: url('/theme/img/site-search.png');
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    height: 19px;
    width: 16px;
    position: relative;
    margin: 12px 12px 0px 0px;
    z-index: 100;
}

@media (min-width: 3190px) {
    .navigation-background {
        background-image: linear-gradient(to right, #e1e4e5 58%, #ef7622 40%) !important;
    }
}

@media (min-width: 2440px) and (max-width: 3189px) {
    .navigation-background {
        background-image: linear-gradient(to right, #e1e4e5 60%, #ef7622 40%) !important;
    }
}

@media (min-width: 1790px) and (max-width: 2439px) {
    .navigation-background {
        background-image: linear-gradient(to right, #e1e4e5 61%, #ef7622 40%) !important;
    }
}

@media (min-width: 1502px) and (max-width: 1789px) {
    .navigation-background {
        background-image: linear-gradient(to right, #e1e4e5 63%, #ef7622 40%) !important;
    }
}

@media (min-width: 1302px) and (max-width: 1501px) {
    .navigation-background {
        background-image: linear-gradient(to right, #e1e4e5 65%, #ef7622 40%) !important;
    }
}

@media (min-width: 1224px) and (max-width: 1301px) {
    .navigation-background {
        background-image: linear-gradient(to right, #e1e4e5 66%, #ef7622 40%) !important;
    }
}

@media (min-width: 1210px) and (max-width: 1223px) {
    .navigation-background {
        background-image: linear-gradient(to right, #e1e4e5 67%, #ef7622 40%) !important;
    }
}

@media (min-width: 1200px) and (max-width: 1209px) {
    .navigation-background {
        background-image: linear-gradient(to right, #e1e4e5 68%, #ef7622 40%) !important;
    }
}

@media (min-width: 1187px) and (max-width: 1199px) {
    .navigation-background {
        background-image: linear-gradient(to right, #e1e4e5 62%, #ef7622 40%) !important;
        height: 49px
    }

    .site-header {
        height: 52px;
    }
}

@media (min-width: 999px) and (max-width: 1186px) {
    .navigation-background {
        background-image: linear-gradient(to right, #e1e4e5 65%, #ef7622 40%) !important;
        height: 49px
    }

    .main-nav-right .site-search {
        width: 232px !important;
    }

    .main-nav-right .site-search input {
        padding: 12px 10px !important;
    }

    .site-header {
        height: 52px;
    }
}

@media (min-width: 992px) and (max-width: 998px) {
    .navigation-background {
        background-image: linear-gradient(to right, #e1e4e5 65%, #ef7622 40%) !important;
        height: 49px
    }

    .main-nav-right .site-search {
        width: 232px !important;
    }

    .main-nav-right .site-search input {
        padding: 12px 10px !important;
    }

    .site-header {
        height: 52px;
    }
}

.top-bar-navigation > li {
    position: relative;
    display: inline-block;
    margin: 20px 3px;
}

.top-bar-navigation > li > a {
    height: 82px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 0px;
    text-decoration: none;
}

.top-bar-navigation > li > a:after {
    content: "|";
    padding: 0px 0px 0px 5px;
    color: #000;
    font-weight: normal;
}

.top-bar-navigation > li:last-of-type > a:after {
    content: "";
    padding: 0px;
}

.top-bar-navigation .estimate a,
.top-bar-navigation .apply a,
.top-bar-navigation .resources a,
.top-bar-navigation .calendar a,
.top-bar-navigation .search a {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 23px;
}

.top-mobile-navigation .estimate a,
.top-mobile-navigation .apply a,
.top-mobile-navigation .resources a,
.top-mobile-navigation .calendar a,
.top-mobile-navigation .search a {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 50px;
}

.top-mobile-navigation .estimate a,
.top-mobile-navigation .apply a,
.top-mobile-navigation .resources a,
.top-mobile-navigation .calendar a,
.top-mobile-navigation .search a {
    background-position-x: 23px;
}

.top-bar-navigation .estimate a,
.top-mobile-navigation .estimate a {
    background-image: url('/theme/img/estimate-icon-2.png');
}

.top-bar-navigation .apply a,
.top-mobile-navigation .apply a {
    background-image: url('/theme/img/apply-icon.png');
}

.top-bar-navigation .resources a,
.top-mobile-navigation .resources a {
    background-image: url('/theme/img/resources-icon.png');
}

.top-bar-navigation .calendar a,
.top-mobile-navigation .calendar a {
    background-image: url('/theme/img/calendar-icon.png');
}

.top-bar-navigation .search a,
.top-mobile-navigation .search a {
    background-image: url('/theme/img/search-accredited-icon.png');
}

@media only screen and (max-width: 991px) {
    .top-bar-navigation .estimate a,
    .top-bar-navigation .apply a,
    .top-bar-navigation .resources a,
    .top-bar-navigation .calendar a,
    .top-bar-navigation .search a {
        background-image: none !important;
        padding-left: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
    .top-bar-navigation {
        display: none;
    }
}

.sticky-header .main-navigation > ul > li > a > i {
    color: #999;
}

.dd-menu .dropdown-toggle span {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #ef752f transparent transparent transparent;

    display: inline-block !important;
    position: relative;
    top: 12px;
    left: 4px;
}

.dd-menu .dropdown-toggle.open span {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #ef752f transparent;

    display: inline-block !important;
    position: relative;
    top: 6px;
    left: 4px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait){
    .dd-menu .dropdown-toggle span {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #ef752f transparent transparent transparent;

        display: inline-block !important;
        position: relative;
        top: -6px;
        left: 4px;
    }

    .dd-menu .dropdown-toggle.open span {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 5px 5px;
        border-color: transparent transparent #ef752f transparent;

        display: inline-block !important;
        position: relative;
        top: 6px;
        left: 4px;
    }
}

.dd-menu .fa.fa-angle-down,
.dd-menu .fa.fa-angle-up {
    color: transparent;
}

.dd-menu > ul > li ul {
    margin: 0;
    list-style-type: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    display: none;
    min-width: 120px;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    margin-left: 0;
    border-radius: 0px;
}

.dd-menu > ul > li ul {
    top: 100%;
}

.dd-menu > ul > li ul.last-childer {
    left: auto !important;
    right: 0;
}

.dd-menu > ul > li ul.last-childer li a {
    padding-right: 20px;
}

.dd-menu > ul > li:hover ul {
    display: block;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.dd-menu > ul > li > ul li {
    line-height: normal;
    font-size: 14px;
    position: relative;
    font-weight: 400;
    border-left: 0px;
}

.dd-menu > ul > li.megamenu > ul li {
    border-left: 0;
}

.dd-menu > ul > li > ul li > a {
    display: block;
    color: #04457d;
    padding: 12px 20px 12px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    white-space: nowrap;
    text-decoration: none;
}

.dd-menu > ul > li > ul > li a:hover {
    color: #222;
}

.dd-menu > ul > li > ul > li > a:hover {
    text-decoration: none;
    background-color: #f9f8f5
}

.dd-menu > ul > li > ul > li:last-child > a {
    border-bottom: 0;
}

.dd-menu > ul > li > ul li ul {
    margin: 0;
    list-style-type: none;
    left: 100% !important;
    top: 0;
    min-width: 150px;
    position: absolute;
}

.dd-menu > ul > li > ul > li > ul {
    border-top: 0;
    border-radius: 0
}

.dd-menu > ul > li > ul li ul.last-childer {
    left: auto !important;
    right: 107%;
}

.dd-menu > ul > li.megamenu {
    position: inherit !important;
    left: 0;
    border-left: 0;
}

.dd-menu > ul > li.megamenu i {
    font-size: 100%;
}

.main-navigation > ul > li ul:before {
    position: absolute;
    left: 50%;
    top: auto;
    margin: -10px 0px 0px -10px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 5px;
    border-bottom-color: #fff;
    content: " ";
    pointer-events: none;
}

.main-navigation > ul > li ul li ul:before {
    position: absolute;
    left: 0;
    top: auto;
    margin: 15px 0px 0px -10px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 5px;
    border-right-color: #CDCBCB;
    content: " ";
    pointer-events: none;
}

.main-navigation > ul > li.megamenu ul li ul:before {
    display: none;
}

.dd-menu > ul > li.megamenu > ul {
    margin: 0;
    list-style-type: none;
    left: 0px;
    min-width: inherit;
    color: #777;
    width: 100%;
}

.dd-menu .megamenu-container {
    padding: 25px;
    width: 100%;
}

.dd-menu .megamenu-container .mm-col {
    border-right: 1px solid #eee;
}

.dd-menu .megamenu-container .mm-col:last-child {
    border-right: 0;
}

.dd-menu .megamenu-container p {
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0;
}

.dd-menu .megamenu-container ul {
    margin: 0;
    background: none;
    list-style-type: none;
    display: block !important;
    color: #777;
    left: 0 !important;
    box-shadow: none;
    opacity: 1 !important;
    background: transparent;
    position: static !important;
    text-align: left !important;
    margin-left: 0;
    border-top: 0;
}

.dd-menu > ul > li.megamenu .meta-data {
    text-transform: none;
}

.dd-menu .megamenu-container .megamenu-sub-title {
    display: block;
    padding-bottom: 7px;
    margin-bottom: 22px;
    font-weight: 400;
    font-size: 17px;
    color: #333;
    font-weight: 700;
    text-align: left;
}

.dd-menu .megamenu-container .megamenu-sub-title .accent-color {
    font-weight: 400;
}

.dd-menu .megamenu-container ul li {
    font-size: 14px;
    border-left: 0;
}

.dd-menu .megamenu-container ul li a {
    display: inline-block;
    padding: 0 0 10px;
    margin: 0;
    border-bottom: 0;
}

.dd-menu .megamenu-container ul.sub-menu li a {
    display: block;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
}

.dd-menu .megamenu-container ul.sub-menu li:first-child a {
    padding-top: 0;
}

.dd-menu .megamenu-container ul li a i {
    display: none;
}

.dd-menu .megamenu-container ul.sub-menu li a:hover {
    text-decoration: none;
}

#menu-toggle {
    float: right;
    font-size: 24px;
    line-height: 45px;
    color: #fff;
}

.header-style2 #menu-toggle {
    color: #222;
}

.hero-area {
    position: relative;
    top: 0;
    margin-bottom: 0;
    z-index: 2;
    background: #ccc;
    min-height: 200px;
}

.notice-bar {
    background: #fff;
}

.notice-bar.interior .container {
    padding-left: 0px;
}

.home .notice-bar {
    padding: 20px 0;
}

.notice-bar p {
    margin-bottom: 0;
}

.notice-bar .breadcrumb {
    background-color: transparent;
    color: #a5a5a5;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    /*padding: 8px 0px;*/
}

.notice-bar .breadcrumb a {
    color: #0a7aaf;
    text-decoration: none;
}

#homepageGeneralContent h3.widget-title {
    font-size: 32px;
    font-weight: bold;
    color: #ef7622;
    text-transform: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#homepageGeneralContent ul {
    list-style: none;
}

#homepageGeneralContent h3.widget-title:before {
    display: none;
}

#homepageGeneralContent .basic-link.homepage-general-content-link1 {
    background-color: #0a7aaf;
    margin-bottom: 2px;
    padding: 10px 20px;
}

#homepageGeneralContent .basic-link.homepage-general-content-link2,
.training-button-links a,
.blue-box-link {
    background-color: #04457d;
    padding: 10px 20px;
    text-decoration: none !important;
}

#homepageGeneralContent .basic-link.homepage-general-content-link2:hover,
.training-button-links a:hover,
.blue-box-link:hover {
    background-color: #ef7622;
    color: #fff;
}

#homepageGeneralContent .basic-link.homepage-general-content-link1 span,
#homepageGeneralContent .basic-link.homepage-general-content-link2 span,
.training-button-links a,
.blue-box-link {
    color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #homepageGeneralContent .content-box {
        height: 290px !important;
    }
}

@media (max-width: 991px) {
    #homepageGeneralContent .content-box {
        height: 330px !important;
    }

    #homepage-events .widget,
    #homepage-resources .widget {
        max-width: 100% !important;
        margin-bottom: 100px !important;
    }

    #homepage-events .event-list-item,
    #homepage-resources .resource-list-item,
    #homepage-resources .testimonial-list-item {
        max-width: 100% !important;
        min-height: 300px;
    }
}

#homepageGeneralContent .content-box {
    display: inline-block;
    height: 250px;
    width: 100%;
    position: relative;
    background-color: #ecefef;
    overflow: visible;
    margin-top: 30px;
}

#homepageGeneralContent .vertical-divider-1,
#homepageGeneralContent .vertical-divider-2 {
    background-image: url('/theme/img/homepage-section-divider.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 6px 169px;
    height: 169px;
    width: 6px;
    position: absolute;
    top: 45px;
    right: -9px;
}

.featured-block {
    text-align: center;
    margin: -25px 0px 10px;
}

.featured-block h3 a:hover {
    color: #333;
}

.featured-block h4 {
    margin: 0px;
}

.featured-block-in {
    background: #fff;
    padding: 15px 25px;
    padding-top: 25px
}

.featured-block figure {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.featured-block figure a {
    display: block;
}

.featured-block figure img {
    transition: all .2s ease-in-out;
}

.featured-block figure:hover img {
    transform: scale(1.1);
}

.featured-block.featured-block-secondary figure {
    margin-bottom: 0;
}

.featured-block.featured-block-secondary figure:hover img {
    transform: none;
}

.featured-block figure .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 164px;
    display: block;
}

.featured-block p,
#homepageGeneralContent p {
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #272b33;
}

.featured-block.featured-block-secondary p {
    margin-bottom: 18px;
}

.content {
    padding: 0;
}

.home .content {
    padding-bottom: 0;
}

.title-bar h4 {
    transform: skewX(30deg);
    background: #454545;
    display: inline-block;
    position: relative;
    padding: 15px 40px;
    margin-bottom: -1px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
}

.title-bar h4 span {
    transform: skewX(-30deg);
    text-transform: uppercase;
    display: inline-block;
}

.widget-title {
    padding-bottom: 18px;
    margin-bottom: 25px;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.lgray-bg .widget-title {
    margin-bottom: 40px;
}

.sidebar-widget .widget-title {
    text-transform: none;
}

.sidebar-widget .widget-title:before {
    background: #eee;
    width: 100%;
    height: 3px;
}

h3.widget-title {
    font-size: 24px;
}

.widget-title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
    content: " ";
    z-index: 1;
}

.widget-title.text-align-center:before {
    left: 50%;
    margin-left: -40px;
}

.widget-title.text-align-right:before {
    left: auto;
    right: 0;
}

.embed-responsive-16by9 {
    margin-bottom: 20px;
}

@media (max-width: 991px) {

    footer.site-footer .container {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-widget .widget-title {
        font-size: 27px !important;
        padding-bottom: 0 !important;
        background-image: none !important;
        padding-left: 0px !important;
        margin-bottom: 10px !important;
        line-height: 30px !important;
    }

    .footer-widget.widget_links ul {
        margin-left: -30px;
    }

    .footer-widget.mailing-list-widget .first-name.col-md-6,
    .footer-widget.mailing-list-widget .last-name.col-md-6,
    .footer-widget.mailing-list-widget .email-address {
        padding: 0px !important;
    }

    .footer-widget.mailing-list-widget .help-block {
        margin-top: 0px !important;
        margin-bottom: 8px !important;
    }

    .footer-widget.mailing-list-widget .email-address {
        margin: 0px !important;
    }
}

@media (max-width: 768px) {
    .footer-widget.mailing-list-widget {
        padding-left: 20px !important;
    }
}

.footer-widget .widget-title,
.footer-widget .widget-title a {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    color: #fff;
    text-align: center;
}

.footer-widget .widget-title {
    padding-bottom: 51px;
}

.footer-widget .widget-title:before {
    display: none;
}

.mailing-list-panel {
    background: #004c8a;
    padding: 33px 0;
    margin: -28px 0;
}

.footer-widget.mailing-list-widget {
    max-width: 540px;
}

.footer-widget.mailing-list-widget .form-group .form-control {
    border-radius: 0px;
    color: #fff;
    background-color: #04457d;
    border: 0px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.footer-widget.mailing-list-widget .form-group {
    margin-bottom: 0px;
}

.footer-widget.mailing-list-widget .col-md-6 {
    padding: 0px;
}

.footer-widget.mailing-list-widget .first-name.col-md-6 {
    padding: 0px 2px 0px 15px;
}

.footer-widget.mailing-list-widget .last-name.col-md-6 {
    padding: 0px 15px 0px 2px;
}

.footer-widget.mailing-list-widget .email-address {
    margin: -5px 0px 0px;
}

#mailinglist-submit.btn,
#mailinglist-reset.btn {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #04457d;
    background-color: transparent;
    padding: 5px;
}

#mailinglist-submit.btn:hover,
#mailinglist-reset.btn:hover {
    color: #ef7622;
}

#mailinglist-form .btn-divider {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.footer-widget.widget_links .editable-content-region-footerQuickLinks {
    margin-top: 35px;
}

.footer-widget.widget_links .editable-content-region-footerQuickLinks ul li {
    border-bottom: none !important;
    padding-bottom: 0px !important;
    margin-bottom: 8px !important;
    margin-left: 86px !important;
}

.footer-widget .editable-content-region-footerQuickLinks ul li a {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    color: #fff !important;
    text-decoration: underline;
}

.footer-widget .editable-content-region-footerQuickLinks ul li a:before {
    content: "\2022";
    color: #fff;
    display: inline-block;
    width: 15px;
    font-size: 18px;
    font-weight: bold;
    margin-left: -14px;
    vertical-align: middle;
    margin-right: 8px;
}

.footer-widget .editable-content-region-footerQuickLinks ul li a:hover {
    color: #ef7622 !important;
}

.footer-widget .social-links {
    padding-left: 10px;
    width: 165px;
    margin: 0 auto;
}

.footer-widget .social-links li {
    display: inline-block;
    float: left;
    width: 50px;
}

.footer-widget .social-links .fa {
    visibility: hidden;
    width: 22px;
    padding-left: 6px;
    position: relative;
}

.footer-widget .social-links a {
    background-color: #ef7622;
    border-radius: 60px;
    padding: 10px;
    width: 40px;
}

.footer-widget .social-links a:hover {
    background-color: #04457d;
}

.footer-widget .social-links .fa:before {
    visibility: visible;
    color: #fff;
    position: absolute;
}

/*Targets internet explorer 11*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .footer-widget .social-links .fa {
        visibility: visible !important;
        font-size: 0px;
    }

    .footer-widget .social-links .fa:before {
        top: -14px;
        font-size: 16px;
    }
}

.footer-widget.contact-info {
    background: #004c8a;
    padding: 19px;
    margin: -28px;
}

.footer-widget.contact-info,
.footer-widget.contact-info a {
    color: #fff;
    text-decoration: none;
}

.footer-widget.contact-info ul {
    list-style: none;
}

.footer-widget.contact-info .link {
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.footer-widget.contact-info .link .contact-link {
    color: #283a49 !important;
    text-decoration: underline;
    background-image: url('/theme/img/contact-link.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    padding-bottom: 10px;
}

.footer-widget.contact-info .contact-info-block h3 {
    color: #ef7622;
    font-weight: 800;
    font-size: 25px;
}

.footer-widget.contact-info strong {
    color: #fff;
}

.footer-widget.contact-info .address,
.footer-widget.contact-info .phone,
.footer-widget.contact-info .hours,
.footer-widget.contact-info .mail
 {
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-left: 26px;
    padding-bottom: 5px;
    color: #fff;
}

.footer-widget.contact-info .address {
    background-image: url('/theme/img/address-marker.png');
    padding-bottom: 0px;
}

.footer-widget.contact-info .phone {
    background-image: url('/theme/img/phone-icon.png');
}

.footer-widget.contact-info .hours {
    background-image: url('/theme/img/clock-icon.png');
}

.footer-widget.contact-info .mail {
    background-image: url('/theme/img/mail-icon.png');
}

.exhibitions-timeline {
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
    margin-bottom: 25px;
    border: 1px solid #eee;
}

.timeline-stamp {
    width: 22%;
    float: left;
}

.timeline-stamp-table {
    display: table;
    vertical-align: middle;
}

.timeline-stamp-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.timeline-stamp-in {
    display: block;
    padding: 30px;
}

.timeline-stamp-day {
    display: block;
    font-size: 75px;
    line-height: 60px;
    font-weight: 700;
}

.timeline-stamp-month {
    text-transform: uppercase;
    display: inline-block;
    margin-top: 5px;
    font-size: 15px;
    line-height: 16px;
}

.timeline-stamp-weekday {
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    opacity: .7;
    display: block;
}

.timeline-slot {
    float: left;
    width: 78%;
    background: #fff;
    border-left: 1px solid #eee;
}

ul.slot-exhibitions {
    list-style-type: none;
    margin: 0;
}

ul.slot-exhibitions li:before, ul.slot-exhibitions li:after, .exhibitions-timeline:before, .exhibitions-timeline:after {
    content: ' ';
    display: table;
}

ul.slot-exhibitions li:after, .exhibitions-timeline:after {
    clear: both;
}

ul.slot-exhibitions li {
    padding: 0;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #eee;
    background: #fff;
    padding: 13px 25px;
    z-index: 2;
}

ul.slot-exhibitions li:last-child {
    border-bottom: 0;
}

.exhibition-time {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 6px 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin-top: 4px;
    display: inline-block;
    margin-bottom: 10px;
}

ul.slot-exhibitions li .exhibition-time {
    float: left;
    width: 90px;
    margin-bottom: 0;
    padding: 6px 0;
    background: #fff;
}

.exhibition-teaser {
    padding-left: 112px;
}

ul.slot-exhibitions li h5 {
    margin-bottom: 7px;
    text-transform: capitalize;
}

.event-featured-img {
    margin: -25px -24px 18px;
    display: block;
    max-width: none;
}

.grid-item-content:before, .grid-item-content:after {
    content: " ";
    display: table;
}

.grid-item-content:after {
    clear: both;
}

.grid-item {
    background: #fff;
}

.grid-item-content, .grid-item-header {
    padding: 20px;
    border: 1px solid #eee;
    position: relative;
}

.grid-item-date {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
}

.grid-item-day {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-top: 6px;
}

.grid-item-month {
    color: #fff;
    display: block;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
}

.grid-item-meta {
    float: left;
    margin-top: 3px;
}

#news-slider .grid-item-excerpt {
    padding-bottom: 25px;
}

#news-slider .basic-link {
    position: absolute;
    right: 20px;
    bottom: 22px;
}

#news-slider .meta-data {
    position: absolute;
    left: 20px;
    bottom: 25px;
}

.container-fluid.testimonial-container {
    background-image: url('/theme/img/testimonial-top-border.png');
    background-repeat: repeat-x;
    background-position: top left;
    min-height: 350px;
    margin-bottom: 50px;
}

.testimonial-navigation {
    height: 90px;
    font-family: 'Open Sans', 'Arial', sans-serif;
    color: #fff;

}

.testimonial-navigation .title-quote {
    font-size: 114px;
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #283a49;
    display: inline-block;
    margin-top: 63px;
}

.testimonial-navigation h2 {
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-left: 55px;
    margin-top: -99px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait){
    .testimonial-navigation h2 {
        font-family: 'Open Sans', 'Arial', sans-serif;
        font-size: 32px;
        font-weight: 700;
        color: #fff;
        display: block;
        margin-left: 55px;
        margin-top: -65px;
    }
}

.testimonial-navigation ul {
    margin: 0px !important;
}

.testimonial-navigation ul li {
    display: inline-block;
    height: auto;
    width: auto;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-top: 36px;
}

.testimonial-navigation ul li a {
    padding: 35px 24px 34px;
    color: #fff;
    text-decoration: none;
}

.testimonial-navigation ul li:hover a,
.testimonial-navigation ul li.active a {
    background-color: #ef7622;
    text-decoration: none;
}

.testimonial-navigation ul li .testimonial-navigation-diamond {
    display: none;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
}

.testimonial-navigation ul li.active .testimonial-navigation-diamond,
.testimonial-navigation ul li:hover .testimonial-navigation-diamond {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ef752f transparent transparent transparent;

    display: block;
    position: relative;
    top: 34px;
    margin: 0 auto;

    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
}

.testimonials {
    min-height: 250px;
    margin-bottom: 30px;
}

.featured-section {
    min-height: 530px;
}

.site-footer {
    height: 295px;
    padding: 28px 0px 45px;
    background: #0a7aaf;
}

.site-footer-bottom {
    padding: 20px 0;
    height: 60px;
    min-height: 200px;
    background-color: #283a49;
}

.copyrights-left p {
    margin-bottom: 0;
    font-size: 16px;
    color: #fff !important;
}

.copyrights-left p a {
    color: #ef7622 !important;
    text-decoration: none;
}

.page-header {
    margin: 0;
    padding: 0;
    border: 0;
    background: url(../images/diagonal.png) repeat;
    background-size: auto;
    background-color: #ccc;
    color: #fff;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
}

.page-header > div {
    display: table;
    width: 100%;
    height: 260px;
    vertical-align: middle;
}

.page-header > div > div {
    display: table-cell;
    vertical-align: middle;
}

.header-style1 .page-header > div > div > span {
    display: inline-block;
    margin-top: 40px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px;
}

.staff-member {
    text-align: center;
    min-height: 430px;
    max-height: 430px;
    padding: 20px 0px 10px;
}

.staff-member:hover {
    background-color: #ebeded;
}

.staff-member figure img {
    border: 5px solid #ccc;
    border-radius: 150px;
    margin: 0px auto 20px;
}

.staff-member:hover figure img {
    border: 5px solid #0a7aaf;
    -webkit-box-shadow: 0px -1px 5px 2px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px -1px 5px 2px rgba(0, 0, 0, 0.16);
    box-shadow: 0px -1px 5px 2px rgba(0, 0, 0, 0.16);
}

.staff-member h3 {
    margin-bottom: 0px;
}

.staff-member h3,
.staff-bod ul li h3 {
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    text-transform: uppercase;
}

.staff-bod ul li h3 {
    float: left;
    margin-bottom: 0px;
}

.staff-bod .bod-member-title {
    padding-bottom: 10px;
}

.staff-member h4,
.staff-bod ul li h4,
#staff-page .modal-dialog .modal-content .modal-header h4 span {
    font-weight: normal;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 30px;
}

.staff-member h4 {
    max-width: 280px;
    min-height: 55px;
    margin: 0 auto;
}

.staff-member .linkedin,
.staff-bod .linkedin {
    margin-top: 20px;
    background-image: url('/theme/img/linkedin-small.png');
    background-repeat: no-repeat;
    background-size: 32px 32px;
    display: inline-block;
    height: 32px;
    width: 32px;
    text-indent: -5000px;
}

.staff-bod .linkedin {
    margin: 0px 0px 20px;
}

.staff-bod ul li h4 {
    display: inline-block;
    margin-bottom: 0px;
    padding-left: 10px;
    vertical-align: text-top;
}

.staff-bod .staff-lead-paragraph {
    color: #40454f;
    margin: 0 0 5px !important;
}

.staff-bod {
    margin-bottom: 50px;
}

.staff-member .btn {
    color: #e6edf2;
    background-color: #04457d;
    padding: 10px 20px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}

.staff-bod ul {
    list-style: none;
}

/* staff member modal */
#staff-page .modal-dialog .modal-content .modal-header {
    border-bottom: 0px;
}

#staff-page .modal-dialog .modal-content .modal-header h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 22px;
    font-style: normal;
    color: #333;
}

#staff-page .modal-dialog .modal-content .modal-header h4 span {
    margin-bottom: 0px;
    color: #0a7aaf;
    padding-left: 10px;
    vertical-align: middle;
}

#staff-page .modal-dialog .modal-content {
    background-color: #c7cccd;
    border-radius: 0px !important;
    border: 0px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    color: #40454f;
}

#staff-page .modal-dialog .close {
    color: #fff;
    opacity: 1;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 200px auto;
    }
}

.divider {
    background: url(/theme/img/hr-dotted-bg.gif) repeat-x;
    margin: 50px 0px;
    padding: 1px 0px;
}

.divider-thin {
    background: url(/theme/img/hr-dotted-bg.gif) repeat-x;
    margin: 30px 0px;
    padding: 1px 0px;
}

/* testimonials (index) */
.testimonial {
    border: 1px solid #ccc;
    border-radius: 0px;
}

.testimonial {
    padding: 20px;
}

.testimonials-container {
    min-height: 1200px;
}

.testimonials-container .title-quote {
    font-size: 114px;
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #04457d;
    display: block;
    position: relative;
    margin-top: 31px;
}

.testimonials-container .teaser {
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-size: 16px;
    color: #40454f;
    margin-left: 66px;
    margin-top: -20px;
    padding-bottom: 25px;
}

/* frequently asked questions */
.filter-title {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 26px;
    color: #0a7aaf;
    padding: 10px 0px 15px 40px;
    background-image: url('/theme/img/faq-filter-icon.png');
    background-repeat: no-repeat;
    background-position: left 6px;
}

.faq-keyword-filter {
    margin-bottom: 30px;
}

.faq-keyword-filter .form-group.required.col-md-11,
.faq-keyword-filter .form-group.required.col-md-11.form-error,
.faq-keyword-filter .col-md-12 {
    padding: 0px;
}

.faq-keyword-filter .col-md-12 input[type="text"],
.faq-keyword-filter .col-md-12 input[type="text"].form-control.form-error,
input#keywords.col-md-12.form-control.form-error {
    padding: 15px 20px;
    border: 0px;
    background-color: #e9ebeb;
    -webkit-box-shadow: inset 10px 10px 5px -9px rgba(175, 177, 177, 1);
    -moz-box-shadow: inset 10px 10px 5px -9px rgba(175, 177, 177, 1);
    box-shadow: inset 10px 10px 5px -9px rgba(175, 177, 177, 1);
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    height: auto !important;
    border-radius: 0px !important;
}

.faq-keyword-filter .btn.filter {
    background: #ef7622;
    color: #fff;
    padding: 13px 30px;
    margin-left: 10px;
    border-radius: 0px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 15px;
}

.resources-index .btn-clear {
    float: right;
}

.resources-index .btn-clear,
.faq-keyword-filter .btn-clear {
    display: inline-block;
    padding: 0px 0px 0px 15px;
    color: #cccccc;
}

.faq-keyword-filter .form-group.required.col-md-11.form-error > .error-message-content {
    color: darkred;
}

.panel {
    box-shadow: none;
}

.panel-body.faq-container {
    min-height: 1200px;
}

.panel-default {
    border: 0px !important;
}

.panel-default .category-group {
    border: 1px solid #ccc;
    border-radius: 0px;
}

.panel-default .category-group:not([style*="display: none"]) + .category-group {
    margin-top: 62px;
}

.panel-default .category-group:not([style*="display: none"]) + .category-group:before {
    background: url("/theme/img/hr-dotted-bg.gif") repeat-x;
}

.category-group:before {
    content: " ";
    display: block;
    transform: translateY(-62px);
    margin: 30px 0px 0px 0px;
    padding: 1px 0px;
}

.panel-default .category-group h2 {
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-size: 15px;
    font-weight: 600;
    color: #767672;
    background-color: #e1e4e5;
    border-radius: 10px;
    padding: 3px 15px;
    margin: 25px;
    display: inline-block;
    border: 1px solid #d2d4d6;
}

.panel-default .category-group h2:before {
    content: "\2022";
    color: #ef7622;
    display: inline-block;
    width: 7px;
    font-size: 20px;
    font-weight: bold;
    margin-left: -3px;
    vertical-align: middle;
    margin-right: 10px;
}

.panel-default .faq-container .category-group .faq-item.active {
    background-color: #ebeded;
    padding-bottom: 0px;
    border-bottom: 1px solid #FFF;
}

.panel-default .faq-container .category-group .faq-item.active .faq-text {
    background: transparent;
    cursor: pointer;
}

.panel-default .faq-container .category-group .faq-item .inactive {
    right: 57px;
    position: absolute;
}

.panel-default .faq-container .category-group .faq-item.active .inactive {
    display: none;
}

.panel-default .faq-container .category-group .faq-item .faq-title {
    padding-left: 12px;
}

.panel-default .faq-container .category-group .faq-item .faq-title h3,
.panel-default .faq-container .category-group .faq-item .faq-text h3,
.titled-widget-body .item-body h3 {
    color: #04457d;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.panel-default .faq-container .category-group .faq-item .faq-title .question,
.titled-widget-body .question {
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-size: 16px;
    color: #40454f;
}

.panel-default .faq-container .category-group .faq-item .faq-title .fa,
.panel-default .faq-container .category-group .faq-item .faq-text .fa {
    background-color: #04457d;
    width: 44px;
    height: 30px;
    border: 0px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-right: 15px;
    line-height: inherit;
    text-align: center;
    position: relative;
    float: right;
    color: #fff;
    padding: 5px 0px;
}

.panel-default .faq-container .category-group .faq-item.active .faq-title .fa,
.panel-default .faq-container .category-group .faq-item.active .faq-text .fa {
    background-color: #e1e4e5;
    color: #ef7622;
}

#faq-filters,
#testimonial-filters {
    border-top: 2px solid #e1e4e5;
    border-bottom: 2px solid #e1e4e5;
    margin-bottom: 45px !important;
}

#faq-filters .sort-faq,
#testimonial-filters .sort-testimonial {
    padding: 0px 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 16px;
}

#faq-filters .btn.btn-primary,
#testimonial-filters .btn.btn-primary {
    color: #fff !important;
    background-color: #ef7622 !important;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    border-right: 2px solid #e1e4e5;
    border-left: 2px solid #e1e4e5;
    border-radius: 0px;
    border-top: 0px;
    border-bottom: 0px;
    margin: 0px -2px 0px -2px;
}

#faq-filters .diamond,
#testimonial-filters .diamond {
    display: none;
    /*position: relative;*/
    /*width: 0px;*/
    /*height: 0;*/
    /*border-left: 5px solid transparent;*/
    /*border-right: 4px solid transparent;*/
    /*border-top: 5px solid #ef7622;*/
    /*top: 33px;*/
    /*left: -43PX;*/
}

#faq-filters .btn,
#faq-filters .btn.btn-default,
#testimonial-filters .btn,
#testimonial-filters .btn.btn-default {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    border-right: 2px solid #e1e4e5;
    border-left: 2px solid #e1e4e5;
    border-radius: 0px !important;
    border-top: 0px;
    border-bottom: 0px;
    margin: 0px -2px 0px -2px;
    color: #0a7aaf;
    background-color: #fff;
}

#faq-filters .btn:hover,
#faq-filters .btn:focus,
#faq-filters .btn.btn-default:hover,
#faq-filters .btn.btn-default:focus,
#testimonial-filters .btn:hover,
#testimonial-filters .btn:focus,
#testimonial-filters .btn.btn-default:hover,
#testimonial-filters .btn.btn-default:focus {
    background-color: #ef7622 !important;
    color: #fff;
    outline: 0px auto -webkit-focus-ring-color;
}

.list-item {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.posts-listing .list-item {
    padding-bottom: 40px;
}

.list-item .img-thumbnail,
.widget .img-thumbnail,
.events-list > li .img-thumbnail {
    padding: 5px;
    background: #fff;
    margin-top: 5px;
    border: 1px solid #eee;
    margin-bottom: 0;
}

.events-list > li .img-thumbnail {
    padding: 3px;
}

.fc-day-header.fc-widget-header span {
    color: #9aa5a7;
}

.resources-index h1,
.events-index h1 {
    padding-left: 0px;
}

.resources-intro p {
    margin-bottom: 60px;
}

.custom-donate-amount {
    display: none;
}

.spaces-item {
    margin-bottom: 30px;
}

.spaces-item h4 {
    margin-bottom: 0;
}

.membership-plans .icon-box p {
    margin-bottom: 15px;
}

.exhibitions-weekday {
    line-height: 45px;
    display: inline-block;
    margin-left: 10px;
}

.exhibitions-grid .grid-item-meta, .exhibition-list-item .grid-item-meta, .events-grid .grid-item-meta {
    margin-top: 0;
    float: none;
    display: inline-block;
    margin-right: 20px;
}

.exhibitions-grid h3, .exhibition-list-item h3 {
    margin-bottom: 5px;
}

.isotope-grid .grid-item, .sort-destination .grid-item {
    margin-bottom: 30px;
}

.fc-event {
    background: #666;
    border-color: rgba(0, 0, 0, .1);
}

.post-actions {
    display: block;
    margin-top: 20px;
}

.free-ticket {
    color: #d9534f;
    text-transform: uppercase;
}

.gallery-grider {
    list-style-type: none;
    margin: 0;
    margin-left: -2%;
}

.gallery-grider:before, .gallery-grider:after {
    content: " ";
    display: table;
}

.gallery-grider:after {
    clear: both;
}

.gallery-grider li {
    width: 30%;
    margin-left: 3%;
    margin-bottom: 20px;
    float: left;
}

.venue-list-item {
    padding: 20px;
    background: #F9F8F5;
}

.venue-list-item h3 {
    margin-bottom: 15px;
}

.venue-address {
    float: right;
    margin-top: 20px;
}

.events-list {
    list-style-type: none;
    margin: 0;
}

.events-list > li {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.events-list > li:before, .events-list > li:after {
    content: " ";
    display: table;
}

.events-list > li:after {
    clear: both;
}

.event-list-item .img-thumbnail {
    float: left;
    width: 110px;
    margin-bottom: 0;
    margin-right: 20px;
}

/*.event-list-item h3 {*/
/*margin-bottom: 8px;*/
/*}*/

.event-list-item .meta-data {
    margin-bottom: 8px;
}

.event-list-item .btn-default {
    margin-top: 22px;
}

.events-grid .grid-item {
    position: relative;
    margin: 0;
    padding: 15px;
}

.events-grid .grid-item .grid-item-content p:last-child {
    margin-bottom: 0;
}

.events-grid .grid-item .event-time {
    position: static;
    z-index: 9;
    right: 10px;
    top: -40px;
    width: 80px;
    height: 80px;
    padding: 18px 0 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 3px solid #fff;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    float: right;
}

.events-grid .grid-item .date {
    display: block;
    font-size: 24px;
}

.events-grid .grid-item .month {
    display: block;
    font-size: 12px;
    opacity: .8;
}

.posts-listing h3 {
    margin-bottom: 15px;
}

.posts-listing .meta-data {
    margin-bottom: 12px;
}

#contact-map img {
    max-width: none;
}

.isotope-grid {
    margin: 0;
    list-style-type: none;
}

.grid-holder {
    margin: 0;
    list-style-type: none;
    width: 105%;
    margin-left: -3%;
    float: left;
}

.grid-holder .grid-item {
    float: left;
}

.grid-holder .grid-item {
    margin-bottom: 3%;
    border-bottom: medium none;
    margin-top: 2px;
}

.isotope-events .grid-item.event-list-item {
    margin-bottom: 0;
    margin-top: 0;
}

#message {
    margin-top: 20px;
}

.single-post .pager:before, .single-post .pager:after {
    content: " ";
    display: table;
}

.single-post .pager:after {
    clear: both;
}

.single-post .pager {
    padding: 22px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 35px 0;
}

.single-post .featured-image {
    margin-bottom: 25px;
}

.single-post-header {
    margin-bottom: 20px;
}

.about-author {
    background: #F9F8F5;
    padding: 20px;
    margin-top: 35px;
    border-top: 3px solid #eee;
}

.about-author .img-thumbnail {
    float: left;
    margin-right: 20px;
    width: 100px;
    max-width: 100px;
    border: 4px solid #fff;
    border-radius: 100%;
}

.about-author .post-author-content {
    padding-left: 120px;
}

.post-comments {
    margin: 35px 0 0 0;
}

.comments {
    margin: 0;
    list-style-type: none;
    padding-top: 15px;
}

.comments li {
    margin-bottom: 35px;
    border-bottom: 1px solid #eee;
}

.comments li .post-comment-block {
    padding-bottom: 15px;
}

.comments li.admin > .post-comment-block {
    background-color: #f9f9f9;
}

.comments li .img-thumbnail {
    float: left;
    margin-right: 20px;
    width: 80px;
    border: 4px solid #fff;
    border-radius: 100%;
    box-shadow: 0 0 1px rgba(0, 0, 0, .1);
}

.comments li .meta-data {
    margin-bottom: 12px;
}

.comments li h5 {
    margin-bottom: 5px;
}

.post-comment-content {
    padding-left: 100px;
}

.comments li ul {
    padding-top: 25px;
    padding-left: 50px;
    margin: 0;
    list-style-type: none;
    border-top: 1px solid #eee;
}

.comments li ul > li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.post-comment-form {
    margin: 35px 0 0 0;
    border-bottom: 0;
}

.post-comment-form .form-control {
    margin-bottom: 5px;
    margin-top: 15px;
}

.post-comment-form .btn {
    margin-top: 15px;
}

/* Membership Page */
.membership-intro > p {
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #464641;
}

.pages-subtitle {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 26px;
    font-style: italic;
    color: #0a7aaf;
    font-weight: normal;
}

.membership-callout {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    background-color: #0a7aaf;
    padding: 40px 30px 20px 30px;
    margin: 60px 0px;
}

.membership-callout-icon {
    background-image: url('/theme/img/membership-callout-icon.png');
    background-repeat: no-repeat;
    background-position: left top;
    height: 69px;
    width: 69px;
    position: absolute;
    top: 575px;
}

.membership-callout h3 {
    font-size: 22px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    margin-bottom: 0px;
}

.membership-callout-text {
    color: #fff;
}

.membership-callout .membership-tagline {
    color: #fff;
}

.membership-tagline {
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
}

.membership-levels-and-dues {
    margin-bottom: 50px;
}

.membership-levels-and-dues h5 {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #04457d;
    padding: 85px 0px 0px;
    margin: -50px 0px 0px;
    background-repeat: no-repeat;
    background-position: left;
}

.membership-levels-and-dues.member h5 {
    background-image: url('/theme/img/individual-member-icon.png');
    background-size: 31px 32px;
}

.membership-levels-and-dues.organization h5 {
    background-image: url('/theme/img/organization-member-icon.png');
    background-size: 53px 32px;
}

.membership-dues-table {
    background-color: #ebeded;
    margin: 20px 0px 10px;
    font-weight: normal;
}

.membership-dues-table tbody tr td {
    padding: 10px 15px;
    border: 2px solid #fff;
}

.membership-dues-table .type {
    width: 185px;
}

.membership-dues-table .cost {
    width: 380px;
}

.membership-dues-table .cost span {
    font-style: italic;
    font-weight: 600;
    color: #ef7622;
}

/* tech forum styles */
#content .tech-forum-title {
    display: block;
    padding-left: 0px;
}
@media (max-width: 767px){
    .tech-forum-title {
        font-size: 46px;
    }
}

.tech-forum-sidebar {
    margin-top: 59px;
}
.tech-forum-header-details {
    position: absolute;
    top: 22px;
    left: 440px;
    color: #0a7aaf ;
    font-weight: bold;
    line-height: 16px;
}
.tech-forum-subtitle {
    color: #aaa;
    font-style: italic;
    font-weight: 600;
}
.tech-forum.divider-thin {
    background: url(/theme/img/hr-dotted-bg.gif) repeat-x;
    margin: 30px 0px 5px;
    padding: 1px 0px;
}
.tech-forum-registration {
    font-size: 12px;
    padding: 10px;
}

@media (max-width: 767px){
    .tech-forum-title {
        font-size: 46px;
    }
}
@media (max-width: 650px){
    .tech-forum-title {
        font-size: 43px;
    }
    .tech-forum-header-details {
        top: 18px;
        left: 416px;
    }
}
@media (max-width: 460px){
    .tech-forum-title {
        font-size: 38px;
        line-height: 34px;
    }
    .tech-forum-header-details {
        top: 37px;
        left: 163px;
    }
}



.pages .tech-forum-registration-info ul {
    margin: -8px 0px 20px 0px !important;
}
@media (max-width: 991px){
    .pages .tech-forum-registration-info ul {
        margin: 15px 0px 10px 0px !important;
    }
}
@media (min-width: 992px) AND (max-width: 1350px){
    .tech-forum-navigation ul li a {
        font-size: 12px;
    }
    .tech-forum-registration {
        font-size: 8px;
        padding: 10px;
    }
}

.pages .tech-forum-registration-info ul li span {
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 12px;
    color: #aaa;
    letter-spacing: 1px;
}
.pages .tech-forum-registration-info ul li:before {
    content: '';
    display: none;
}
.pages .tech-forum-registration-info li {
    margin: 0px;
    color: #aaa;
    height: 15px;
}
.tech-forum-registration-info li,
.tech-forum-registration-info li a {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}
.pages .tech-forum-navigation ul li,
.pages .tech-forum-registration-info ul,
.pages .tech-forum-navigation ul{
    margin: 0px 0px 7px 0px;
}
.pages .tech-forum-registration-info ul li:before,
.pages .tech-forum-navigation ul li:before {
    content: '';
    display: block;

}
.tech-forum-navigation ul li a {
    padding: 20px 10px 20px 60px;
    background: #e1e4e5;
    color: #0a7aaf;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}
.tech-forum-navigation ul li a.active,
.tech-forum-navigation ul li a.active.overview:hover,
.tech-forum-navigation ul li a.active.fees:hover,
.tech-forum-navigation ul li a.sponsors:hover,
.tech-forum-navigation ul li a.exhibit:hover,
.tech-forum-navigation ul li a.schedule:hover,
.tech-forum-navigation ul li a.stats:hover,
.tech-forum-navigation ul li a.lodging:hover,
.tech-forum-navigation ul li a:hover,
.tech-forum-navigation ul li a.overview:hover,
.tech-forum-navigation ul li a.fees:hover,
.tech-forum-navigation ul li a.sponsors:hover,
.tech-forum-navigation ul li a.exhibit:hover,
.tech-forum-navigation ul li a.schedule:hover,
.tech-forum-navigation ul li a.stats:hover,
.tech-forum-navigation ul li a.lodging:hover {
    background-color: #c5c9cb;
    color: #04457d;
}
.tech-forum-navigation ul li a.overview {
    background: #e1e4e5 url('/theme/img/overview.png');
    background-position: 20px center;
    background-repeat: no-repeat;
}
.tech-forum-navigation ul li a.fees {
    background: #e1e4e5 url('/theme/img/fees.png');
    background-position: 20px center;
    background-repeat: no-repeat;
}
.tech-forum-navigation ul li a.sponsors {
    background: #e1e4e5 url('/theme/img/sponsors.png');
    background-position: 20px center;
    background-repeat: no-repeat;
}
.tech-forum-navigation ul li a.exhibit {
    background: #e1e4e5 url('/theme/img/exhibit.png');
    background-position: 20px center;
    background-repeat: no-repeat;
}
.tech-forum-navigation ul li a.schedule {
    background: #e1e4e5 url('/theme/img/schedule.png');
    background-position: 20px center;
    background-repeat: no-repeat;
}
.tech-forum-navigation ul li a.stats {
    background: #e1e4e5 url('/theme/img/stats.png');
    background-position: 20px center;
    background-repeat: no-repeat;
}
.tech-forum-navigation ul li a.lodging {
    background: #e1e4e5 url('/theme/img/lodging.png');
    background-position: 20px center;
    background-repeat: no-repeat;
}
@media (max-width: 479px){
    .tech-forum-navigation ul li a.lodging {
        word-wrap: break-word;
    }
}

.tech-forum-h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
    color: #04457d;
    margin: 0px 0px 0px;
}

.tech-forum-where,
.tech-forum-sponsors,
.tech-forum-thanks {
    display: inline-block;
    padding-bottom: 40px;
}
.tech-forum-lodging {
    display: flex;
}
.tech-forum-h5,
.tech-forum-thanks h5 {
    color: #ef7622;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}

.quote {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 19px;
    color: #646460;
    line-height: 28px;
    padding-bottom: 20px;
}
.quote .big-quote {
    display: block;
    margin: 30px 0px 15px 0px;
}
.quote .little-quote {
    margin: 12px 0px 0px 5px;
}
.client {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #04457d;
}
.sponsorship-options {
    margin-top: -15px;
}
.exhibit-hall-schedule {
    width: 100%;
}
.exhibit-hall-schedule thead tr,
.exhibit-hall-schedule tbody tr{
    height: 75px;
}
.exhibit-hall-schedule thead tr{
    height: 75px;
    background: #20346a;
    border-bottom: 1px solid #d3d4d7;
}
.exhibit-hall-schedule tbody tr.even {
    background-color: #f0f1f1;
    border-top: 1px solid #d3d4d7;
    border-bottom: 1px solid #d3d4d7;
}
.exhibit-hall-schedule thead tr th.middle,
.exhibit-hall-schedule tbody tr td.middle {
    border-left: 1px solid #d3d4d7;
    border-right: 1px solid #d3d4d7;
}
.exhibit-hall-schedule thead tr th {
    color: #fff;
    padding-left: 20px;
}
.exhibit-hall-schedule tbody tr td {
    padding-left: 20px;
}
@media (max-width: 679px) {
    .exhibit-hall-schedule tbody tr td{
        font-size: 14px;
    }
}

.daily-schedule-container {
    border: 2px solid #e1e4e5;
    background-color: #fff;
    padding: 10px 10px 0px 10px;
    margin-bottom: 20px;
}

.stats-block {
    background-color: #ef7622;
    height: 180px;
    width: 187px;
    font-style: italic;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    padding: 30px 15px;
}
.stats-block .big-number {
    color: #fff;
    font-style: normal;
    font-size: 55px;
    font-family:  "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.stats-block .total-number {
    color: #fff;
    font-style: normal;
    font-size: 14px;
    font-family:  "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    display: block;
}

.tech-forum-download {
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    background-color: #e1e4e5;
    padding: 40px 30px 20px 30px;
    margin: 75px 0px 30px;
    height: 230px;
}
.tech-forum-download-icon {
    background-image: url('/theme/img/PDF-download-icon.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    height: 72px;
    width: 71px;
    position: absolute;
    top: -38px;
}
.tech-forum-download p {
    width: 430px;
}
.tech-forum-download .pdf-cover {
    position: absolute;
    top: -37px;
    left: 535px;
}
@media (max-width: 1360px) {
    .tech-forum-download .pdf-cover {
        left: 416px;
    }
}
@media (max-width: 1230px) {
    .tech-forum-download .pdf-cover {
        left: 353px;
    }
}
@media (max-width: 767px) {
    .tech-forum-download h4 {
        margin-bottom: 0px;
    }
    .tech-forum-h5 {
        line-height: 20px;
    }
    .tech-forum-download p {
        width: 285px;
        font-size: 14px;
    }
}
@media (max-width: 679px) {
    .tech-forum-download h4 {
        margin-bottom: 0px;
        font-size: 20px;
    }
    .tech-forum-h5 {
        font-size: 17px;
    }
    .tech-forum-download .pdf-cover {
        display: none;
    }
    .tech-forum-download p {
        width: 212px;
        font-size: 14px;
    }
}
/* schedule & agenda accordion styles */
.event-date > h4 {
    color: #40455E;
    font-family: "Open Sans", sans-serif !important;
    font-size: 36px;
    font-weight: 100;
    font-style: normal;
    text-transform: none;
}
.event-day-event h4 {
    color: #0a7aaf;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-family: "Open Sans", sans-serif !important;
    text-transform: none;
}
.schedule.panel-group .panel {
    border-radius: 0px;
}
.schedule > .panel {
    background-color: #fff;
}
.schedule > .panel-default {
    cursor: pointer;
}
.schedule > .panel-default > .panel-heading {
    background-color: #fff;
    border-color: transparent;
}
.panel-heading.event-day-event,
.panel.panel-default.events {
    background-color: #e1e4e5;
}
.schedule > .panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: #e1e4e5;
    margin-bottom: 15px;
    padding: 0px;
    border-top: 0px;
}
.schedule.panel-group .panel + .panel {
    margin-top: 10px;
}
.schedule#accordionDayOne .accordion-button,
.schedule#accordionDayTwo .accordion-button,
.schedule#accordionDayThree .accordion-button,
.schedule#accordionDayFour .accordion-button {
    background-color: transparent;
    width: 44px;
    height: 30px;
    border: 0px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: inherit;
    text-align: center;
    position: absolute;
    right: 14px;
    margin: -26px 15px 0px 0px;
    padding: 5px 0px;
}

.schedule#accordionDayOne .event-day-event .accordion-button,
.schedule#accordionDayTwo .event-day-event .accordion-button,
.schedule#accordionDayThree .event-day-event .accordion-button,
.schedule#accordionDayFour .event-day-event .accordion-button {
    background-color: #fff;
    width: 44px;
    height: 30px;
    border: 0px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: inherit;
    text-align: center;
    position: absolute;
    right: 30px;
    margin: -26px 15px 0px 0px;
    padding: 5px 0px;
}

.schedule#accordionDayOne .accordion-button.collapsed,
.schedule#accordionDayTwo .accordion-button.collapsed,
.schedule#accordionDayThree .accordion-button.collapsed,
.schedule#accordionDayFour .accordion-button.collapsed {
    background-color: #04457d;
    width: 44px;
    height: 30px;
    border: 0px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: inherit;
    text-align: center;
    position: absolute;
    right: 14px;
    margin: -26px 15px 0px 0px;
    padding: 5px 0px;
    top: auto;
    bottom: auto;
}

.schedule#accordionDayOne .event-day-event .accordion-button.collapsed,
.schedule#accordionDayTwo .event-day-event .accordion-button.collapsed,
.schedule#accordionDayThree .event-day-event .accordion-button.collapsed,
.schedule#accordionDayFour .event-day-event .accordion-button.collapsed {
    background-color: #04457d;
    width: 44px;
    height: 30px;
    border: 0px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: inherit;
    text-align: center;
    position: absolute;
    right: 30px;
    margin: -26px 15px 0px 0px;
    padding: 5px 0px;
    top: auto;
    bottom: auto;
}

.schedule#accordionDayOne .accordion-button.collapsed span,
.schedule#accordionDayTwo .accordion-button.collapsed span,
.schedule#accordionDayThree .accordion-button.collapsed span,
.schedule#accordionDayFour .accordion-button.collapsed span {
    color: #fff;
}
.schedule#accordionDayOne .accordion-button span,
.schedule#accordionDayTwo .accordion-button span,
.schedule#accordionDayThree .accordion-button span,
.schedule#accordionDayFour .accordion-button span {
    color: #ef7622;
}
.schedule > .panel-heading {
    border-radius: 0px;
    border-bottom: 0px;
}
.left-vertical-line {
    border-left: 1px solid #ccc;
    min-height: 75px;
}
.left-vertical-line a {
    margin-top: 18px;
    display: inline-block;
}
.schedule .accordion-button .fa:before {
    content: "\f068";
}
.schedule .accordion-button.collapsed .fa:before {
    content: "\f067";
}

/* pages accordion styles */
#accordion h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase
}

#accordion.panel-group .panel {
    border-radius: 0px;
}

/*FIXME is this how we want to do this*/
#accordion .panel-default {
    cursor: pointer;
}

#accordion .panel-default > .panel-heading {
    background-color: #ebeded;
    border-color: transparent;
}

#accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: #ebeded;
    margin-bottom: 15px;
    border-top: 0px;
}

#accordion.panel-group .panel + .panel {
    margin-top: 10px;
}

#accordion .accordion-button.collapsed,
.schedule#accordion .accordion-button.collapsed,
#accordion .training-accordion-button.collapsed {
    background-color: #04457d;
    width: 44px;
    height: 30px;
    border: 0px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: inherit;
    text-align: center;
    position: absolute;
    right: 14px;
    margin: -26px 15px 0px 0px;
    padding: 5px 0px;
}

#accordion .accordion-button,
#accordion .training-accordion-button {
    background-color: #dbdcdc;
    width: 44px;
    height: 30px;
    border: 0px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: inherit;
    text-align: center;
    position: absolute;
    right: 14px;
    margin: -26px 15px 0px 0px;
    padding: 5px 0px;
}

#accordion .accordion-button.collapsed span,
#accordion .training-accordion-button.collapsed span {
    color: #fff;
}

#accordion .accordion-button span,
#accordion .training-accordion-button span {
    color: #ef7622;
}

#accordion .panel-heading {
    border-radius: 0px;
    border-bottom: 0px;
}

/* Accordion styles specific to Membership & Schedules */
#accordion.panel-group.membership .collapsing {

}

#accordion.panel-group.membership .panel {
    position: relative;
}

#accordion.panel-group.membership .panel-body {
    padding-bottom: 35px;
}

#accordion.panel-group.membership .accordion-button,
#accordion.panel-group.membership .training-accordion-button {
    top: inherit;
    bottom: 0px;
}

#accordion.panel-group.membership .accordion-button.collapsed,
#accordion.panel-group.membership .training-accordion-button.collapsed {
    top: inherit;
    bottom: 7px;
}

#accordion.panel-group.membership .collapsing .accordion-button {
    display: none;
}

.panel-group.training {
    margin-bottom: 0px;
}

.training .panel.panel-default {
    padding-left: 80px;
    background-color: #ebeded;
}

.training .panel-body ul li {
    font-weight: bold;
    list-style: none;
    line-height: 28px;
    margin-bottom: 0px;
    padding-left: 1px;
}

.pages ul li,
.membership ul li {
    list-style: none;
    margin-bottom: 7px;
}

.pages ul li:before,
.membership ul li:before {
    content: "\2022";
    color: #0a7aaf;
    display: inline-block;
    width: 15px;
    font-size: 17px;
    font-weight: bold;
    margin-left: -16px;
    vertical-align: middle;
    margin-right: 0px;
}

.training .panel-body ul li:before {
    content: "\2022";
    color: #0a7aaf;
    display: inline-block;
    width: 15px;
    font-size: 17px;
    font-weight: bold;
    margin-left: -20px;
    vertical-align: middle;
    margin-right: 0px;
}

.training-topic-links {
    padding: 20px 0px;
}

.training-topic-links a {
    margin-right: 10px;
}

.training #headingOne h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    font-weight: 100;
    text-transform: none;
    background-image: url('/theme/img/training-checkmark-icon.png');
    background-repeat: no-repeat;
    background-size: 31px 29px;
    background-position: left center;
    padding-left: 60px;
    margin-left: -61px;
}

.training-button-links a {
    margin-right: 10px;
}

.training-button-links {
    margin: 40px 0px 80px;
}

.training-types {
    padding-left: 60px;
    list-style: none;
}

.training-types li:before {
    content: none !important;
}

.training-types .training h3 {
    background-image: url('/theme/img/training-training-icon.png');
    background-repeat: no-repeat;
    background-size: 59px 59px;
    background-position: left 9px;
    padding: 12px 0px 9px 78px;
    margin-left: -80px;
}

.training-types .webinars h3 {
    background-image: url('/theme/img/training-webinar-icon.png');
    background-repeat: no-repeat;
    background-size: 59px 59px;
    background-position: left 9px;
    padding: 12px 0px 9px 78px;
    margin-left: -80px;
}

.training-types .sponsored h3 {
    background-image: url('/theme/img/training-sponsored-icon.png');
    background-repeat: no-repeat;
    background-size: 59px 59px;
    background-position: left 9px;
    padding: 12px 0px 9px 78px;
    margin-left: -80px;
}

.training-types .other h3 {
    background-image: url('/theme/img/training-other-icon.png');
    background-repeat: no-repeat;
    background-size: 59px 59px;
    background-position: left 9px;
    padding: 12px 0px 9px 78px;
    margin-left: -80px;
}

.training-types h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #ef7622;
    margin-bottom: -13px;
}

/* pages widgets */
.titled-widget-body a {
    color: #ef7622;
    text-decoration: none;
}

.titled-widget-body .question {
    margin-bottom: 20px;
}

.titled-widget-body .faq-text {

}

.titled-widget-body .faq-text ul,
.titled-widget-body .faq-text ol {
    margin: 10px 0px 20px 17px;
}

.titled-widget-body .divider {
    background: url(/theme/img/hr-dotted-bg.gif) repeat-x;
    margin: 10px 0px 20px;
    display: inline-block;
    position: relative;
    height: 10px;
    width: 100%;
}

/* Accreditation */
.accreditation-intro {
    margin-bottom: 50px;
}

.accreditation-intro ul {
    margin: 0px 0px 30px 0px;
}

.accreditation-intro li {
    display: inline-block;
}

.accreditation-intro li:after {
    content: '|';
    color: #464641;
    padding: 0px 5px;
}

.accreditation-intro li:last-of-type:after {
    content: '';
}

.accreditation-intro > p > .blue-box-link {
    font-style: italic;
}

.accreditation-intro > p > .call-us {
    background-color: #0a7aaf;
    padding: 10px 20px 10px 60px;
    margin-right: 5px;
    color: #fff;
    font-style: italic;
    text-decoration: none;
    background-image: url('/theme/img/call-us-icon.png');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 31px 30px;
}

.panel.panel-program > .panel-heading > .panel-title.collapsed {
    color: #596366;
}

/* accreditation programs pages */
.program-intro-text {
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
}

/* ==================================================
       6.2. Widgets Styling
================================================== */
.widget.sidebar-widget {
    margin-bottom: 35px;
}

.widget.sidebar-widget .listing-container {
    padding-top: 20px;
}

.sidebar-widget .widgettitle {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 22px
}

.sidebar .widget.sidebar_widget:last-child {
    margin-bottom: 0;
}

.widget li a {
    color: #5e5e5e;
}

.widget li .meta-data a {
    color: #CDCBCB;
}

.widget ul, .widget ol {
    margin: 0;
    list-style-type: none;
}

.widget li {
    margin-bottom: 15px;
    padding-bottom: 22px;
}

.widget li.list-group-item {
    margin-bottom: 0;
    border-bottom: 0;
}

.widget_map.box-style1 {
    padding: 2px;
}

.widget_categories ul li {
    color: #ccc;
}

.widget_categories:before,
.widget_categories:after,
.widget_archive:before,
.widget_archive:after {
    content: " ";
    display: table;
}

.widget_categories:after,
.widget_archive:after {
    clear: both;
}

.widget_categories ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_links ul li,
.widget_meta ul li,
.widget_upcoming_events li {
    border-bottom: 1px solid #eee;
}

.footer_widget.widget_categories ul li,
.footer_widget.widget_archive ul li,
.footer_widget.widget_recent_entries ul li,
.footer_widget.widget_recent_comments ul li,
.footer_widget.widget_links ul li,
.footer_widget.widget_meta ul li {
    border-bottom: 1px solid #eee;
}

.widget_categories ul li a,
.widget_archive ul li a,
.widget_recent_entries ul li a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_links ul li a,
.widget_meta ul li a {
    display: inline-block;
    position: relative;
}

.widget_recent_posts li,
.widget_upcoming_events li,
.widget_next_exhibitions li {
    padding: 3px 0 12px 0;
    border-bottom: 1px solid #eee;
}

.widget_next_exhibitions .timeline-slot {
    border: 0;
    float: none;
    width: 100%;
}

.widget_next_exhibitions ul.slot-exhibitions li {
    padding: 0;
    padding-bottom: 12px;
    margin-bottom: 12px;
    background: #fff;
}

.widget_next_exhibitions .exhibition-teaser {
    padding-left: 0;
}

.widget_recent_posts li h5 {
    margin-bottom: 0;
    padding-left: 85px;
}

.widget_recent_posts li img {
    width: 90px;
    float: left;
    margin-right: 15px;
}

.widget_recent_posts li:before, .widget_recent_posts li:after {
    display: table;
    content: " ";
}

.widget_recent_posts li:after {
    clear: both;
}

.widget_recent_posts .post-actions {
    padding-left: 85px;
}

.widget_recent_posts .post-actions .post-date {
    width: 100%;
}

.widget .meta-data {
    margin-top: 5px;
    line-height: 20px;
}

.tag-cloud a {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 7px;
    padding: 2px 8px;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #F9F8F5;
    font-size: 12px;
    color: #222;
    text-decoration: none;
}

.tag-cloud a:hover {
    text-decoration: none;
    background: #fff;
}

.twitter-widget li:nth-child(odd) {
    display: none;
}

.twitter-widget ul {
    margin: 0;
    list-style-type: none;
}

.twitter-widget ul li {
    margin: 7px 0;
}

.twitter-widget .tweet-date {
    font-weight: 700;
}

.widget_special_events {
    border: 5px solid #F9F8F5;
    border-radius: 3px;
    box-shadow: 0 0 0 1px #E0E5E9 inset;
    text-align: center;
    padding-top: 20px;
    margin-top: 10px;
}

.widget_special_events .widget-title {
    margin-bottom: 0;
}

.widget_special_events .widget-title:before, .widget_special_events .widget-title:after {
    display: none;
}

.widget_special_events .event-item {
    border-top: 3px solid transparent;
    padding: 25px;
}

.widget_special_events .post-title {
    margin-top: 18px;
}

#back-to-top {
    position: fixed;
    right: 17px;
    bottom: 17px;
    display: none;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0, 0, 0, .7);
    color: #ffffff;
}

/* homepage events and resources sliders */
#homepage-events .widget .widget-title,
#homepage-resources .widget .widget-title {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 17px;
    color: #0a7aaf;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    padding-top: 100px;
}

#homepage-events .widget .widget-title.events {
    background-image: url('/theme/img/events-header-icon.png');
}

#homepage-resources .widget .widget-title.resources {
    background-image: url('/theme/img/resources-header-icon.png');
}

#homepage-events .widget,
#homepage-resources .widget {
    display: inline-block;
    margin-bottom: 60px;
    width: 100%;
    max-width: 540px;
}

#homepage-resources .widget {
    float: right;
}

#homepage-events .widget .events-list,
#homepage-resources .widget .events-list {
    display: inline-block;
    position: relative;
    width: 100%;
}

#testimonials-carousel,
.testimonials-controls.mobile,
.view-all.basic-link.mobile {
    display: none;
}

.carousel {
    float: left;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.event-list-item,
.resource-list-item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 1px;
    position: relative;
    width: 100%;
    max-width: 540px;
    min-height: 300px;
}

.event-list-item h3,
.resource-list-item h3 {
    margin-bottom: 0px;
    padding-bottom: 12px;
    border-bottom: 1px solid #000;
}

.event-list-item h3 a,
.resource-list-item h3 a {
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: 32px;
    color: #000;
}

.event-list-item h3 a:hover,
.resource-list-item h3 a:hover {
    text-decoration: none;
}

.event-list-item .meta-data,
.resource-list-item .meta-data {
    margin-top: 0px;
    font-family: 'Georgia';
    font-style: italic;
    font-size: 16px;
    text-transform: none;
    color: #939495;
    padding-bottom: 5px;
}

.event-list-item .meta-data.alt > div:first-letter,
.resource-list-item .meta-data.alt > div:first-letter {
    text-transform: capitalize;
}

.event-list-item .meta-data.alt > div:after,
.resource-list-item .meta-data.alt > div:after {
    content: "|";
    margin-left: 10px;
}

.event-list-item .meta-data.alt > div:last-of-type:after,
.resource-list-item .meta-data.alt > div:last-of-type:after {
    content: "";
}

.event-detail,
.resource-detail,
.testimonial-detail {
    background-color: #ebeded;
    padding: 20px 25px;
    min-height: 240px;
    max-height: 240px;
}

.event-detail .description,
.resource-detail .description,
.testimonial-detail .description {
    color: #40454f;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

.event-detail .detail-read-more,
.resource-detail .detail-read-more {
    color: #f07d2d !important;
    padding-left: 5px;
    text-decoration: none;
}

.events-controls,
.resources-controls,
.testimonials-controls {
    padding-top: 7px;
    margin-right: 15px;
}

.events-controls .left,
.resources-controls .left,
.testimonials-controls .left,
.events-controls .right,
.resources-controls .right,
.testimonials-controls .right {
    display: inline-flex;
    height: 28px;
    width: 28px;
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: center center;
}

.events-controls .left,
.resources-controls .left,
.testimonials-controls .left {
    background-image: url('/theme/img/riva-slider-back.png');
}

.events-controls .right,
.resources-controls .right,
.testimonials-controls .right {
    background-image: url('/theme/img/riva-slider-forward.png');
    margin-left: 4px;
}

.view-all {
    color: #fff;
    background-color: #04457d;
    padding: 10px 30px;
    text-decoration: none;
}

.view-all:hover {
    color: #fff;
    background-color: #ef7622;
    padding: 10px 30px;
    text-decoration: none;
}

/* events & resources permalink page */
.fc-category-filters label span {
    color: #fff;
}

.resource-type-container {
    margin-top: 15px;
}

.resource-view-description {
    padding-bottom: 20px;
}

.teaser-visual {
    padding-bottom: 40px;
}

.resource-view-tags {
    padding-top: 20px;
}

.resource-view-tags a {
    text-decoration: none;
    display: inline-block;
    padding: 4px;
}

.event-view h1 {
    padding-left: 0px;
    margin: 0px 0px 15px -3px;
    line-height: 41px;
}

.event-view.training h2 {
    font-size: 24px;
}

.event-view.a2la-sponsored h1,
.event-view.a2la-sponsored h2 {
    color: #092e6e !important;
}

.event-view.training h1,
.event-view.training h2 {
    color: #13959a;
}

.event-view.other h1,
.event-view.other h2 {
    color: #3a8367;
}

.event-view.webinar h1,
.event-view.webinar h2 {
    color: #b41108;
}

.event-view h4 {
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 18px;
    font-style: normal;
    line-height: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 5px;
}

.event-view.a2la-sponsored h4 {
    color: #092e6e;
    background-image: url('/theme/img/events-a2la-icon.png');
}

.event-view.training h4 {
    color: #13959a;
    background-image: url('/theme/img/events-training-icon.png');
}

.event-view.other h4 {
    color: #3a8367;
    background-image: url('/theme/img/events-other-icon.png');
}

.event-view.webinar h4 {
    color: #b41108;
    background-image: url('/theme/img/events-webinar-icon.png');
}

.event-view.related {
    margin-top: 30px;
}

.event-view .event-detail {
    padding: 20px;
}

.event-view h4,
.event-view .event-detail .detail-inner {
    padding-left: 45px;
}

.event-view .event-detail .detail-inner {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 15px;
    font-style: italic;
}

.event-view .event-detail .detail-inner .event-phone,
.event-view .event-detail .detail-inner .event-additional-info {
    margin-bottom: 5px;
}

.event-view .event-button .btn.btn-register {
    background-color: #ef7622;
    border-color: #ef7622;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 6px 12px;
    margin: 5px 0px 20px;
}

/* widgets */
.event-view .carousel.carousel-text .item .item-title {
    color: #283a49 !important;
}

.event-view .carousel.carousel-text .item .item-body p {
    color: #939495 !important;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
}

/* sharetools */
.btn.btn-print,
.btn.btn-email,
.btn.btn-download,
.btn.btn-external {
    font-size: 11px;
    background-color: #ef7622;
    border-color: #ef7622;
    color: #fff;
    width: 60px;
    border-radius: 3px;
    padding: 2px 4px;
    margin-right: 5px;
    text-decoration: none;
}

.btn.btn-external {
    width: 115px;
}

.event-view .event-button .btn.btn-register:hover,
.btn.btn-print:hover,
.btn.btn-email:hover,
.btn.btn-download:hover,
.btn.btn-external:hover {
    background-color: #0a7aaf;
    border-color: #0a7aaf;
}

.btn.btn-print .fa,
.btn.btn-email .fa,
.btn.btn-download .fa,
.btn.btn-external .fa {
    color: #fff;
    padding-right: 3px;
}

#twitter-widget-0 {
    position: relative !important;
    top: 5px;
}

/* print style to hide elements when printed */
@media print {
    .main {
        display: block;
    }

    .topbar,
    .site-header-wrapper,
    .notice-bar,
    .resource-type-container,
    .resource-view-tags,
    .teaser-visual,
    .titled-widget,
    .site-footer,
    .site-footer-bottom,
    .share-tools,
    .btn-print,
    .btn-external {
        display: none;
    }
}

/* ==================================================
   6.4. SHORTCODES
================================================== */
.fact-ico {
    display: inline-block;
    width: 100px;
    height: 100px;
    color: #999999;
    line-height: 125px;
    margin: 10px 0;
    margin-bottom: 20px;
    border-radius: 4px;
    color: #fff;
}

.fact {
    display: inline-block;
    color: #999999;
    font-size: 15px;
    font-style: italic
}

.counters .timer {
    display: inline-block;
    color: #333333;
    font-weight: 700;
    font-size: 38px;
}

.parallax .counters .timer {
    color: #ffffff;
}

.icon-box.ibox-plain.ibox-small {
    padding-left: 26px
}

.icon-box .ibox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0
}

.icon-box .ibox-icon a, .icon-box .ibox-icon i, .icon-box .ibox-icon img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff
}

.icon-box .ibox-icon i, .icon-box .ibox-icon img {
    border-radius: 50%;
}

.icon-box .ibox-icon i {
    font-style: normal;
    font-size: 28px;
    text-align: center;
    line-height: 64px
}

.icon-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #252525;
    font-family: 'Open Sans', sans-serif;
}

.icon-box p {
    margin: 8px 0 0;
    color: #999
}

.icon-box .before-heading {
    font-size: 14px
}

.icon-box.ibox-large {
    padding: 0 0 0 115px
}

.icon-box.ibox-large .ibox-icon {
    width: 96px;
    height: 96px;
}

.icon-box.ibox-outline .ibox-icon {
    border: 1px solid;
    border-radius: 50%;
    padding: 3px;
}

.icon-box.ibox-outline .ibox-icon i {
    line-height: 56px;
}

.icon-box.ibox-outline.ibox-large .ibox-icon {
    padding: 4px;
}

.icon-box.ibox-rounded .ibox-icon, .icon-box.ibox-rounded .ibox-icon i, .icon-box.ibox-rounded .ibox-icon img {
    border-radius: 3px !important;
}

.icon-box.ibox-rounded.ibox-large .ibox-icon, .icon-box.ibox-rounded.ibox-large .ibox-icon i, .icon-box.ibox-rounded.ibox-large .ibox-icon img {
    border-radius: 4px !important;
}

.icon-box.ibox-light .ibox-icon i, .icon-box.ibox-light .ibox-icon img {
    border: 1px solid #eee;
    background-color: #f9f9f9;
    color: #444;
}

.icon-box.ibox-light .ibox-icon i {
    line-height: 62px;
}

.icon-box.ibox-light.ibox-large .ibox-icon i {
    line-height: 96px;
}

.icon-box.ibox-light.ibox-outline.ibox-large .ibox-icon i {
    line-height: 84px;
}

.icon-box.ibox-dark.ibox-outline .ibox-icon {
    border-color: #444;
}

.icon-box.ibox-dark .ibox-icon i, .icon-box.ibox-dark .ibox-icon img {
    background-color: #252525;
}

.icon-box.ibox-border .ibox-icon {
    border: 1px solid;
    border-radius: 50%;
    padding: 0;
}

.icon-box.ibox-border .ibox-icon i, .icon-box.ibox-border .ibox-icon img {
    border: none;
    background-color: transparent !important;
}

.icon-box.ibox-border.ibox-dark .ibox-icon {
    border-color: #252525;
}

.icon-box.ibox-plain .ibox-icon {
    border: none !important;
    height: auto !important;
}

.icon-box.ibox-plain .ibox-icon i, .icon-box.ibox-plain .ibox-icon img {
    border: none !important;
    background-color: transparent !important;
    border-radius: 0;
}

.icon-box.ibox-plain .ibox-icon i {
    font-size: 48px;
    line-height: 1 !important;
}

.icon-box.ibox-plain.ibox-image .ibox-icon {
    width: auto;
}

.icon-box.ibox-plain.ibox-image .ibox-icon img {
    width: auto;
    display: inline-block;
}

.icon-box.ibox-plain.ibox-small {
    padding-left: 42px;
}

.icon-box.ibox-plain.ibox-small .ibox-icon {
    width: 28px;
}

.icon-box.ibox-plain.ibox-small h3 {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
}

.icon-box.ibox-plain.ibox-small p {
    margin-left: -42px;
}

.icon-box.ibox-plain.ibox-small .ibox-icon i {
    font-size: 28px;
}

.icon-box.ibox-plain.ibox-small .ibox-icon img {
    height: 28px;
}

.icon-box.ibox-plain.ibox-large .ibox-icon i {
    font-size: 72px;
}

.icon-box.ibox-center {
    text-align: center;
    padding: 0;
}

.icon-box.ibox-center .ibox-icon {
    position: relative;
    width: 96px;
    height: 96px;
    margin: 0 auto 30px;
}

.icon-box.ibox-center.ibox-outline .ibox-icon i {
    line-height: 88px;
}

.icon-box.ibox-center p {
    margin-top: 15px;
}

.icon-box.ibox-center.ibox-large .ibox-icon {
    width: 128px;
    height: 128px;
}

.icon-box.ibox-center.ibox-large .ibox-icon i {
    font-size: 70px;
    line-height: 128px;
}

.icon-box.ibox-center.ibox-large.ibox-outline .ibox-icon i {
    line-height: 118px;
}

.icon-box.ibox-center.ibox-light .ibox-icon i {
    line-height: 94px;
}

.icon-box.ibox-center.ibox-light.ibox-outline.ibox-large .ibox-icon i {
    line-height: 114px;
}

.icon-box.ibox-center.ibox-large.ibox-border .ibox-icon i {
    line-height: 126px !important;
}

.icon-box.ibox-center.ibox-plain .ibox-icon i {
    font-size: 84px;
}

.icon-box.ibox-center.ibox-large.ibox-plain .ibox-icon i {
    font-size: 112px;
}

.icon-box.ibox-center.ibox-large.ibox-plain .ibox-icon img {
    height: 128px;
}

.icon-box.ibox-center.ibox-small .ibox-icon {
    width: 64px;
    height: 64px;
}

.icon-box.ibox-center.ibox-small .ibox-icon i {
    font-size: 28px;
    line-height: 64px;
}

.icon-box.ibox-center.ibox-small.ibox-outline .ibox-icon i {
    line-height: 58px;
}

.icon-box.ibox-center.ibox-small.ibox-plain .ibox-icon i {
    font-size: 56px;
}

.icon-box.ibox-center.ibox-small p {
    font-size: 14px;
    margin-top: 10px;
}

.icon-box.ibox-center.ibox-plain.ibox-small p {
    margin-left: 0;
}

.icon-box.ibox-right {
    text-align: right;
    padding: 0 80px 0 0;
}

.icon-box.ibox-right.ibox-large {
    padding-right: 115px;
}

.icon-box.ibox-right .ibox-icon {
    left: auto;
    right: 0;
}

.icon-box.ibox-right.ibox-plain.ibox-small {
    padding: 0 42px 0 0;
}

.icon-box.ibox-right.ibox-plain.ibox-small p {
    margin: 0 -42px 0 0;
}

.icon-box h3 + .ibox-icon {
    margin-top: 20px !important;
}

.icon-box h3 span.subtitle {
    display: block;
    margin-top: 5px;
    color: #444;
    font-weight: 300;
    text-transform: none;
}

.icon-box.ibox-center:not(.ibox-bg) h3:after {
    content: '';
    display: block;
    width: 30px;
    border-top: 2px solid #252525;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
    margin: 20px auto;
}

.icon-box.ibox-center:not(.ibox-bg):hover h3:after {
    width: 50px;
}

.icon-box.ibox-center.noborder:not(.ibox-bg) h3:after, .icon-box.ibox-center.nobottomborder:not(.ibox-bg) h3:after {
    display: none;
}

.icon-box.ibox-center.ibox-italic p {
    font-style: italic;
}

.icon-box.ibox-bg.ibox-center {
    margin-top: 68px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 68px 30px 30px;
}

.icon-box.ibox-bg.ibox-center:first-child {
    margin-top: 48px;
}

.icon-box.ibox-bg.ibox-center.ibox-large {
    margin-top: 84px;
    padding-top: 84px;
}

.icon-box.ibox-bg.ibox-center.ibox-large:first-child {
    margin-top: 64px;
}

.icon-box.ibox-bg.ibox-center .ibox-icon {
    position: absolute;
    top: -48px;
    left: 50%;
    margin: 0 0 0 -48px;
}

.icon-box.ibox-bg.ibox-center.ibox-large .ibox-icon {
    top: -64px;
    left: 50%;
    margin-left: -64px;
}

.icon-box.ibox-bg.ibox-center.ibox-border .ibox-icon, .icon-box.ibox-bg.ibox-center.ibox-outline .ibox-icon, .icon-box.ibox-bg.ibox-center.ibox-plain .ibox-icon {
    background-color: #FFF;
}

.icon-box .ibox-icon i {
    z-index: 1;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}

.icon-box .ibox-icon i:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -3px;
    left: -3px;
    box-shadow: 0 0 0 2px #252525;
    -webkit-transition: 0 .3s, opacity .3s;
    -webkit-transform: scale(.8);
    -moz-transition: 0 .3s, opacity .3s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform .3s, opacity .3s;
    transform: scale(.8);
    opacity: 0;
    padding: 3px;
}

.icon-box .ibox-icon i:hover, .icon-box:hover .ibox-icon i {
    background-color: #252525;
    color: #fff;
}

.icon-box.ibox-outline:hover .ibox-icon {
    border-color: #252525;
}

.icon-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}

.icon-box:first-child {
    margin-top: 0;
}

.icon-box .ibox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}

.icon-box .ibox-icon a, .icon-box .ibox-icon i, .icon-box .ibox-icon img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
}

.icon-box .ibox-icon i, .icon-box .ibox-icon img {
    border-radius: 50%;
}

.icon-box .ibox-icon i {
    font-style: normal;
    font-size: 28px;
    text-align: center;
    line-height: 64px;
}

.icon-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #252525;
}

.icon-box p {
    color: #999;
    margin: 8px 0 0;
}

.icon-box .before-heading {
    font-size: 14px;
}

.icon-box.ibox-large {
    padding: 0 0 0 115px;
}

.icon-box.ibox-large .ibox-icon i, .icon-box.ibox-center .ibox-icon i {
    font-size: 42px;
    line-height: 96px;
}

.icon-box.ibox-outline.ibox-large .ibox-icon i, .icon-box.ibox-center.ibox-light.ibox-outline .ibox-icon i {
    line-height: 86px;
}

.icon-box.ibox-light.ibox-outline .ibox-icon, .icon-box.ibox-border.ibox-light .ibox-icon {
    border-color: #eee;
}

.icon-box.ibox-light.ibox-outline .ibox-icon i, .icon-box.ibox-center.ibox-light.ibox-outline.ibox-small .ibox-icon i {
    line-height: 54px;
}

.icon-box.ibox-border .ibox-icon i, .icon-box.ibox-center.ibox-small.ibox-border .ibox-icon i {
    line-height: 62px !important;
}

.icon-box.ibox-border.ibox-large .ibox-icon i, .icon-box.ibox-center.ibox-border .ibox-icon i {
    line-height: 94px !important;
}

.icon-box.ibox-border.ibox-light .ibox-icon i, .icon-box.ibox-border.ibox-light .ibox-icon img, .icon-box.ibox-plain.ibox-light .ibox-icon i, .icon-box.ibox-plain.ibox-light .ibox-icon img {
    color: #888;
}

.icon-box.ibox-border.ibox-dark .ibox-icon i, .icon-box.ibox-border.ibox-dark .ibox-icon img, .icon-box.ibox-plain.ibox-dark .ibox-icon i, .icon-box.ibox-plain.ibox-dark .ibox-icon img {
    color: #444;
}

.icon-box.ibox-plain .ibox-icon img, .icon-box.ibox-center.ibox-small.ibox-plain .ibox-icon img {
    height: 64px;
}

.icon-box.ibox-plain.ibox-large .ibox-icon img, .icon-box.ibox-center.ibox-plain .ibox-icon img {
    height: 96px;
}

.ibox-rounded .ibox-icon i:after, .ibox-border.ibox-rounded .ibox-icon i:after {
    border-radius: 3px;
}

/* ==================================================
   6.5. Overriding Classes
================================================== */
.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
}

.touch .parallax, .page-header.parallax {
    background-attachment: scroll !important;
}

.box-style1 {
    /*border: 5px solid #F9F8F5;*/
    border-radius: 3px;
    /*box-shadow: 0 0 0 1px #E0E5E9 inset;*/
    padding: 20px;
    margin-bottom: 30px;
}

.box-style2 {
    border: 1px solid #F9F8F5;
    border-radius: 3px;
    padding: 20px;
}

/* ==================================================
   7. Responsive Media Queries
================================================== */
@media (min-width: 1200px) and (max-width: 1350px) {
    .container .pages-container, .accreditation-container, .accreditation-categories {
        width: 90% !important;
    }
}

@media (min-width: 1200px) {
    p.lead {
        line-height: 2em;
    }

}

@media (max-width: 1280px) and (min-width: 992px) {
    .site-logo .logo-image {
        position: relative;
        top: 17px;
        left: 0px;
    }

    .site-logo .tagline {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .fancyslider .fancyslider-nav-prev {
        left: 90% !important;
    }

    .fancyslider .fancyslider-nav-next {
        left: 95% !important;
    }

    .dd-menu .megamenu-container ul {
        min-width: inherit;
    }

    .top-bar-navigation {
        margin-top: 0px;
        margin-left: -82px;
    }

    .top-bar-navigation > li {
        margin: 20px 0px;
    }

    .main-navigation > ul > li {
        margin-left: -8px;
    }

    .featured-block figure .caption {
        line-height: 142px;
    }

    .latest-testimonials .owl-theme .owl-controls {
        margin-left: -240px;
    }

    .carousel-wrapper {
        width: 102%;
    }

    .post-actions .btn {
        margin-bottom: 12px;
    }

    .main-navigation {
        left: -9px;
    }

    .main-nav-right .site-search input {
        width: 190px;
        background-color: #dc6310;
        color: #f7914a !important;
        border: 0px;
        font-size: 11px;
        font-weight: 600;
        padding: 14px 10px;
        margin-top: -2px;
    }

    .main-navigation > ul > li > a {
        font-size: 13px;
        line-height: 49px;
    }

    .main-nav-right {
        margin-left: -9px;
    }

    .main-nav-right .site-search {
        width: 239px;
        margin: 2px 0px 0px 4px;
    }

    .main-nav-right .login a {
        font-size: 18px;
        display: inline-block;
        padding: 11px 37px 17px 37px;
    }
}

@media only screen and (max-width: 991px) {

    .slider-wrapper {
        min-height: 200px;
    }

    .topbar p {
        font-size: 12px !important;
    }

    .site-logo .logo-image {
        position: relative;
        top: 17px;
        left: 0px;
    }

    .site-logo .tagline {
        display: none;
    }

    .top-bar-navigation {
        margin-top: 0px;
        margin-left: -255px;
    }

    .top-bar-navigation > li {
        margin: 20px 0px;
    }

    .navigation-background {
        background-color: #ef7622;
        height: 67px;
        margin: 12px 0px 0px;
    }

    .main-nav-right .login {
        position: absolute;
        left: 173px;
        top: 7px;
    }

    .main-nav-right .login {
        position: absolute;
        left: 173px;
        top: 7px;
    }

    .main-nav-right .site-search input {
        width: 370px;
        font-size: 15px;
        padding: 17px;
    }

    .main-nav-right .site-search {
        width: 420px;
        position: absolute;
        right: 0px;
        top: 7px;
    }

    .main-navigation.dd-menu {
        display: none !important;
    }

    .post-actions .btn {
        margin-bottom: 12px;
    }

    #testimonials-carousel {
        display: block;
        margin-top: 12px;
    }

    .testimonials {
        min-height: 300px;
        margin-bottom: 20px;
    }

    .testimonial-desktop {
        display: none;
    }

    .testimonial-detail .description {
        font-style: italic;
        font-family: Georgia, Times, "Times New Roman", serif;
        font-size: 18px;
        line-height: 27px;
        color: #000;
    }

    .testimonial-detail {
        background-color: #ebeded;
        padding: 25px 25px;
        min-height: 240px;
        height: auto;
    }

    .meta-data.alt > div:first-child {
        padding-left: 0;
        float: none;
    }

    .more-testimonials {
        display: none;
    }

    .sp-cont {
        position: static;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .training-image {
        display: none;
    }

    .teaser-visual {
        padding: 40px 0px;
    }

    /* membership page */
    @media (max-width: 480px) {
        .membership .panel-title {
            font-size: 12px;
        }

        #accordion.panel-group.membership .accordion-button.collapsed {
            bottom: 0px !important;
        }
    }

    .membership-callout-icon {
        top: 30px;
        left: 26px;
    }

    .membership-callout {
        font-family: "Open Sans", sans-serif;
        font-weight: normal;
        font-size: 16px;
        background-color: #0a7aaf;
        padding: 40px 30px 20px 85px;
        margin: 60px 0px;
    }

    .topbar .container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    #menu-toggle {
        position: absolute;
        left: -9px;
        top: 10px;
        text-decoration: none;
    }

    #menu-toggle .fa {
        padding-right: 5px;
    }

    .mobile.dd-menu {
        display: none;
        background: #fff;
        width: 100%;
        position: absolute;
        height: auto;
        overflow: auto;
        left: 0;
        float: none;
        top: 79px;
        z-index: 99;
        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
        box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    }

    .header-style3 .dd-menu {
        top: 100%;
    }

    .dd-menu > ul {
        margin: 10px 0 10px 0;
    }

    .dd-menu > ul > li {
        display: block;
        width: 100%;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0px;
        text-align: left;
        border-bottom: 1px solid #eee;
    }

    .dd-menu > ul > li:hover {
        background-color: #f5f5f5;
    }

    .header-style3 .main-navigation > ul > li {
        margin: 0;
    }

    .dd-menu > ul > li > a,
    .dd-menu > ul > li > ul > li > a {
        display: block;
        padding: 15px 30px 15px 100px;
        line-height: normal;
        color: #222;
        text-decoration: none;
    }

    .header-style2 .dd-menu > ul > li > a {
        line-height: normal !important;
    }

    .dd-menu > ul > li.megamenu {
        display: none;
    }

    .dd-menu > ul > li ul {
        position: relative;
        top: 0;
        left: 0 !important;
        margin: 0px 0px 15px 0px;
        -webkit-border-radius: 0;
        border-radius: 0;
        box-shadow: none;
        width: 100%;
        background-color: #cccccc;
    }

    .dd-menu > ul > li > ul li ul, .header-style2 .dd-menu > ul > li > ul li ul, .header-style3 .dd-menu > ul > li > ul li ul {
        position: static;
        margin: 0;
        left: 0 !important;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .dropdown-menu {
        border-left: 0px;
        border-right: 0px;
        border-top: 2px solid #04457d;
        border-bottom: 1px solid #04457d;
    }

    .notice-bar {
        margin-top: 20px;
    }

    .header-style2 .dd-menu > ul > li ul {
        top: 112%
    }

    .header-style3 .dd-menu > ul > li ul {
        top: 115%;
    }

    .dd-menu > ul > li > ul li {
        border-left: 0;
    }

    .dd-menu > ul > li > ul li a {
        padding-right: 30px;
    }

    .dd-menu > ul > li.megamenu > ul {
        width: 100%;
    }

    .dd-menu > ul > li.megamenu > ul .megamenu-container > div.row > div {
        margin-top: 20px;
    }

    .footer-widget {
        margin-bottom: 40px;
    }

    .sidebar {
        margin-top: 40px;
    }

    .icon-box {
        margin-bottom: 50px;
    }

    .blog-grid .grid-item .basic-link {
        display: block;
        margin-bottom: 10px;
        float: none !important;
    }

    .home .notice-bar .btn-primary {
        margin-top: 10px;
    }
}

@media (min-width: 767px) and (max-width: 810px) {

    .top-bar-navigation > li > a {
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 767px) {
    .sp-cont, .topbar .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    h1 {
        font-size: 31px;
    }

    .topbar p {
        font-size: 10px !important;
    }

    .hero-area, .page-header {
        top: 0;
        margin-bottom: 0;
    }

    .site-logo .logo-image {
        position: relative;
        top: 17px;
        left: -34px;
    }

    #menu-toggle {
        position: absolute;
        left: 5px;
        top: 10px;
        text-decoration: none;
    }

    .dd-menu > ul > li > a,
    .dd-menu > ul > li > ul > li > a {
        display: block;
        padding: 15px 30px 15px 25px;
        line-height: normal;
        color: #222;
        text-decoration: none;
    }

    .main-nav-right .site-search input {
        position: relative;
        top: 7px;
        width: 188px !important;
        font-size: 11px !important;
        padding: 10px !important;
    }

    .main-nav-right .site-search {
        width: 200px !important;
        height: 50px !important;
        position: absolute;
        right: 14px;
        top: 4px;
        margin: 0px !important;
    }

    .main-nav-right .site-search .search-form .btn.btn-search {
        margin: 17px -24px 0px 0px !important;
    }

    .main-navigation.dd-menu {
        display: none !important;
    }

    .main-nav-right .login {
        position: absolute;
        left: 80% !important;
        top: -83px !important;
        border-left: none !important;
    }

    .site-footer {
        height: auto;
        padding: 28px 0px 45px 20px;
        background: #0a7aaf;
    }

    .footer-widget.mailing-list-widget {
        padding-left: 0px !important;
    }

    .footer-widget .form-control {
        width: 90%;
    }

    /* home page items */
    #homepageGeneralContent .content-box {
        height: auto !important;
    }

    .featured-block figure img {
        width: 12% !important;
    }

    /* accreditation */
    .accreditation-intro > p {
        text-align: center;
    }

    .accreditation-intro > p > .call-us {
        line-height: 44px;
        width: 100%;
        display: inline-block
    }

    .accreditation-intro > p > .blue-box-link {
        margin-top: 5px;
        width: 100%;
        display: inline-block;
    }

    /* training */
    .training-topic-links a {
        display: inline-block;
        margin: 5px;
    }

    .body {
        padding-top: 0 !important;
    }

    .site-logo img {
        max-width: 200px;
    }

    .header-style1 .page-header > div > div > span {
        margin-top: 0;
    }

    .hero-area {
        min-height: 160px;
    }

    .posts-listing h3, .list-item h3 {
        margin-top: 25px;
    }

    .posts-listing .post-actions .btn {
        margin-bottom: 0;
    }

    .grid-item .media-box {
        display: block;
    }

    .blog-grid .grid-item .basic-link {
        display: inline-block;
        margin-bottom: 0;
        float: right !important;
    }

    .galleryflex {
        margin-top: 30px;
    }

    .grid-item .media-box img {
        width: 100%;
    }

    .page-header > div {
        height: 160px;
    }

    .featured-block {
        margin-bottom: 30px;
    }

    .featured-block figure img {
        width: 100%;
    }

    .timeline-stamp {
        float: none;
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .timeline-stamp-table {
        display: block;
        text-align: center;
        height: auto !important;
    }

    .timeline-stamp-tablecell {
        display: block;
    }

    .exhibitions-timeline {
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

    .timeline-slot {
        width: 100%;
        float: none;
        height: auto !important;
    }

    .event-list-item .btn-default {
        display: none;
    }

    .content {
        padding: 30px 0;
    }

    hr.fw {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .copyrights-right .pull-right {
        float: none !important;
        margin-top: 22px;
    }

    /* Isotope */
    .isotope {
        overflow: visible !important;
        height: auto !important;
    }

    .isotope-item {
        position: static !important;
        margin-right: auto;
        margin-left: auto;
        width: auto;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }

    .isotope-hidden {
        display: none !important;
    }

    .grid-item .media-box {
        margin-bottom: 0;
    }

    .hero-slider.flexslider, .hero-slider.flexslider ul.slides li {
        height: 250px;
    }

}

/* think iPhone 5 class of mobile device */
@media only screen and (max-width: 540px) {
    .main-nav-right .site-search input {
        position: relative;
        top: 7px;
        width: 155px !important;
        font-size: 18px !important;
        padding: 10px !important;
    }

    .main-nav-right .site-search {
        width: 150px !important;
        height: 50px !important;
        position: absolute;
        right: 14px;
        top: 4px;
        margin: 0px !important;
    }

    .main-nav-right .site-search .search-form .btn.btn-search {
        margin: 17px -32px 0px 0px !important;
    }

    .main-nav-right .login {
        position: absolute;
        left: 63% !important;
        top: -83px !important;
        border-left: none !important;
    }

    .site-footer {
        height: auto;
        padding: 28px 0px 45px 20px;
        background: #0a7aaf;
    }

    .footer-widget.mailing-list-widget {
        padding-left: 0px !important;
    }

    .footer-widget .form-control {
        width: 90%;
    }

    /* home page items */
    #homepageGeneralContent .content-box {
        height: auto !important;
    }

    .featured-block figure img {
        width: 23%;
    }

    /* membership page */
    .membership-callout-icon {
        height: 30px;
        width: 30px;
        top: 30px;
        background-size: contain;
        left: 22px;
    }

    .membership-callout h3 {
        font-size: 20px;
        line-height: 21px;
        margin-bottom: 9px;
        padding-left: 10px;
        margin-top: -12px;
    }

    /* accreditation */
    .panel.panel-category > .panel-heading > .panel-title {
        font-size: 17px !important;
    }

    .panel.panel-program > .panel-heading > .panel-title {
        font-size: 15px !important;
    }

    /* training */
    .training #headingOne h4 {
        font-family: "Open Sans", sans-serif;
        font-size: 24px;
        font-weight: 100;
        text-transform: none;
        background-image: none;
        padding-left: 0px;
        margin-left: 0px;
    }

    .training .panel.panel-default {
        padding-left: 0px;
        background-color: #ebeded;
    }

    .training-button-links a {
        display: inline-block;
        margin: 5px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {

}

/* Testimonial Tabs */
.testimonials-container.testimonial-isotope {
    height: 100% !important;
    overflow: hidden !important;
}

.nav.nav-tabs li .more-testimonials {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #f79022;
    text-transform: uppercase;
    text-decoration: none;
}

.nav.nav-tabs li .more-testimonials:hover {
    color: #036194;
    background-color: #ffffff;
    text-decoration: none;
}

.nav-tabs-vertical .nav-tabs > li {
    list-style: none;
}

.nav-tabs-vertical .nav-tabs > li > a:before {
    content: "\2022";
    color: #f79022;
    display: inline-block;
    width: 15px;
    font-size: 23px;
    font-weight: bold;
    margin-left: -14px;
    vertical-align: middle;
    margin-right: 10px;
}

.nav-tabs-vertical .nav-tabs > li:nth-last-child(1) {
    padding-top: 20px;
}

.nav-tabs-vertical .nav-tabs > li:nth-last-child(1) > a:before {
    content: "" !important;
    text-decoration: none;
}

.nav-tabs-vertical {
    display: none;
    border: none !important;
    box-shadow: none !important;
}

.tab-pane p {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 18px;
    line-height: 27px;
    color: #000;
}

.tabs {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.nav-tabs,
.nav-tabs.nav-justified {
    border-bottom: 0px;
    margin-bottom: 0px;
    margin-top: -40px;
    padding: 0px 5px;
}

.block-head .nav-tabs {
    border-bottom: 0px;
}

.nav-tabs > li {
    margin-bottom: 0px;
}

.nav-tabs > li > a {
    margin-right: 5px;
    border: none !important;
    border-radius: 0px !important;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #393e44;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    background: #FFF;
    padding: 9px 15px;
    text-decoration: none;
}

.nav-tabs > li >
.nav-tabs > li > a:hover {
    border-color: transparent;
    background: #ebeded;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > .dropdown.active.open > a:hover {
    background: #ebeded;
    text-decoration: none;
}

.nav-tabs.nav-justified > li > a {
    border: 0px;
    color: #333;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.nav-tabs.nav-justified > li > a:hover {
    border-color: transparent;
    background: #ebeded;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 0px;
    background: #ebeded;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

.nav-tabs a .caret,
.nav-tabs a:hover .caret {
    color: #33414e;
}

.nav-tabs-vertical .tabs {
    margin-top: 0px;
}

.nav-tabs-vertical .nav-tabs {
    margin-top: 0px;
    float: left;
    width: 400px;
    position: relative;
    left: 0px;
    border-bottom: 0px;
    padding: 0px;
}

.nav-tabs-vertical .nav-tabs > li {
    width: 100%;
}

.nav-tabs-vertical .nav-tabs > li > a:hover {
    background: #ebeded;
    text-decoration: none;
}

.nav-tabs-vertical .nav-tabs > li.active > a,
.nav-tabs-vertical .nav-tabs > li.active > a:hover,
.nav-tabs-vertical .nav-tabs > li.active > a:focus,
.nav-tabs-vertical .nav-tabs > .dropdown.active.open > a:hover {
    background: #ebeded;
    text-decoration: none;
}

.nav-tabs-vertical .nav-tabs > li.active > a,
.nav-tabs-vertical .nav-tabs > li.active > a:hover span,
.nav-tabs-vertical .nav-tabs > li.active > a:focus span,
.nav-tabs-vertical .nav-tabs > .dropdown.active.open > a:hover span {
    font-weight: bold;
    text-decoration: none;
}

.nav-tabs-vertical .tab-content {
    width: auto;
    margin-left: 420px;
}

.nav-tabs-vertical .panel-body {
    padding-top: 0px;
}

hr.dotted {
    height: 2px;
    background: transparent url("/theme/img/hr-dotted-bg.gif") repeat-x;
}

/* Forms */
.form-container h1 {
    margin-left: 0px;
    padding-left: 0px;
    line-height: 1.5em;
}

.form-container .submit input[type="submit"] {
    background-color: #04457d;
    padding: 10px 20px;
    color: #fff;
    border: 0px;
    text-decoration: none !important;
}

.form-container .submit input[type="submit"]:hover {
    background-color: #ef7622;
    color: #fff;
}

.training-opportunities-include {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    color: #2177ad;
    font-size: 16pt;
}

.training-opportunities-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.training-opportunities-list > li {
    padding-left: 1em;
    text-indent: -.7em;
}

.training-opportunities-list > li::before {
    content: "• ";
    font-size: 20px;
    margin-right: 5px;
    color: #2177ad; /* or whatever color you prefer */
}

