﻿@charset "utf-8";
/*----------GENERAL----------*/
body {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
}
.rowwrap, .rowwrap.sf_cols {
    max-width: 1240px;
    margin: 0 auto;
}
.cols {
    float: left;
}
.row, .row.sf_cols {
    padding: 60px 0;
}
.row.noTop, .row.noTop.sf_cols {
    padding-top: 0;
}
.row.noBot, .row.noBot.sf_cols {
    padding-bottom: 0;
}
.blue {
    color: #FFF;
    background: #004086;
}
.teal {
    color: #FFF;
    background: #1aa495;
}
.blue a, .teal a {
    color: #FFF;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: #004086;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
h1 {
    color: #004086;
    font-size: 36px !important;
    line-height: normal;
    margin: 42px 0 24px;
}
h2 {
    font-size: 30px;
    line-height: normal;
    margin: 0 0 40px;
}
h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: normal;
    margin: 0 0 25px;
}
.main h4 {
    line-height: normal;
}
.blue h1, .teal h1,
.blue h2, .teal h2,
.blue h3, .teal h3,
.blue h4, .teal h4 {
    color: #FFF !important;
}
p {
    margin: 0;
    padding: 0 0 15px;
}
.row.sf_cols .sfContentBlock:last-of-type p:last-of-type, .row.sf_cols .sf_colsIn .sfContentBlock:last-of-type p:last-of-type {
    padding-bottom: 0;
}
.main .sfContentBlock ul, ul.sfanchorList {
    list-style-image: url(images/bullet-orange.png);
}
.main .sfContentBlock ul li, .sfanchorList li {
    margin-bottom: 20px;    
}
hr {
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px dashed #CCC;
}

.sfpostContent hr {
    margin: 20px 0 15px 0;
    border: 0;
    border-bottom: 1px dashed #CCC;
}
/*----------BUTTONS----------*/
a.button {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    padding: 15px 30px;
    margin: 0 5px;
    background: #004086;
}
a.button:hover {
    background: #00356e;
}
a.button.teal {
    color: #FFF;
    background: #1aa495;
}
a.button.teal:hover {
    background: #168a7c;
}
a.button.orange {
    color: #FFF;
    background: #f07a3e;
}
a.button.orange:hover {
    background: #d66d38;
}
a.button.white {
    color: #1aa495;
    background: #FFF;
}
a.button.white:hover {
    background: #e5eef4;
}
a.button.gray {
    color: #FFF;
    background: #797979;
}
a.button.gray:hover {
    background: #5e5e5e;
}
/*----------HEADER----------*/
.headWrap {
    padding: 25px 0 10px;
    text-align: right;
}
a.logo {
    text-align: left;
    float: left;
    display: block;
    text-indent: -9999px;
    width: 204px;
    height: 78px;
    background: url(images/awsp-logo.svg) no-repeat;
}
.headRow1 {
    padding-top: 7px;
}
.headRow2 {
    text-align: left;
    margin-top: 16px;
    clear: both;
}
.btnJoin {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    color: #FFF;
    padding: 12px 15px;
    background: #004086;
    position: relative;
}
.btnJoin:before {
    content: '\f007';
    display: inline-block;
    font: normal normal normal 1rem/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-right: .5rem;
}
.btnJoin:hover {
    background: #00356e;
}
.btnCreate {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    color: #FFF;
    padding: 12px 15px;
    background: #f07a3e;
    position: relative;
}
.btnCreate:before {
    content: '\f234';
    display: inline-block;
    font: normal normal normal 1rem/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-right: .5rem;
}
.btnCreate:hover {
    background: #d66d38;
}
.btnLogin {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    color: #FFF;
    padding: 12px 15px;
    background: #1aa495;
    position: relative;
}
.btnLogin:before {
    content: '\f090';
    display: inline-block;
    font: normal normal normal 1rem/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-right: .5rem;
}
div#memberSection a {
    display: inline-block;
}
div#memberSection a:first-of-type {
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #b7b7b7;
}
.btnLogin:hover {
    background: #168a7c;
}
nav {
    float: left;
    margin-top: 8px;
}
nav ul {
    padding: 0;
}
nav li {
    float: left;
    display: block;
    margin-right: 30px;
    list-style: none;
}
nav li:last-child {
    margin-right: 0;
}
nav li a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #004086;
}
nav li a:hover {
    color: #00356e;
}
.search {
    float: right;
}
.search input[type="search"] {
    width: 187px;
    height: 34px;
    border: 2px solid #b7b7b7;
}
/*----------HOME COL BOXES----------*/
.colHead {
    color: #FFF;
    text-align: center;
    min-height: 103px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.colHead h3 {
    display: inline-block;
    font-family: 'Quicksand', sans-serif;
    font-size: 30px;
    font-weight: 200;
    padding-left: 60px;
    margin: 0;
}
.colHead h3:before {
    content: '';
    display: block;
    width: 58px;
    height: 58px;
    margin-left: -70px;
    position: absolute;
    background: url(images/bgHomeBox.png) no-repeat;
}
.colContent {
    text-align: center;
    line-height: 24px;
    padding: 40px 50px 30px 50px;
}
.colContent2 {
    line-height: 24px;
    padding: 14px 0;
}
.colLink {
    text-align: center;
}
.colLink a {
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    padding: 15px 30px;
    background: #004086;
}
.colLink a:hover {
    background: #00356e;
}
.colImage img {
    width: 100%;
}
/*----------HOME----------*/
.featureRow {
    background: #5da49c;
}
.featureRow .col1 {
    float: left;
    width: 100%;
    margin-right: -360px;
}
.featureRow .col1 .colliner {
    margin-right: 370px;
}
.featureRow .col2 {
    float: left;
    width: 360px;
    padding-top: 10px;
} 
.homeBox {
    margin-bottom: 10px;
    border: 6px solid #a0c9c5;
    background: #FFF;
}
.homeBox.top {
    position: relative;
}
.homeBox.bot {
    margin-bottom: 0;
    max-height: 206px;
}
.forYou {
    padding: 0 !important;
    background: #EEE;
}
.forYou .rowHead {
    text-align: center;
}
.forYou .colHead {
    color: #004086;
    min-height: 0;
}
.forYou .col2 .colHead {
    color: #1aa495;
}
.forYou .col3 .colHead {
    color: #f07a3e;
}
.forYou .colHead h3 {
    padding-left: 0;
}
.forYou .colHead h3:before {
   display: none;
}
.forYou p:empty {
    display: none;
}
.forYou .colContent {
    padding: 30px 30px 0;
}
.forYou .eventL {
    color: #004086;
}
.main.home .row1 .col1 {
    width: 420px;
    padding-right: 55px;
    border-right: 1px solid #83a0bc;
    position: relative;
    z-index: 999;
}
.main.home .row1 .col1 a {
    font-size: 21px;
    padding-right: 15px;
    background: url(images/bgArrow.png) no-repeat right;
    background-position-y: 8px;
}
.leadership, .learning, .wsla {
    min-height: 65px;
}
.leadership p, .learning p, .wsla p {
    margin-top: 5px;
}
.leadership {
    padding-left: 70px;
    background: url(images/bgHomeCta.jpg) no-repeat 0 20px;
}
.learning {
    padding-left: 70px;
    background: url(images/bgHomeCta.jpg) no-repeat 0 -75px;
}
.wsla {
    padding-left: 70px;
    background: url(images/icon-next-level.png) no-repeat;
}
.main.home .row1 .col2 {
    width: 100%;
    margin-left: -420px;
}
.main.home .row1 .col2 .colliner {
    text-align: center;
    padding-left: 45px;
    margin-left: 420px;
}
.main.home .row1 .col2 p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 25px;
}
.main.home .row1 .col2 a {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-decoration: none;
    color: #004086;
    padding: 15px;
    margin: 10px;
    background: #e5eef4;
}
.main.home .row1 .col2 a:hover {
    background: #FFF;
}
.forYou h2, .main.home .row2 h2, .main.home .row4 h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: #004086;
    text-align: center;
}
.forYou h2 {
    padding-top: 60px !important;
}
.forYou .cols, .main.home .row2 .cols, .main.home .row3 .cols, .main.home .row4 .cols {
    width: 30.5%;
    margin: 0 1%;
}
.main.home .row2 .cols.col1 h3:before {
    background-position: 0 -19px;
}
.main.home .row2 .cols.col2 h3:before {
    background-position: 0 -87px;
}
.main.home .row2 .cols.col3 h3:before {
    background-position: 0 -153px;
}
.main.home .row2 .col1 .colHead {
    background: url(images/bgHome01.jpg) no-repeat;
}
.main.home .row2 .col2 .colHead {
    background: url(images/bgHome02.jpg) no-repeat;
}
.main.home .row2 .col2 .colLink a, .main.home .row4 .col2 .colLink a {
    background: #1aa495;
}
.main.home .row2 .col2 .colLink a:hover, .main.home .row4 .col2 .colLink a:hover {
    background: #168a7c;
}
.main.home .row2 .col3 .colHead {
    background: url(images/bgHome03.jpg) no-repeat;
}
.main.home .row2 .col3 .colLink a, .main.home .row3 .col3 .colLink a, .main.home .row4 .col3 .colLink a {
    background: #f07a3e;
}
.main.home .row2 .col3 .colLink a:hover, .main.home .row3 .col3 .colLink a:hover, .main.home .row4 .col3 .colLink a:hover {
    background: #d66d38;
}
.main.home .row3 .rowHead h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px
}
.main.home .colHead2 {
    text-align: center;
}
.main.home .row3 .col1 .colHead2 {
    color: #FFF;
    padding: 14px;
    background: #004086;
}
.main.home .row3 .col1 .colHead2 h3 {
    font-family: 'Quicksand', sans-serif;
    font-size: 24px;
    margin: 0;
}
.main.home .row3 .col2 .colHead2 h3 {
    font-family: 'Quicksand', sans-serif;
    font-size: 30px;
    padding: 14px 0;
    margin: 0;
}
.main.home .row3 .col3 .colHead2 {
    color: #FFF;
    padding: 14px;
    background: #f07a3e;
}
.main.home .row3 .col3 .colHead2 h3 {
    font-family: 'Quicksand', sans-serif;
    font-size: 24px;
    margin: 0;
}
.main.home .row3 .col2 .colLink a {
    color: #1aa495;
    background: #FFF;
}
.main.home .row3 .col2 .colLink a:hover {
    background: #e5eef4;
}
.main.home .row4 .col1 .colHead {
    background: url(images/bgHome04.jpg) no-repeat;
}
.main.home .row4 .col2 .colHead {
    background: url(images/bgHome05.jpg) no-repeat;
}
.main.home .row4 .col3 .colHead {
    background: url(images/bgHome06.jpg) no-repeat;
}
.main.home .row4 .cols.col1 h3:before {
    background-position: 0 -210px;
}
.main.home .row4 .cols.col2 h3:before {
    background-position: 0 -292px;
}
.main.home .row4 .cols.col3 h3:before {
    background-position: 0 -389px;
}
.main.home .row5.row {
    position: relative;
    overflow:hidden;
    padding: 0;
    margin-bottom: 80px;
    background: #004086;
}
.row5 .rowwrap:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1aa495;
}
.main.home .row5 .cols {
    text-align: center;
    width: 50%;
    padding: 50px 100px;
}
.main.home .row5 h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 36px;
}
.main.home .row5 .col1 {
    color: #FFF;
    background: #004086;
}
.main.home .row5 .col1 h2 {
    display: inline-block;
    padding-left: 60px;
    min-height: 47px;
    background: url(images/bgJob.png) no-repeat 0 -5px;
}
.main.home .row5 .col1 a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    padding: 15px 30px;
    margin: 10px;
    background: #1aa495;
}
.main.home .row5 .col1 a:hover {
    background: #168c7f;
}
.main.home .row5 .col2 {
    color: #FFF;
    background: #1aa495;
}
.main.home .row5 .col2 h2 {
    display: inline-block;
    padding-left: 60px;
    min-height: 47px;
    background: url(images/bgConnect.png) no-repeat;
}
.main.home .row5 .socialIcons a {
    color: #FFF;
}
.main.home .row5 .socialIcons a:before {
    font-size: 36px;
}
.main.home .row5 .socialIcons a:hover {
    color: #004086;
}
/*----------L2----------*/
.main.L2 {
    line-height: 26px;
}
.featureRowL2 {
    background: #5da49c;
    max-height: 500px;
    overflow: hidden;
}
.featureRowL2 .col1 {
    width: 100%;
    margin-right: -650px;
}
.featureRowL2 .col1 .colliner {
    margin-right: 650px;
}
.featureRowL2 .slideBG {
    background-position: center top !important;
    min-height: 350px;
}
.featureRowL2 .col2 {
    width: 650px;
    padding: 10px;
}
.featureRowL2 .flexslider {
    background: none;
}
.featureRowL2 .flex-control-nav {
    text-align: left;
}
.main.L2 .bcrumbs {
    padding: 16px 0;
    background: #004086;
}
.main.L2 .RadSiteMap_Default {
    color: #FFF;
}
.main.L2 .bcrumbs .col1 .RadSiteMap .rsmLink {
    color: #FFF;
}
.main.L2 h2 {
    font-size: 36px;
    color: #004086;
}
.main.L2 h3 {
    font-size: 30px;
    color: #1aa495;
}
.main.L2 h4 {
    font-size: 24px;
    margin: 0 0 20px;
}
.main .headBlue h1, .main .headBlue h2, .main .headBlue h3, .main .headBlue h4, .blueTxt  {
    color: #004086 !important;
}
.main .headTeal h1, .main .headTeal h2, .main .headTeal h3, .main .headTeal h4, .tealTxt  {
    color: #1aa495 !important;
}
.main .headOrange h1, .main .headOrange h2, .main .headOrange h3, .main .headOrange h4, orangeTxt  {
    color: #f07a3e !important;
}
.intro.row {
    font-size: 18px;
    text-align: center;
    padding-top: 0;
}
.intro h1 {
    margin-top: 0;
}
.intro p, .max1020 {
    max-width: 1020px;
    margin: 0 auto !important;
}
.intro ul {
    text-align: left;
}
.actionButtons {
    margin-top: 3px;
}
.main .actionCenter h3 {
    font-size: 21px;
    text-align: center;
    color: #FFF;
    padding: 25px;
    margin: 0;
    background: #004086;
}
.actionButtons .sf_colsIn {
    text-align: center;
    padding: 10px;
    background: #ebebeb;
}
.caption img {
    width: 100%;
    display: block;
}
.main .caption h1, .main .caption h2, .main .caption h3, .main .caption h4, .main .caption h5, .main .caption p  {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #004086 !important;
    padding: 15px;
    background: #b1e0db;
}
.boardBlue, .boardTeal, .boardOrange {
    text-align: center;
    min-height: 75px;
    background-size: cover !important;
}
.main .boardBlue h3, .main .boardTeal h3, .main .boardOrange h3 {
    font-size: 24px;
    color: #FFF;
    padding: 20px;
}
.boardBlue {
    background: url(images/bgBoardBlue.jpg) no-repeat;
}
.boardBlue h3:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    background: url(images/bg_IconBoard1.png) no-repeat;
}
.boardTeal {
    background: url(images/bgBoardTeal.jpg) no-repeat;
}
.boardTeal h3:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    background: url(images/bg_IconBoard1.png) no-repeat;
}
.boardOrange {
    background: url(images/bgBoardOrange.jpg) no-repeat;
}
.boardOrange h3:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 58px;
    height: 50px;
    margin-right: 15px;
    background: url(images/bg_IconBoard2.png) no-repeat;
}
.learningBlue, .learningTeal, .learningOrange, .learningGray {
    text-align: center;
    min-height: 85px;
    background-size: cover !important;
}
.main .learningBlue h3, .main .learningTeal h3, .main .learningOrange h3, .main .learningGray h3 {
    color: #FFF;
    padding: 20px;
}
.learningBlue {
    background: url(images/bgLearningBlue.jpg) no-repeat;
}
.learningBlue h3:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 39px;
    height: 42px;
    margin-right: 15px;
    background: url(images/bgCal.png) no-repeat;
}
.learningTeal {
    background: url(images/bgLearningTeal.jpg) no-repeat;
}
.learningOrange {
    background: url(images/bgLearningOrange.jpg) no-repeat;
}
.learningOrange h3:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    margin-right: 15px;
    background: url(images/bgVideo.png) no-repeat;
}
.learningGray {
    background: url(images/bgLearningGray.jpg) no-repeat;
}
/*----------SMALL HEADERS----------*/
.smallHeadBlue, .smallHeadTeal, .smallHeadOrange, .smallHeadGray {
    padding: 8px;
}
.main .smallHeadBlue h1, .main .smallHeadBlue h2, .main .smallHeadBlue h3, .main .smallHeadBlue h4, .main .smallHeadBlue h5 ,
.main .smallHeadTeal h1, .main .smallHeadTeal h2, .main .smallHeadTeal h3, .main .smallHeadTeal h4, .main .smallHeadTeal h5,
.main .smallHeadOrange h1, .main .smallHeadOrange h2, .main .smallHeadOrange h3, .main .smallHeadOrange h4, .main .smallHeadOrange h5,
.main .smallHeadGray h1, .main .smallHeadGray h2, .main .smallHeadGray h3, .main .smallHeadGray h4, .main .smallHeadGray h5 {
    font-size: 14px;
    color: #FFF;
    margin: 0;
}
.smallHeadBlue {
    background: #004086;
}
.smallHeadTeal {
    background: #1aa495;
}
.smallHeadOrange {
    background: #f07a3e;
}
.smallHeadGray {
    background: #58595b;
}
/*----------COLOR BARS----------*/
.colorBars {
    display: flex;
}
.colorBars .sf_colsIn {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.colorBars .colorHeader {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    padding: 25px;
    color: #FFF;
}
.colorBars .colorHeader h3 {
    font-size: 21px !important;
    color: #FFF !important;
    margin: 0 !important;
}
.colorBars .sf_colsOut:nth-child(1) .colorHeader, .colorBars .sf_colsOut:nth-child(4) .colorHeader, .colorBars.blue .colorHeader {
    background: rgba(0,64,134,.9);
}
.colorBars .sf_colsOut:nth-child(2) .colorHeader, .colorBars .sf_colsOut:nth-child(5) .colorHeader, .colorBars.teal .colorHeader {
    background: rgba(26,164,149,.9);
}
.colorBars .sf_colsOut:nth-child(3) .colorHeader, .colorBars .sf_colsOut:nth-child(6) .colorHeader, .colorBars.orange .colorHeader {
    background: rgba(240,122,62,.9);
}
.colorTxt {
    padding: 20px;
    height: 100%;
}
.colorLink {
    text-align: center;
}
.colorBars .colorLink a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    padding: 15px 30px;
    margin: 0 5px;
}
.colorBars .sf_colsOut:nth-child(1) .colorLink a, .colorBars .sf_colsOut:nth-child(4) .colorLink a, .colorBars.blue .colorLink a {
    color: #FFF;
    background: #004086;
}
.colorBars .sf_colsOut:nth-child(1) .colorLink a:hover, .colorBars .sf_colsOut:nth-child(4) .colorLink a:hover, .colorBars.blue .colorLink a:hover {
    background: #00356e;
}
.colorBars .sf_colsOut:nth-child(2) .colorLink a, .colorBars .sf_colsOut:nth-child(5) .colorLink a, .colorBars.teal .colorLink a {
    color: #FFF;
    background: #1aa495;
}
.colorBars .sf_colsOut:nth-child(2) .colorLink a:hover, .colorBars .sf_colsOut:nth-child(5) .colorLink a:hover, .colorBars.teal .colorLink a:hover {
    background: #168a7c;
}
.colorBars .sf_colsOut:nth-child(3) .colorLink a, .colorBars .sf_colsOut:nth-child(6) .colorLink a, .colorBars.orange .colorLink a {
    color: #FFF;
    background: #f07a3e;
}
.colorBars .sf_colsOut:nth-child(3) .colorLink a:hover, .colorBars .sf_colsOut:nth-child(6) .colorLink a:hover, .colorBars.orange .colorLink a:hover {
    background: #d66d38;
}
/*----------L3----------*/
.main.L3 {
    border-top: 1px solid #999;
    padding: 10px 0 75px 0;
}
.main.L3 h2 {
    color: #1aa495;
    margin: 0 0 30px;
}
.main.L3 h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #f07a3e;
}
.main.L3 strong {
    color: #004086;
}
.bcrumbs .col1 {
    width: 100%;
    margin-right: -175px;
}
.bcrumbs .col1 .colliner {
    margin-right: 175px;
}
.bcrumbs .col1 .RadSiteMap .rsmLink {
    font-size: 12px;
    color: #000;
    padding: 0 5px;
}
.bcrumbs .col1 .RadSiteMap .rsmLink:hover {
    background-color: transparent;
    background-image: none;
    text-decoration: underline;
}
.bcrumbs .col2 {
    width: 175px;
    text-align: right;
}
.sfNoBreadcrumbNavigation .rsmLink:last-of-type {
    cursor: default;
}
.sfNoBreadcrumbNavigation .rsmLink:last-of-type:hover {
    text-decoration: none !important;
}
.subLeft {
    position: relative;
    z-index: 99;
    width: 250px;
    float: left;
}
.leftHead {
    font-size: 30px;
    color: #1aa495;
    margin: 42px 0 24px;
}
.subRight {
    float: left;
    width: 100%;
    margin-left: -250px;
}
.subRight .colliner {
    margin-left: 250px;
    padding-left: 70px;
}
/*----------GLOBAL TABLES----------*/
table {
    width: 100% !important;
    table-layout: fixed;
}
thead * {
    font-size: 18px;
    color: #1aa495 !important;
}
table tr td {
    padding: 15px;
    border-bottom: 1px solid #ebe8e8;
}
table tr:last-child td {
    border-bottom: none;
}
/*----------FOOTER----------*/
.footHead {
    color: #FFF;
    padding: 25px 0;
    background: #032f5f;
}
.footHead h2 {
    margin: 0;
}
.footTop {
    color: #FFF;
    padding: 28px 0 18px;
    background: #004086;
}
.footTop a {
    color: #FFF;
}
.footTop .col1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    float: left;
    width: 300px;
    position: relative;
    z-index: 999;
}
.footTop .col2 {
    float: right;
    width: 100%;
    margin-left: -300px;
}
.footTop .col2 .colliner {
    margin-left: 300px;
}
.footTop .col2 .cols {
    float: left;
    width: 33.33333%;
}
.footTop h3 {
    margin: 0 0 22px;
}
.footTop .col2 ul {
    padding: 0;
    margin: 0 0 60px;
}
.footTop .col2 li {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
}
.socialIcons ul {
    padding: 0;
}
.socialIcons li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}
.socialIcons li:last-child {
    margin-right: 0px;
}
.socialIcons a {
    font-size: 0px;
    color: #f07a3e;
    text-decoration: none;
}
.socialIcons a:hover {
    color: #d66d38;
}
.socialIcons a:before {
    text-align: left;
    font: normal normal normal 24px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.socialIcons a.fb:before {
    content: '\f09a';
}
.socialIcons a.li:before {
    content: '\f0e1';
}
.socialIcons a.tw:before {
    content: '\f099';
}
.socialIcons a.yt:before {
    content: '\f16a';
}
.socialIcons a.in:before {
    content: '\f16d';
}
.socialIcons a.fr:before {
    content: '\f16e';
}
.footBot {
    color: #FFF;
    padding: 30px 0;
    background: #000;
}
.footBot .col1 {
    width: 25%;
}
.footBot .col2 {
    width: 75%;
    text-align: right;
}
.footBot ul {
    padding: 0;
    margin: 0;
}
.footBot li {
    list-style: none;
    line-height: 16px;
    display: inline-block;
    border-right: 1px solid #FFF;
    padding-right: 12px;
    margin-right: 12px;
}
.footBot li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.footBot a {
    color: #FFF;
    text-decoration: none;
}
.footBot a:hover {
    text-decoration: underline;
}

/*mobile nav*/

.mnBttns {
	text-align: center;
}

#sm_menu_ham {
	right:30px !important;
}
#sm_menu_ham span {
	background-color:#f07a3e;
	height: 4px;
}
.sm_menu_outer.slide .mobile_menu .submenu{
	background-color:#66A49C;
	top:118px;
}
.sm_menu_outer.slide .mobile_menu .submenu .back{
	background-color:#66A49C;
}
.sm_menu_outer {
	background-color:#66A49C;
/*	top: 129px;*/
}
.sm_menu_outer .mobile_menu li {
	list-style-type: none;
	border-bottom: 1px solid #1f9268;
	color: #FFF;
}

.sm_menu_outer.slide .mobile_menu li.active > .submenu {

    top: 60px;
}

 .mobileNavTop .mnBttns  a {
background: #f07a3e;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    padding: 15px 30px;

}
/*----------33/34/33 OVERRIDE----------*/
.sf_3cols_1_33, .sf_3cols_2_34, .sf_3cols_3_33 {
    width: 33.333333% !important;
}
/*----------CLEARFIX----------*/
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    width: 100%;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

@media only screen and (max-width: 780px) {
	.sm_menu_outer.slide .mobile_menu li.active > .submenu {
        top: 118px;
    }
}