@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900,400italic,600italic,700italic,900italic|Roboto:400,700,900,400italic,700italic,900italic|Roboto+Condensed:400,700,900,400italic,700italic,900italic);

/************************************************/
/********************* BASE *********************/
/************************************************/

body {
    background-color: #e3e3e3;
}



/*** LINKS ***/
a {
    transition: all 0.2s ease-in-out;
}

body:not(.home) #zone-content a {
    border-bottom: 1px dotted;
    color: #0d57aa;
    text-decoration: none;
}

body:not(.home) #zone-content a:hover {
    color: #5cb6ff;
}

/* View More */
a.view-more {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    margin-left: auto;
    margin-right: auto;
    max-width: 336px;
    padding: 1em;
    padding-right: 3em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

a.view-more:after {
    content: '\f101';
    display: inline;
    font-family: 'FontAwesome';
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
}



/*** HEADINGS ***/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

h1 {
    font-size: 2.75em;
}

h2 {
    font-size: 2.3125em;
}

h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
}

h3 {
    font-size: 1.6875em;
}

h4 {
    font-size: 1.4375em;
}

h5 {
    font-size: 1.125em;
}

h6 {
    font-size: 1em
}



/*** IMAGES ***/
.wp-caption.alignright,
.wp-caption.alignleft {
    max-width: 50%;
}



/*** VIDEO ***/
body:not(.search_gcse) .video {
    /*float: left;*/
    height: 0;
    margin: 1em auto 2em auto;
    padding-bottom: 56.2%;
    position: relative;
    text-align: center;
    width: 100%;
}

body:not(.search_gcse) .video iframe {
    left: 0;
    height: 100%;
    max-width: inherit;
    position: absolute;
    top: 0;
    width: 100%;
}



/*** HORIZONTAL RULE ***/
hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    height: 0;
}



/*** BODY ***/
body:not(.home) #zone-content > .row {
    background-color: #fff;
    padding-bottom: 2em;
    margin-bottom: 2em;
}

/* Title */
#content-title .postTitle {
    color: #00274c;
    font: 600 2.5em/1.25 'Source Sans Pro', sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
}

/* Sidebar */
#widget-content_first {
    clear: left;
}

#contentnavlist,
#contentnavlist ul {
    list-style: none;
    padding: 0;
}

#contentnavlist > li + li {
    border-top: 1px dotted;
}

#contentnavlist a {
    border: 0!important;
    display: block;
    margin: 3px auto;
    padding: 4px 4px 4px 15px;
    position: relative;
    text-decoration: none;
}

#contentnavlist a:hover {
    background-color: #E5E1DE;
    color: #000!important;
    transition: background-color 0.3s ease;
}

#contentnavlist li.current_page_item > a {
    background-color: #4579B1;
    color: #FFF!important;
}

#contentnavlist ul a {
    padding-left: 30px;
    line-height: 22px;
}

#contentnavlist ul ul a {
    padding-left: 45px;
}

#contentnavlist ul ul ul a {
    padding-left: 60px;
}

/*#content-title + #content-main { 
    max-width: 750px;
    margin: 0 auto;
    float: none;
}*/



/*** EVENTS ***/
body:not(.home) #content ul.events {
    list-style: none;
    padding: 0;
}

body:not(.home) #content ul.events li {
    border-bottom: 1px solid #ddd;
    padding: 20px 0 20px 70px;
}

body:not(.home) #content ul.events li .month-date {
    background: #325A86;
    color: #fff;
    display: block;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    margin-right: -50px;
    padding: 5px;
    position: relative;
    right: 70px;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
}

body:not(.home) #content ul.events li img {
    float: right;
    padding-left: 10px;
}



/*** FORMS ***/
.mc4wp-form {
    width: 100%;
    float: left;
    margin-bottom: 2em;
}

label {
    font-size: 0.875rem;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
}

input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="month"], 
input[type="week"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
textarea {
    -webkit-appearance: none;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s,border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s,border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
}

input[type="file"], 
input[type="checkbox"], 
input[type="radio"], 
select {
    margin: 0 0 1rem 0;
}

input[type="checkbox"], 
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

select {
    height: 2.3125rem;
    -webkit-appearance: none !important;
    background-color: #fafafa;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 97% center;
    border: 1px solid #ccc;
    padding: 0.5rem;
    font-size: 0.875rem;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
}



/* --------------------
-----------------------
EXPERTS
-----------------------
-------------------- */
.experts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.experts li {
    padding-top: 20px;
}
.experts li + li {
    border-top: solid 1px #00274c;
}
.experts li,
.experts .pro-info {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
}
.experts .pro-info p {
    margin: 0;
}
.experts p.email-address {
    margin-top: 1em;
}
.experts .featured-image {
    float: right;
    margin-left: 1em;
}
.experts.experts-single .featured-image {
    margin: 0 0 0 1em !important;
    border-bottom: 0 !important;
}
.experts .expert-name {
    font-weight: 700;
}
.experts .expert-link {
    clear: both;
    margin-top: 20px;
}
.experts .expert-link a {
    padding: 5px 10px;
    border: solid 1px #00274c!important;
}
.experts .expert-link a i {
    padding-left: 5px;
}
.experts .expert-link a:hover {
    background: #efefef;
    color: #0d57aa !important;
    transition: all 0.3s ease !important;
}



/************************************************/
/****************** ACCORDIONS ******************/
/************************************************/
.mfw-accordion + .mfw-accordion {
    margin-top: 1em;
}
.mfw-accordion > label:before {
    content: "\f067";
    font-family: 'FontAwesome';
    padding-right: .625em;
}
.mfw-accordion > input[type=checkbox]:checked + label:before {
    content: "\f068";
}
.mfw-accordion > label {
    background-color: transparent;
    font: 600 1.125em/1 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: solid 2px #4579B1;
    padding: .75em;
}
.mfw-accordion > label:hover {
    background-color: #E5E1DE;
    color: #000;
    transition: all 0.5s ease;
}




/************************************************/
/***************** MEDIA QUERIES ****************/
/************************************************/

/*** LARGE ***/
@media only screen and ( min-width: 64.0625em ) {



}



/*** MEDIUM ***/
@media only screen and ( max-width: 64em ) {



}



/*** MEDIUM/SMALL ***/
@media only screen and ( max-width: 52.0625em ) {



}



/*** SMALL ***/
@media only screen and ( max-width: 40em ) {

    


}