body{
    margin: 0px 0px;
    padding: 0px 0px;
    font-family: 'Lato', sans-serif;
}
header, .main, .top, .nav, .nav ul, .TitleHolder, .ContentMain, footer, footer ul{    
    display: inline-block;
    width: 100%;
}
header{
    background-image: url(../images/Sizmek_Home_1920x971.png); /*Change the image per page*/
    background-size: cover;
    background-position: 25% 45%;
    background-color: rgba(0, 104, 255, 0.85);
}
.top{
    padding: 35px 0px;
}
.logo{
    width: 120px;
    height: auto;
    z-index: 100;
    position: relative;
}
.main{
    background-color: rgba(0, 90, 149, 0.85);
    min-height: 500px;
}
.nav{
    text-align: right;
}
.nav ul{
    margin: 0px 0px;
    padding: 0px 0px;
}
.nav li{
    display: inline-block;
    list-style: none;
}
.nav li:last-child{
    margin-left: 15px;
}
.nav li a{
    border-radius: 2em;
    border: 2px solid #fff;
    padding: 14px 28px;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    z-index: 1;
    color: #fff;
    opacity: 1;
    width: 100%;
    font-size: 14px;
    letter-spacing: .5px;
    text-transform: uppercase;
    z-index: 100;
    position: relative;
}
.nav li a:hover{
    border: 2px solid #fff !important;
    background-color: #0d2a4d !important;
}
.nav li:last-child a{
    background: #0d2a4d;
    border-radius: 2em;
    border: 2px solid #0d2a4d;
    padding: 14px 44px;
    margin-bottom: 0;
    letter-spacing: 1px;
    color: #fff!important;
}
.nav li:last-child a:hover{
    background-color: #0068ff !important;
}
.nav li ul{
    display: none;
}
.nav li:hover ul{
    display: inline-block;
    background: #0d2a4d;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 40px;
    text-align: center;
}
.nav li ul li a{
    display: block;
    padding: 20px 20px !important;
    background: #144177 !important;
    text-align: left;
    min-width: 250px;
    border-radius: 10px !important;
}
.nav li ul li a span{
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.mobile_nav{
    display: none;
}
.TitleHolder{
    text-align: center;
    color: #FFF;
    font-size: 26px;
    margin-top: 105px;
}
.TitleHolder h1{
    font-size: 48px;
}
.TitleHolder a{
    color: #FFF;
}
h1, h2{
    font-family: 'Titillium Web', sans-serif;
}

/*Content Area*/
.ContentMain{
    color: #0d2a4d;
    font-size: 20px;
    margin: 70px 0px;
}
.ContentMain h2, .ContentMain h2 strong{
    color: #005a95 !important;
}
.ContentMain h2{
    font-weight: 700;
}
.ContentMain h2 strong{
    font-weight: 700;
}
.ContentMain a{
    color: #005a95;
}
.ContentMain a:hover{
    color: #005a95;
    text-decoration: none;
}
.aligncenter{
    display: block;
    margin: 0px auto;
}

/*TABLE*/
table {
  background-color: rgba(0, 104, 255, 0.03);
  color: #0d2a4d;
  font-size: 13px;
  margin-bottom: 30px;
}
table td,
table th {
  padding: 20px;
}
table td p,
table th p {
  font-size: 13px;
  line-height: 1.333;
}
table td {
  border-left: 1px solid #0068ff;
}
table th {
  width: 20%;
}
table th h4 {
  color: #fff;
  font-size: 11px;
}
table tr {
  border-bottom: 1px solid #0068ff;
}
table tr.first-row {
  background-color: #0068ff;
  color: #fff;
  text-align: center;
  border-top: none;
  font-size: 11px;
  letter-spacing: 1px;
  border-bottom: none;
}
table tr.first-row th {
  border-left: 7px solid #fff;
  border-right: 6px solid #fff;
  text-align: center;
  padding: 20px 5px;
}
table tr.first-row th.end {
  border-right: none;
}
table tr.first-row .no-border,
table tr td:first-of-type {
  border-left: none;
}
/*TABLE*/

/*SIDEBAR*/
.sidebar{
    display: inline-block;
    width: 100%;
}
.sidebar a{
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #005a95;
    margin-bottom: 20px;
}
.sidebar a:hover{
    text-decoration: underline;
}

/*Form*/
.sfholder{    
    background: #e9edf1;
    padding: 20px 30px
}
.sfholder h2{
    font-size: 20px;
    font-weight: bold;
}
.sfForm{
    border-radius: 0px;
    color: #909090;
    font-weight: 300;
    display: inline-block;
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 0px;
    padding: 4px 6px;
    vertical-align: middle;
    border: none;
    outline: none;
}
.sfForm form{
    margin-bottom: 0px;
}
.sfForm select{
    background: white url(../images/form-arrow-AAblue.png) no-repeat scroll right;
    -webkit-appearance: none;
    text-indent: 0.01px;
    background-color: #ffffff;
    padding: 4px 6px;
    line-height: 22px;
}

.sfForm select:focus{
    color: #909090;
}

.sfForm input,select,textarea{
    width: 200px;
    color: #909090;
    margin-bottom: 20px;
}

.sfForm textarea{
    background-color: #FFF;
    height: 30px;
    overflow: auto;
    resize: none;
    border-radius: 0px;
    font-weight: 300;
    display: inline-block;
    padding: 4px 6px;
    vertical-align: middle;
    border: none;
    outline: none;
    border: #767676 solid 1px;
}
.sfForm label{
    width: 130px;
}
.ldescription{
    position: relative;
    top: -8px;
}
#submitBtn{
    color: rgb(255, 255, 255);
    background-color: rgb(13, 42, 77);
    border-radius: 2em;
    font-size: 14px;
    padding: 14px 42px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 130px;
    margin-bottom: 0px;
}

#submitBtn:hover {
    background-color: #0068ff;
}

.sfFormDescription h2{
    font-size: 26px !important;
    line-height: 32px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: left !important;
}
.spacer{
    margin-top: 60px;
    display: inline-block;
    width: 100%;
}

/*Footer*/
footer{
    background: #005a95;
    font-size: 14px;
    padding: 20px 0px;
}
footer ul{
    margin: 0px 0px;
    padding: 0px 0px;
}
footer li{
    list-style: none;
    display: inline-block
}
footer li a{
    color: #FFF;
    text-decoration: none;
    position: relative;
}
footer li a:hover{
    color: #0d2a4d;
}
footer li:hover a:after{
    content: "";
    background: #0068ff;
    bottom: -7px;
    height: 1px;
    display: inline-block;
    position: absolute;
    width: 100%;
    left: 0px;
}
footer li{
    margin-left: 20px;
    margin-right: 20px;
}
footer li:first-child{
    margin-left: 0px;
}

/*POP UP*/
.mobile-menu-wrapper{
    display: none;
    background: #0d2a4d;
    position: absolute;
    height: 100000%;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10000;
    text-align: center;
    color: #FFF;
    font-size: 18px;
}
.mobile-menu-wrapper ul{
    margin: 0px 0px;
    padding: 0px 0px;
}
.mobile-menu-wrapper li{
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px 15px;
}
.mobile-menu-wrapper li a{
    color: #FFF;
    text-decoration: none;
}
.mobile-menu-wrapper li a:hover{
    text-decoration: underline;
}
.close{
    font-size: 30px;
    display: block;
    padding-right: 40px;
    padding-top: 40px;
    text-align: right;
    cursor: pointer;
}
.mobile-menu-wrapper li ul{
    display: none;
}
.mobile-menu-wrapper li:hover ul{
    display: block;
}
.mobile-menu-wrapper li li{
    margin-bottom: 0px;
    font-size: 16px;
}
.mobile-menu-wrapper button{
    background: #FFF;
    position: relative;
    right: -5px;
    border: 0px;
    padding: 2px 5px;
    height: 30px;
    font-size: 19px;
    top: 1px;
}

/*Sticky Header*/
#sticky{
    display: none;
    background: #144177;
}
.fixed{
    display: block !important;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
}

.hnpt{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

/*MEDIA QUERIES*/
@media (min-width: 1200px){
    .container, .content-area {
        width: 1170px;
    }
}
@media screen and (max-width: 1199px){
    .mobile_nav{
        display: block;
        color: #FFF;
        font-size: 22px;
        text-align: right;
        cursor: pointer;
    }
    .nav{
        display: none;
    }
}
@media screen and (max-width: 575px){
    .mobile_nav{
        margin-top: -26px;
    }
}