/* ===================================================================== */
/* =========================== Default Template ======================== */
/* ===================================================================== */

/* ===== imports ===== */
@import url('flexmenu.css?version=10');
@import url('bootstrap.min.css?version=0510');
@import url('styles.css?version=10');
@import url('common-sense.css?version=10');
@import url('print.css?version=1');

/* ===== flexMenu ===== */
header.flexmenu {
    display: none;
}
/* ===== main header ===== */
header.main {
    width: 100%;
    background: #FFF;
}
header.main .logo {
    padding: 30px 0 20px 0;
}
header.main .utilityNav {
    margin-top: 40px;
    padding: 40px 0 10px 0;
    text-align: right;
}
header.main .utilityNav ul {
    list-style: none;
    font-size: .95em;
}
header.main .utilityNav li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    vertical-align: middle;
}
header.main .utilityNav li a {
    color: #4F5859;
    font-weight: 600;
}
header.main .utilityNav li a:hover {
    color: #EB1C2D;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    transition: color 100ms linear;
}
/* search */
header.main ul li.search input[type=text] {
    width: 25px;
    color: #333;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 13px;
    background-color: #FFF;
    background-image: url('/images/icn/search.png');
    background-position: 5px;
    background-repeat: no-repeat;
    padding: 5px 0 5px 30px;
    -webkit-transition:width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    border: none;
    cursor: pointer;
}
header.main ul li.search input[type=text]:focus {
    width: 150px;
    background-image: url('/images/icn/search.png');
    background-color: #FFF;
    color: #333;
    padding: 5px 0 5px 30px;
    /*border: 2px solid #abc5e7;*/
}
/* ===== navigation =====*/
nav.main {
    background: #50585A none repeat scroll 0 0;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    position: relative;
    z-index: 2;
}
nav.main ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
nav.main li {
    display: inline;
    position: relative;
}
nav.main li:hover {
    background: #2E3233;
    color: #002B55;
}
nav.main li a {
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 1em 1.25em;
}
nav.main li a:hover {
    background: #EB1C2D;
    -webkit-transition: background 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
nav.main ul > li:hover {
    display: inline-block;
    color: #EB1C2D;
}
nav.main ul > li { 
    display: inline-block;
    text-align: left;
}
nav.main ul > li:hover {
    display: inline-block;
}
nav.main li ul li a {
    padding: 1em 1.25em;
}
nav.main ul ul {
    display: none; 
    position: absolute; 
    top: 100%;
    background-color: #2E3233;
}
nav.main ul li:hover > ul {
    display: block;
}
nav.main ul li ul li {
    width: 250px;
}
nav.main ul ul > li a {
    display: block;
    background-color: #2E3233;
}
nav.main ul ul > li a:hover {
    background: #EB1C2D;
    color: #FFF;
}
nav.main ul.socialIcons {
    float: right;
    font-size: 1.5em;
}
nav.main ul.socialIcons li a {
    padding: .65em .5em;
}
nav.main ul.socialIcons li:hover {
    background: none !important;
}
/* ===== carousels =====*/
section.carousel {
    position: relative;
    z-index: 0;
}
section.carousel-chapters {
    background: #F5F5F5;
    padding: 35px 0;
}
section.carousel-chapters .chapters .item {
    background: #FFF;
    border: 1px solid #D9D9D9;
    margin: 15px 0;
    box-shadow: 0px 3px 3px #D0D0D0;
}
section.carousel-chapters .chapters .item img {
    display: block;
}
section.carousel-chapters h2 {
   font-size: 2.5em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #4F5859;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    clear: both;
}
section.carousel-chapters p {
    font-size: 1.2em;
    color: #4F5859;
    text-align: center;
}
/* ===== Home Introduction =====*/
section.home-intro {
    text-align: center;
    margin: 25px 0;
}
section.home-intro h2 {
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 700;
    color: #4F5859;
}
section.home-intro p {
    font-weight: 600;
    font-size: 1.1em;
    color: #4F5859;
}
section.home-featured {
    background: #F5F5F5;
    padding: 10px 0;
}
section.home-featured h1 {
    font-weight: 600;
    font-size: 1.8em;
    color: #4F5859;
}
section.home-featured h2 {
    font-weight: 600;
    font-size: 1.4em;
    color: #4F5859;
    line-height: 1.25em;
    margin: 10px 0;
    padding: 0;
}
section.home-featured h3 {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    color: #4F5859;
    line-height: 1em;
    opacity: .7;
    margin: 0;
    padding: 0;
}
section.home-featured div > div {
    margin: 0 0 10px 0;
}
section.home-featured img {
    max-width: 100%;
    width: 100%;
    margin: 15px 0;
}
section.home-feeds {
    margin: 25px 0;
}
section.home-feeds hr.hr100{
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 5px solid #999;
    margin: 25px 0;
}
section.home-feeds hr.hr25 {
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 2px solid #D0D0D0;
    width: 25%;
    display: block;
    margin: 5px 0 0 0;
}
section.home-feeds div.currentNews, section.home-feeds div.importantDates {
    border-right: 1px solid #D0D0D0;
}
section.home-feeds div.currentNews h2, section.home-feeds div.importantDates h2, section.home-feeds div.aaemBlog h2 {
    font-size: 1.25em;
    color: #EB1C2D;
    margin: 15px 0;
    padding: 0;
    line-height: 0;
}
section.home-feeds div.currentNews h2 > span, section.home-feeds div.importantDates h2 > span, section.home-feeds div.aaemBlog h2 > span {
    font-size: .7em;
    display: inline-block;
    float: right;
    line-height: .3em;
}
/*section.home-feeds div.currentNews > div, section.home-feeds div.importantDates > div, section.home-feeds div.aaemBlog > div {
    display: table;
    float: right;
    margin-left: 40%;
}*/
section.home-feeds div.currentNews ul, section.home-feeds div.importantDates ul, section.home-feeds div.aaemBlog ul {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
    border-top: 1px solid #D0D0D0;
}
section.home-feeds div.currentNews li, section.home-feeds div.importantDates li, section.home-feeds div.aaemBlog li {
    padding: 20px 0;
    line-height: 1.4em !important;
    border-bottom: 1px solid #D0D0D0;
}
section.home-feeds div.currentNews li a, section.home-feeds div.importantDates li a, section.home-feeds div.aaemBlog li a {
    color:#244E69;
}
section.home-feeds div.currentNews li a:hover, section.home-feeds div.importantDates li a:hover, section.home-feeds div.aaemBlog li a:hover {
    color: #EB1C2D;
    text-decoration: none;
}
section.home-feeds span.post {
    color: #999;
    font-size: .8em;
}
section.home-feeds div.importantDates > hr, section.home-feeds div.aaemBlog > hr {
    display: none;
}
section.advertise {
    margin: 25px 0;
    padding: 15px 0;
}
.advertise {
    display: block;
    margin: 25px 0;
}
.advertise h3 {
    font-size: 1em;
    margin: 25px 0;
    opacity: .5;
}
section.advertise .advertise-info {
  font-size: .9em;
  color: #999;
  display: block;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  margin: 15px 0;
  padding: 15px 0;
}
section.advertise h2 {
    font-weight: 600;
    font-size: 2em;
    line-height: 1.4em;
    color: #EB1C2D;
    margin: 0;
    padding: 0;
}
section.advertise h3 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    color: #4F5859;
    line-height: 1em;
    opacity: .7;
    margin: 0;
    padding: 0;
}
section.advertise ul.socialIcons {
    font-size: 1.5em;
    list-style: none;
}
section.advertise ul.socialIcons {
    margin: 0;
    padding: 0;
    text-align: center !important;
}
section.advertise ul.socialIcons li {
    display: inline-block;
}
section.advertise ul.socialIcons li a {
    display:  inline-block;
    margin: 0 auto;
    padding: .65em;
}
section.advertise ul.socialIcons li a:hover {
    text-decoration: none;
    background: #333;
}
section.advertise ul.socialIcons li:hover {
    background: none !important;
}
section.main .section-content {/* temp */
    min-height: 600px;
}
section.main .section-content, section.main .section-nav {
    margin: 25px auto;
}
section.main .section-content ol, section.main .section-content ul {
    margin: 15px auto;
}
section.main .section-content li {
    margin: .9em .75em;
}
section.main .section-content li ul li, section.main .section-content li ol li {
    margin: 1em -1em;
}
section.main .section-nav ul {
    /*position: relative;
    top: 80px;*/
    margin: 90px 0 25px 0;
    padding: 25px 0;
    list-style: none;
    border-top: 5px solid #D0D0D0;
    font-size: 1.1em;
}
section.main .section-nav li a.selected {
    color:#EC1C2D;
}
section.main .section-nav li a {
    display: block;
    font-weight: 600;
    padding: 5px 0;
    color: #50585A;
}
section.main .section-nav li a:hover {
    color: #EB1C2D;
    text-decoration: none;
}
section.main .section-nav ul ul {
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: none;
    font-size: .8em;
}
section.main .section-nav li ul li a {
    display: block;
    font-weight: 400;
    padding: 5px 0;
    color: #50585A;
}
/* ===== footer ===== */
footer.tagLine {
     background: #50585A;
     margin: 25px 0 0 0;
}
footer.tagLine h2 {
    margin: 0;
    padding: 15px;
    color: #FFF;
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
    font-style: italic;
}
footer.main {
    background: #2E3233;
    color: #ffffff;
    width: 100%;
    padding: 15px 0;
    font-size: .9em;
}
footer.main h3 {
    color: #FFF;
}
footer.main a {
    color: #FFF;
}
footer.main a:hover {
    color: #EB1C2D;
    text-decoration: none;
}
footer.main .footLogo {
    padding: 25px 15px;
}
footer.main .footLinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer.main .footSocial ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.5em;
}
footer.main .footSocial li {
    display: inline-block;
}
footer.main .footSocial ul li a {
    padding: .65em;
}
footer.main .footSocial ul li a:hover {
    color: #50585A !important;
    text-decoration: none;
}
.footSocial ul li:hover {
    background: none !important;
}
footer.main .footDisclaimer {
    border-top: 1px solid #50585A;
    margin: 25px 0 0 0;
    padding: 15px 15px 0px 15px;
    text-align: center;
}
/* mvHalfSky */
.mvHalfSky-mobile {
    display: none;
}
iframe.twitter-timeline {
  margin-top: 5px;
}
.timeline-Header {
  display: none !important;
}
.aaemBlog div {
    display: block;
    margin-top: 30px;
}
/* ========================= MEDIA QUERIES ============================ */
/* desktop ----------- */
@media only screen and (max-width: 1200px) {

}
/* tablet (landscape) ----------- */
@media only screen and (max-width: 1170px), only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    header.main .logo img {
        max-width: 100%;
    }
    section.advertise img {
        max-width: 100%;
    }
    section.advertise .col-lg-3 h3 {
        text-align: center;
    }
}
/* tablet (portrait) PRO----------- */
@media only screen and (min-device-width: 1024px) and (max-device-width : 1024px) and (min-device-height : 1366px) and (max-device-height : 1366px) and (min-width: 1024px) and (max-width: 1024px) {
    header.flexmenu {
        display: none;
    }
}
/* tablet (portrait) ----------- */
@media only screen and (max-width: 768px), only screen and (max-width: 768px), only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    header.flexmenu {
        display: none;
    }
    nav.main ul li:nth-child(6) ul {
        right: 0;
    }
    header.main .utilityNav {
        margin-top: 20px;
    }
    header.main .utilityNav li {
        padding: 0 7px;
    }
    /*header.main .utilityNav .search {
        display: none;
    }*/
    nav.main .socialIcons {
        display: none;
    }
    section.home-featured h1 {
        text-align: center;
    }
    section.home-feeds div.importantDates {
        border-right: none;
    }
    section.home-feeds div.importantDates > hr {
        display: none;
    }
    section.home-feeds div.aaemBlog > hr {
        display: block;
        margin-top: 25px;
        margin-bottom: 35px;
    }
    section.main .section-nav {
        display: none;
    }
    footer.main .footLogo {
        text-align: center;
    }
    iframe.twitter-timeline {
        width: 100% !important;
    }
    iframe.vimeo, iframe.youtube {
        width: 100% !important;
        height: auto;
    }
}
/* mobile phone (landscape) ----------- */
@media only screen and (max-width: 667px), only screen and (max-width: 667px), only screen and (max-width: 667px), only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    
    header.flexmenu {
        display: block;
    }
    header.main .logo {
        text-align: center;
    }
    header.main .utilityNav {
        display: none;
    }
    header.main .utilityNav .search {
        display: none;
    }
    nav.main, header.main .utilityNav .search  {
        display: none;
    }
    section.home-featured h1 {
        text-align: center;
    }
    section.home-intro {
        margin: 0;
    }
    section.home-feeds div.currentNews, section.home-feeds div.importantDates {
        border-right: none;
    }
    section.home-feeds div.importantDates > hr {
        display: block;
        margin-top: 25px;
        margin-bottom: 35px;
    }
    div.imgContainer > div.captions, div.section-imgContainer > div.section-captions {
        width: 100%;
        padding: 15px 0;
        float: none;
    }
    div.imgContainer img, p.imgContainer img, div.section-imgContainer img, p.section-imgContainer img {
        max-width: 100%;
    }
    div.imgContainer > div.captions.heading {
      font-size: .8em;
    }
    /*footer.main .footAddress, footer.main .footLinks, */footer.main .footLogo, footer.main .footSocial{
        display: none;
    }
    /* mvHalfSky */
    .mvHalfSky-mobile {
        display: block;
    }
}
/* mobile phone (portrait)----------- */
@media only screen and (max-width: 375px), only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){

    section.home-feeds div.importantDates > hr {
        display: block;
        margin-top: 25px;
        margin-bottom: 35px;
    }
    section.home-intro {
        margin: 0;
    }
    /*footer.main .footAddress, footer.main .footLinks, */footer.main .footLogo, footer.main .footSocial{
        display: none;
    }
    /* mvHalfSky */
    .mvHalfSky-mobile {
        display: block;
    }
}
