﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic,600,600italic);
@import url(http://fonts.googleapis.com/css?family=Satisfy);

html { height: 100%; }
body { height: auto; min-height: 100%; margin: 0; padding: 0; font-family: "Open Sans", Arial, sans-serif; font-size: 14px; line-height: 1.5em; color: #4d4d4d; background: url(../images/bg_dark.png); }

.base-color {color: #4d4d4d;}

.container.main {  }

h1, h2, h3, h4, h5, h6 { margin-top: 0; }
h1 { font-size: 28px; line-height: 36px; font-weight: normal; font-family: "Open Sans", Arial, sans-serif; color: #4d4d4d; }
h2 { font-size: 18px; font-weight: normal; font-family: "Open Sans", Arial, sans-serif; color: #4d4d4d; }
a { color: #9B40EA; text-decoration: none; }
a:hover { text-decoration: underline; }

.orange { color: #9B40EA; }

.button { cursor: pointer; display: inline-block; text-decoration: none; color: #ffffff; border-radius: 4px; border: 2px solid #ffffff; padding: 5px 10px; line-height: 18px; transition: opacity linear 0.125s, color linear 0.125s, background-color linear 0.125s; }
.button:hover { opacity: 0.8; text-decoration: none; }

/* Upper Header Container */
.header.upper.container { background: url(../images/bg_orange.png); min-height: 67px; width: 100%; position: relative; top: 0; left: 0;}
.header.upper.container .header.upper { height: 100%; }
.header.upper.container .header.upper .logo { text-align: left; padding-top: 16px; }
.header.upper.container .header.upper .login { text-align: right; padding-top: 16px; }
.header.upper.container .header.upper .login .button::after { content: url(../images/icon_arrow_small.png); margin: 0px 0px 0px 10px; position: relative; top: 2px; }

/* Header Container */
.header.container { margin: 0; width: 100%; position: relative; top: 0; left: 0; z-index: 10000; background: #ffffff; }
.header.container .header { padding: 13px 0px 6px 0px;}
.site-search .search { position: relative; top: 0; left: 0; background: url(../images/bg_light.png); border-radius: 4px; height: 44px; }
.site-search .search-textbox { float: left; border: none; background: none; color: #525252; line-height: 22px; font-size: 18px; padding: 2px 4px; margin: 9px 0px; height: 26px; font-family: "Open Sans", Arial, sans-serif; display: block; width: 130px; }
.site-search .search-link { display: block; position: relative; top: 0; left: 0; float: left; width: 44px; height: 44px; border-radius: 4px; background: url(../images/icon_search.png) no-repeat center; }

.navigation.primary {margin-bottom: -6px;}
.navigation.primary > ul { margin: -13px 0px 0px 0px; padding: 0; list-style-type: none; text-align: right; position: relative;}
.navigation.primary > ul > li { display: inline-block; margin: 0; padding: 6px 0px 0px 0px;}
.navigation.primary > ul > li:first-child { margin-left: 0; }
.navigation.primary > ul > li:last-child { margin-right: 0; }
.navigation.primary > ul > li > a { display: block; line-height: 65px; font-size: 14px; color: #4d4d4d; position: relative; text-decoration: none; padding: 0px 12px; }
.navigation.primary > ul > li:hover,
.navigation.primary > ul > li.selected { background: url(../images/bg_orange.png) }
.navigation.primary > ul > li:hover > a,
.navigation.primary > ul > li.selected > a { color: #2e717b; background: url(../images/bg_light.png) }
.navigation.primary > ul > li > .dropdown { display: none; visibility: hidden; position: absolute; top: 100%; z-index: 000; padding: 0 0 0 0; }
.navigation.primary > ul > li:hover > .dropdown { display: block; visibility: visible; }
.navigation.primary > ul > li:hover > .dropdown ul { background: url(../images/bg_dark.png); text-align: left; list-style-type: none; padding: 20px 25px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; width: 256px; }
.navigation.primary > ul > li:hover > .dropdown ul > li { display: block; margin: 15px 0; line-height: 20px; }
.navigation.primary > ul > li:hover > .dropdown ul > li:first-child { margin-top: 0; }
.navigation.primary > ul > li:hover > .dropdown ul > li:last-child { margin-bottom: 0; }
.navigation.primary > ul > li:hover > .dropdown ul > li > a { color: #ffffff; display: block; }
.navigation.primary > ul > li:hover > .dropdown ul > li:hover > a { text-decoration: none; color: #9B40EA; }

.navigation-mobile-menu-icon {color: #ffffff; opacity: 0.6; background: url(../images/icon_mobile_navigation.png) no-repeat center center; width: 24px; height: 4rem; float: left; margin: -18px 0px 0px 2px;}
.navigation-mobile-menu-icon:hover {opacity: 1;}

/* Content Container */
.body.container { background: #ffffff; }
.body.container .body { width: 100%; float: left; }

.masthead.container { margin-top: 20px; height: 129px; background: url(../images/bg_light.png); float: left; width: 100%; }
.masthead.container .masthead { position: relative; top: 0px; left: 0px; height: 149px; margin-top: -20px; }
.masthead.container .title.container { position: absolute; top: 0px; left: 0px; height: 100%; width: 350px; z-index: 10; background-color: rgba(0, 0, 0, 0.75); }
.masthead.container .title.container .title { position: absolute; bottom: 20px; left: 40px; font-family: Raleway, Arial; font-size: 33px; line-height: 36px; color: #ffffff; text-transform: uppercase; }
.masthead.container .image { display: block; width: 100%; height: 100%; background-repeat: no-repeat; }

.breadcrumb { margin: 15px auto 0px auto; font-size: 12px; color: #9B40EA; }
.breadcrumb span { color: #4d4d4d; }
.breadcrumb a { text-decoration: none; color: #4d4d4d; }
.breadcrumb a:hover { color: #9B40EA; }

.content.container { margin: 40px auto; }
.content.container .right em {color: #9B40EA}
.content.container > .left { border-right: 1px solid #e1e1e1; }

.content.container .left .callout { max-width: 220px; text-align: center; font-size: 18px; }
.content.container .left .callout .image-box { padding: 30px 20px; color: #ffffff; }
.content.container .left .callout .button { font-size: 12px; margin-top: 20px; }

.navigation.secondary { margin-bottom: 30px; }
.navigation.secondary ul { list-style-type: none; margin: 0px; padding: 0px; }
.navigation.secondary ul li { padding: 5px 0px 5px 0px; }
.navigation.secondary ul li a { color: #525252; text-decoration: none; font-family: Raleway, Arial; font-size: 18px; display: block; padding-right: 10px; }
.navigation.secondary ul li a:hover,
.navigation.secondary ul li.selected a { color: #9B40EA; border-right: solid 5px #2e717b; }

.content.container > .right { padding-left: 0px; }

.responsive-table { width: 100%; }
.responsive-table .full-table th { font-size: 16px; color: #9B40EA; font-weight: normal; text-align: left; padding: 10px 20px; background: url(../images/bg_light.png) }
.responsive-table tr td { padding: 10px 20px; border-bottom: 1px solid #e1e1e1; background: #f9f9f9 }
.responsive-table tr:nth-child(2n) td { background: #ffffff }

/* Footer Container */
.footer.container { position: relative; top: 0; left: 0; background: url(../images/bg_dark.png); padding: 31px 0; color: #bdbdbd; font-size: 14px;}
.footer.container a { color: #bdbdbd; text-decoration: none;  }
.footer.container a:hover { color: #ffffff; }
.footer.container ul { margin: 0; padding: 0; list-style-type: none; }
.footer.container ul li { margin: 3px 0; }
.footer.container ul li:first-child { margin-top: 0; }
.footer.container ul li:last-child { margin-bottom: 0; }
.footer.container iframe { border-radius: 2px; }
.footer.container .footer { padding: 0; }
.footer.container h3 { font-family: "Open Sans", Arial, sans-serif; font-size: 18px; line-height: 1.2em; font-weight: normal; color: #ffffff; }
.footer .download-apps a {color: #fff;}
.footer .download-apps a:hover {text-decoration: underline;}
.footer .download-apps .app-store {display: block; width: 168px; height: 47px; background: transparent url(../images/badge_app_store.png) no-repeat scroll 0 0; margin: 0 0 15px 0;}
.footer .download-apps .play-store {display: block; width: 168px; height: 47px; background: transparent url(../images/badge_play_store.png) no-repeat scroll 0 0; margin: 0 0 15px 0;}

.social-media { padding-left: 30px !important; }
.social-media h3::before { content: ""; position: relative; top: 2px; margin: 0px 15px 0px -29px; display: inline-block; width: 14px; height: 15px; background: url(../images/icon_connect.png) no-repeat }
.social-media .icons { margin-bottom: 15px; }
.social-media .icons a { display: inline-block; width: 29px; height: 28px; margin: 0 5px; opacity: 0.8; }
.social-media .icons a:first-child { margin-left: 0; }
.social-media .icons a:last-child { margin-right: 0; }
.social-media .icons a:hover { opacity: 1; }
.copyright { font-size: 12px; }
.copyright a { display: inline-block; margin-left: 15px; text-decoration: none; }

.footer.container .contact { padding-left: 45px !important; }
.footer.container .contact h3 { margin-left: -25px; }
.footer.container .contact strong { color: #ffffff; font-weight: normal; }
.footer.container .contact .call::before { content: ""; position: relative; top: 2px; margin: 0px 6px 0px -25px; display: inline-block; width: 14px; height: 15px; background: url(../images/icon_phone.png) no-repeat }
.footer.container .contact .email::before { content: ""; position: relative; top: 4px; margin: 0px 6px 0px -25px; display: inline-block; width: 14px; height: 15px; background: url(../images/icon_email.png) no-repeat }
.footer.container .contact .address::before { content: ""; position: relative; top: 4px; margin: 0px 4px 0px -23px; display: inline-block; width: 14px; height: 15px; background: url(../images/icon_map.png) no-repeat }

.footer.container .footer-map iframe { height: 186px; width: 100%; }

/*.social-media a.twitter:hover { background: #4ac7f5; }
.social-media a.youtube:hover { background: #b90000; }
.social-media a.facebook:hover { background: #587aca; }
.social-media a.linkedin:hover { background: #0074b1;}
.social-media a.googleplus:hover { background: #a92a24; }*/

.clsOneHalf { width: 50%; float: left; }

.clearboth {float: none; clear: both;}

@media all and (max-width: 768px) {
    #divLogo { text-align: center; }
    .header.upper .header-text { text-align: center; }
    .header.upper .email-phone-links { text-align: center; }
    .header.container { margin-bottom: 0; }
}

@media all and (max-width: 568px) {
    .content.container { display: flex; flex-direction: column; margin-top: 0;}
    .content.container .left { order: 2; width: 100%; border: none; padding: 0 1%;}
    .content.container .right { order: 1; padding: 0 1%;}
}

@media all and (max-width: 480px) {
    .footerCalloutRight { text-align: center; }
    .footerSocialMedia { text-align: center; }
    .site-search { margin-bottom: 16px; }
    .navigation.secondary { display: none; }
}