body,
html {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    font-style: inherit;
    vertical-align: baselineEventType;
    outline-color: invert;
    outline-style: none;
    outline-width: 0
}

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll
}

body {
    margin: 0;
    padding: 0;
    font-family: dejarip, arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    color: #111;
    font-weight: 400;
    width: 100%;
    overflow: hidden;
    text-align: left;
    background-color: #fff;
    letter-spacing: 0;
    word-spacing: 0;
    min-width: 300px
}

.phone {
    font-size: 15px;
    line-height: 20px
}

body :hover {
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.table-white-bg {
    background: #fff;
    color: #111
}

.table-white-bg td {
    padding: 5px 5px 5px 0
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
    float: left;
    background: #195e95;
    color: #fff
}

#datepicker {
    padding: 0 !important
}

table.date {
    margin: 0 !important
}

table.date td {
    color: #fff !important;
    padding: 10px !important;
    vertical-align: middle !important;
    font-size: 14px !important
}

table.date td:hover {
    cursor: pointer !important;
    color: #faa419 !important
}

table.date button {
    display: none !important
}

.fixed-width {
    table-layout: fixed
}

.vertical-align-middle {
    vertical-align: middle
}

td,
th {
    vertical-align: top;
    border: none;
    word-wrap: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px
}

table.compacted td {
    padding: 1px 1px 0 1px
}

td {
    vertical-align: top
}

th {
    background-color: #00457c;
    font-weight: 800;
    vertical-align: bottom
}

tr:nth-child(even) {
    background-color: #11568d
}

.table-white-bg tr {
    background: #fff !important
}

.m-bg table,
.m-bg tr,
form table,
form tr {
    background-color: transparent !important
}

.m-bg th,
form th {
    background-color: transparent
}

.m-bg td:first-child,
.m-bg th:first-child,
form td:first-child,
form th:first-child {
    padding-left: 0
}

.m-bg td:last-child,
.m-bg th:last-child,
form td:last-child,
form th:last-child {
    padding-right: 0
}

.highlight {
    color: #2f6794
}

.d-bg .highlight,
.m-bg .highlight,
table .highlight {
    color: #fff
}

iframe {
    width: 100%;
    height: 320px;
    margin: 10px 0 0;
    border: 5px solid #11568d !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.quote {
    margin: 20px 0 40px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background-color: #11568d;
    color: #fff;
    position: relative;
    font-style: italic
}

.quote:after {
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 20px solid #11568d;
    bottom: -12px;
    content: " ";
    height: 0;
    left: 60px;
    position: absolute;
    width: 0
}

.quotep {
    color: #faa419;
    font-style: normal
}

p {
    display: block;
    margin: 5px 0 5px 0;
    padding: 0;
    width: 100%;
    float: left;
    position: relative
}

p:empty {
    display: none
}

label {
    margin: 5px 0;
    padding: 0;
    float: left;
    width: 100%;
    font-weight: 800
}

a,
img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%
}

.bordered {
    border: 3px solid #00457c;
    background: #00457c
}

.article-wrap {
    position: relative
}

.article-wrap h4 {
    margin: 0
}

.sponsor-wrapper {
    max-width: 300px;
    display: inline-block;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.phone .sponsor-wrapper {
    width: 100%;
    padding: 20px 0
}

a,
a:link,
a:visited {
    color: inherit;
    outline-color: invert !important;
    outline-style: none !important;
    outline-width: medium !important
}

a:active,
a:hover {
    color: #2f6794;
    cursor: pointer
}

.d-bg a:hover,
.hero a:hover,
.m-bg a:hover,
form a:hover,
table a:hover {
    color: #faa419
}

small {
    display: none
}

a.overlay {
    position: relative;
    float: left;
    width: 100%
}

a.overlay:after {
    content: " ";
    height: 100%;
    width: 100%;
    background-color: rgba(17, 86, 141, 0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: background-color .25s linear;
    -moz-transition: background-color .25s linear;
    -o-transition: background-color .25s linear;
    transition: background-color .25s linear
}

a.overlay:hover:after {
    background-color: rgba(17, 86, 141, .2)
}

.renewal-form .RegisterOnly {
    display: none !important
}

.icon-large {
    font-size: 22px
}

main {
    padding: 40px 0
}

.phone main {
    padding: 155px 0 30px
}

main form {
    color: #fff !important;
    background-color: #00457c !important
}

.m-bg {
    color: #fff !important;
    background-color: #11568d !important
}

.d-bg {
    background-color: #00457c !important;
    color: #fff !important
}

main .d-bg,
main .m-bg,
main form {
    padding: 20px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

header {
    padding: 15px 0 5px;
    height: 125px;
    background-color: #11568d;
    color: #fff
}

.phone header {
    background-color: #00457c;
    height: auto;
    height: 115px;
    position: fixed;
    overflow: hidden;
    z-index: 999
}

.phone header.open {
    position: relative
}

.mainmenu-logout {
    position: absolute;
    top: -70px;
    right: 55px
}

.mainmenu-loginout {
    position: absolute;
    top: -65px;
    right: 55px;
    text-align: right
}

.phone .mainmenu-loginout {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    margin: 25px 0 0 0;
    text-align: center
}

.mainmenu-loginout a {
    font-size: 13px
}

.socialbutton {
    float: right;
    padding: 8px;
    width: 25px;
    margin: 10px 1px 0;
    color: #faa419 !important
}

.socialbutton:hover {
    color: #fff !important
}

footer {
    padding: 30px 0 75px 0
}

footer .socialbutton {
    float: none;
    text-align: center
}

#drop-down-menu {
    display: none;
    height: 21px;
    width: 21px;
    right: 22px;
    top: 65px;
    position: absolute;
    font-size: 28px;
    color: #fff
}

#drop-down-menu:hover {
    color: #faa419
}

.phone #drop-down-menu {
    display: block
}

.no-bg-img {
    background-image: none
}

.hide {
    display: none !important
}

.ac {
    text-align: center !important
}

.ar {
    text-align: right !important
}

.fr {
    float: right !important
}

.fl {
    float: left !important
}

.blue {
    color: #11568d !important
}

.yellow {
    color: #faa419 !important
}

.green {
    color: #6bab30 !important
}

form {
    padding: 0;
    float: left;
    width: 100%;
    margin: 20px 0
}

.Required,
.RequiredPlaceholder {
    color: #6bab30 !important
}

.error,
.error-top {
    color: #fff;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: red
}

.error {
    margin: 1px 0 0 0
}

.error-top {
    margin: 10px 0
}

.FixMenuPadding {
    padding-top: 120px !important
}

.page-w {
    position: relative;
    max-width: 1400px;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto
}

.phone .page-w {
    padding-left: 10px;
    padding-right: 10px
}

.lhs {
    width: 100%;
    float: right;
    position: relative
}

.lhs-active,
.show-rhs .lhs {
    width: 75%
}

.phone .rhs {
    padding-bottom: 20px !important
}

.phone .lhs,
.phone .rhs {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.rhs {
    width: 23%;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px
}

.narrow #rhs {
    display: none !important
}

.rhs a {
    float: left;
    position: relative;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
    width: 100%;
    padding: 15px 35px 15px 15px;
    color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1
}

.rhs a.active,
.rhs a:hover {
    color: #faa419 !important
}

.rhs a:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00457c;
    border-bottom: 1px solid #07386f;
    border-top: 1px solid #074c83;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: -1
}

.rhs a:after {
    font-family: AITD;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: .8em;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
    content: "\f028";
    float: left;
    width: 17px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 10px
}

.jumpAnchor {
    clear: left;
    float: left;
    font-size: 0;
    height: 0;
    width: 100%
}

.fw {
    width: 100% !important;
    float: left;
    position: relative
}

.phone .phone-fw {
    width: 100% !important
}

.c20,
.c25,
.c33,
.c40,
.c50,
.c60,
.c66,
.c75,
.c80 {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px
}

.c20 {
    width: 20%
}

.c25 {
    width: 25%
}

.c33 {
    width: 33.3%
}

.c40 {
    width: 40%
}

.c50 {
    width: 50%
}

.c60 {
    width: 60%
}

.c66 {
    width: 66.6%
}

.c75 {
    width: 75%
}

.c80 {
    width: 80%
}

.col2>div {
    padding: 0 10px 0 0
}

.col2>div:nth-of-type(2n) {
    padding: 0 0 0 10px;
    float: right
}

.col3>div:nth-of-type(3n+1) {
    clear: left;
    padding: 0 10px 0 0
}

.col3>div:nth-of-type(3n+2) {
    padding: 0 5px
}

.col3>div:nth-of-type(3n+3) {
    padding: 0 0 0 10px
}

.narrow .c50 {
    width: 100% !important;
    padding: 10px 0 !important
}

.phone .c20,
.phone .c25,
.phone .c75,
.phone .c80 {
    width: 100% !important;
    padding: 10px 0 !important
}

.narrow .c20,
.narrow .c25,
.narrow .c33,
.narrow .c40,
.narrow .c50,
.narrow .c60,
.narrow .c66,
.narrow .c75,
.narrow .c80 {
    width: 100% !important;
    padding: 0 !important
}

.phone-show {
    display: none
}

.phone .phone-show {
    display: block !important
}

.phone .phone-hide {
    display: none !important
}

.bm {
    margin-bottom: 40px !important
}

.lbm {
    margin-bottom: 20px !important
}

.tm {
    margin-top: 40px !important
}

.ntm {
    margin-top: 0 !important
}

.nbm {
    margin-bottom: 0 !important
}

.ltm {
    margin-top: 20px !important
}

.nbp {
    padding-bottom: 0 !important
}

.file-wrapper {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 10px 0
}

.file-wrapper input {
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.file-wrapper input {
    -moz-opacity: 0;
    opacity: 0;
    font-size: 100px
}

span#Filename {
    margin: -10px 0 15px 0;
    float: left;
    display: block
}

input[type=checkbox],
input[type=radio] {
    float: left;
    clear: left;
    margin: 7.5px 0 0 0;
    width: 25px
}

.checkbox,
.radio {
    float: left;
    margin-top: 3px;
    font-size: 14px
}

#CaptchaV2,
input[type=password],
input[type=text],
select,
textarea {
    border: 1px solid #ececec;
    background-color: #fff;
    font-family: inherit;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 20px;
    outline: 0;
    float: left;
    clear: both;
    font-size: 14px;
    font-weight: 400;
    margin: 1px 0 0 0;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #111
}

input:disabled {
    background: 0 0
}

.date select {
    border: 1px solid #ccc !important;
    width: auto !important;
    height: auto !important;
    float: none !important
}

input[type=password],
input[type=text] {
    height: 38px
}

textarea {
    padding: 10px 20px;
    height: 200px
}

textarea.short {
    height: 50px
}

select {
    width: 100%;
    height: 45px
}

input.error {
    background-color: red !important;
    border-color: red !important;
    color: #fff !important
}

.captchaimg {
    height: 35px;
    float: left;
    display: block
}

.yellowbutton,
input[type=submit] {
    font-weight: 700;
    font-family: inherit;
    line-height: 17px;
    text-decoration: none !important;
    text-align: center;
    overflow: hidden;
    width: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    color: #00457c !important;
    text-shadow: 0 1px 1px #ffffa8;
    background-color: #faa419 !important;
    background: -moz-linear-gradient(top, #fee6b5 0, #faa419 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fee6b5), color-stop(100%, #faa419));
    background: -webkit-linear-gradient(top, #fee6b5 0, #faa419 100%);
    background: -o-linear-gradient(top, #fee6b5 0, #faa419 100%);
    background: -ms-linear-gradient(top, #fee6b5 0, #faa419 100%);
    background: linear-gradient(to bottom, #fee6b5 0, #faa419 100%);
    border: 2px solid #fdc15b;
    box-shadow: 0 1px 9px -5px #000;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.hw {
    width: 47% !important
}

.yellowbutton {
    padding: 9px 10px;
    margin: 5px 1px;
    display: inline-block
}

.yellowbutton .fa {
    width: 25px;
    text-align: right;
    font-size: 1.1em
}

button[type=submit],
input[type=submit] {
    float: right;
    height: 40px;
    margin: 7px 0 5px;
    padding: 5px 10px
}

.yellowbutton:hover,
button[type=submit]:hover,
input[type=submit]:hover {
    background-color: #ffcd0a !important;
    background: -moz-linear-gradient(top, #faa419 0, #fee6b5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #faa419), color-stop(100%, #fee6b5));
    background: -webkit-linear-gradient(top, #faa419 0, #fee6b5 100%);
    background: -o-linear-gradient(top, #faa419 0, #fee6b5 100%);
    background: -ms-linear-gradient(top, #faa419 0, #fee6b5 100%);
    background: linear-gradient(to bottom, #faa419 0, #fee6b5 100%);
    color: #00457c !important;
    cursor: pointer !important
}

button[type=submit] .fa,
input[type=submit] .fa {
    color: #00457c !important
}

.applyDsc {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #eee !important;
    background: -moz-linear-gradient(top, #eee 0, #ccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(100%, #ccc));
    background: -webkit-linear-gradient(top, #eee 0, #ccc 100%);
    background: -o-linear-gradient(top, #eee 0, #ccc 100%);
    background: -ms-linear-gradient(top, #eee 0, #ccc 100%);
    background: linear-gradient(to bottom, #eee 0, #ccc 100%);
    border: 2px solid #ddd;
    border-radius: 5px;
    color: #00457c !important;
    cursor: pointer !important;
    float: left;
    font-size: inherit;
    font-weight: 700;
    height: 40px;
    padding: 5px 12px;
    text-shadow: 0 1px 1px #fff;
    width: 16%
}

#DiscountCode {
    margin-right: 1%;
    width: 83% !important
}

#searchnext,
#searchprev,
.button,
.buttons a {
    border: 1px solid #00457c;
    color: #00457c !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 10px;
    text-decoration: none !important;
    letter-spacing: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-weight: 700;
    text-transform: capitalize
}

#searchnext,
#searchprev {
    margin-top: 20px
}

.button .fa {
    text-align: right !important;
    width: 25px
}

span.button {
    float: left;
    clear: left;
    margin-left: 0;
    padding: 5px 5px 6px 5px
}

#searchnext:hover,
#searchprev:hover,
.button:hover,
.buttons a:hover {
    background-color: #00457c;
    color: #fff !important
}

.d-bg .button,
.m-bg #searchnext,
.m-bg #searchprev,
.m-bg .button,
.m-bg .buttons a,
form .button,
span.button,
table .button {
    border-color: #fff;
    color: #fff !important
}

.d-bg .button:hover,
.m-bg #searchnext:hover,
.m-bg #searchprev:hover,
.m-bg .button:hover,
.m-bg .buttons a:hover,
form .button:hover,
nav .button.active,
span.button:hover,
table .button:hover {
    color: #11568d !important;
    background-color: #fff
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    float: left
}

ul.sitemap {
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

ul li {
    margin: 0;
    padding: 0
}

ol {
    float: left;
    margin: 5px 0;
    width: 100%;
    padding: 0
}

ol li {
    margin: 0 0 5px 0;
    padding-left: 22px;
    position: relative;
    list-style: none
}

ol li:before {
    font-family: AITD;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
    content: "\f027";
    float: left;
    width: 17px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 5px;
    color: #6bab30
}

.m-bg ol li:before,
form ol li:before,
table ol li:before {
    color: #faa419
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
    font-weight: 400
}

h1 {
    font-size: 37px;
    line-height: 43px;
    color: #11568d;
    padding: 0 0 5px 0;
    letter-spacing: -1px;
    word-spacing: -1px
}

.hero h1,
.hero h4,
main form h4,
table h4 {
    color: #fff
}

.hero form {
    margin: 0 0 10px 0
}

h2 {
    font-size: 23px;
    line-height: 28px;
    margin: 0 0 20px 0;
    color: #faa419;
    letter-spacing: -.5px
}

.cta {
    margin: 0 0 20px
}

.hero h2 {
    margin: 0 0 5px
}

.hero {
    background-color: #11568d;
    color: #fff;
    text-shadow: 0 1px 1px #00457c;
    padding: 40px 999px 30px;
    margin: -40px -999px 40px;
    width: 100%;
    display: block;
    float: left;
    background-size: auto 100% !important
}

.phone .hero-bg-img {
    background: #2f6794 url(/Images/css/hero-bg-phone.jpg) no-repeat center center
}

.desktop .hero-bg-img {
    background: #2f6794 url(/Images/css/hero-bg.jpg) no-repeat center center
}

h3 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -.5px;
    margin: 15px 0;
    color: #2f6794
}

h3 a,
h4 a {
    position: relative
}

h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 15px 0;
    color: #11568d
}

.d-bg>h3:first-of-type,
.d-bg>h4:first-of-type,
.m-bg>h3:first-of-type,
.m-bg>h4:first-of-type,
form>h4:first-of-type {
    margin-top: 0 !important
}

.d-bg h3,
.d-bg h4,
.m-bg h3,
.m-bg h4 {
    color: #fff
}

h5 {
    font-size: 20px;
    line-height: 27px;
    margin: 10px 0;
    letter-spacing: -.25px;
    font-style: italic;
    font-weight: 700
}

h6 {
    font-size: 17px;
    line-height: 23px;
    margin: 5px 0 5px;
    font-weight: 800;
    color: #11568d
}

.ad {
    width: 33%;
    display: inline-block;
    line-height: 0 !important;
    text-align: left
}

.ads .ad:nth-child(2) {
    margin: 0 .5%;
    text-align: center
}

.ads .ad:nth-child(3) {
    text-align: right
}

.ads {
    margin: 20px -999px 0;
    padding: 25px 999px 10px;
    text-align: center;
    font-size: 14px;
    float: left;
    width: 100%
}

.narrow .ad {
    width: 100% !important;
    margin: 5px 0 !important;
    text-align: center !important
}

.atss {
    top: 25% !important
}

a.at-svc-email,
a.at-svc-print {
    display: none !important
}

#at4m-mobile-container {
    position: fixed
}

.FixMenu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999
}

.break {
    border-top: 1px solid #064b82;
    position: relative;
    padding-top: 15px
}

.break:before {
    content: " ";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #013f76
}

.phone .break {
    border-top: none;
    padding-top: 0
}

.phone .break:before {
    display: none
}

#sf-menu-wrapper {
    display: table;
    table-layout: fixed
}

.tablet #sf-menu-wrapper {
    table-layout: auto
}

.phone #sf-menu-wrapper {
    display: block
}

.sf-menu {
    display: table-row;
    float: none;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.phone .sf-menu {
    text-align: left;
    margin: 10px 0 20px;
    padding: 10px 20px;
    display: block;
    width: 100%;
    float: left
}

.sf-menu-li {
    display: table-cell;
    height: 79px;
    position: relative
}

.sf-menu-li.li-clicked,
.sf-menu-li:hover {
    z-index: 2
}

.phone .sf-menu-li {
    width: 100%;
    height: auto;
    margin: 7px 0 0 0;
    display: block;
    float: left
}

.sf-menu .fa {
    height: 18px;
    line-height: 1;
    display: inline-block
}

.sf-menu-ul {
    top: 73px;
    left: -20%;
    position: absolute;
    background: #00457c;
    z-index: 2;
    overflow: hidden;
    max-height: 0;
    width: 140%
}

.tablet .sf-menu-ul {
    left: -100%;
    width: 300%
}

.phone .sf-menu-ul {
    top: 0;
    position: relative;
    width: 100%;
    left: 0
}

.sf-menu-a-top {
    padding: 15px 0 10px;
    text-decoration: none !important;
    width: 100%;
    color: #fff !important;
    position: relative;
    height: 53px;
    z-index: 2;
    float: left
}

.sf-menu-a-top .fa {
    width: 100% !important
}

.phone .sf-menu-a-top {
    width: 100% !important;
    margin: 0 !important;
    padding: 5px 0 !important;
    height: auto !important
}

.phone .sf-menu-a-top .fa {
    width: 25px !important
}

.sf-menu-a-top.active,
.sf-menu-a-top:hover,
.sf-menu-li.active .sf-menu-a-top {
    color: #faa419 !important
}

.sf-menu-li-sub {
    float: left;
    margin: 0;
    width: 100%;
    list-style: none
}

html.surface .sf-menu-li-sub,
html.touch .sf-menu-li-sub {
    padding-right: 30px
}

.phone .sf-menu-li-sub {
    margin: 0
}

.sf-menu-a {
    text-decoration: none !important;
    color: #fff !important;
    display: block;
    float: left;
    padding: 0 20px 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.phone .sf-menu-a {
    height: 30px;
    padding: 5px 10px 5px 25px;
    white-space: nowrap
}

.sf-menu-a.active,
.sf-menu-a:hover {
    color: #faa419 !important
}

.phone .sf-li-down:after {
    display: block;
    width: 15px;
    height: 20px;
    position: absolute;
    margin-top: -10px;
    top: 50%;
    right: 0;
    content: "\f02a";
    font-family: AITD
}

.phone .sf-li-down.li-clicked:after {
    display: none
}

.sf-li-down:hover:after {
    color: #faa419 !important
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin: 1px 0 0;
    width: 100%;
    text-align: left;
    font-size: 14px
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.chosen-container li:before {
    display: none
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #ececec;
    border-top: 0;
    background: #fff
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    margin-top: -1px
}

.chosen-drop .result-selected {
    display: none !important
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #fff
}

.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 5px 20px;
    height: 38px;
    border: 1px solid #ececec;
    border-radius: 0;
    background-color: #fff;
    background-clip: padding-box;
    color: #111 !important;
    text-decoration: none;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.Required .chosen-single,
.Required input[type=text] {
    color: #6bab30 !important
}

.chosen-container-single .chosen-default {
    color: #111
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 50px;
    display: block;
    width: 24px;
    height: 24px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 50%;
    margin-top: -5.5px;
    right: 0;
    display: block;
    width: 35px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #11568d
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 20px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 0 0 5px;
    padding: 17px 20px 17px 20px;
    width: 100%;
    height: auto;
    outline: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -10px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

.chosen-container .chosen-results {
    width: 100%;
    color: #111;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: -9px 4px 0 0;
    padding: 0;
    max-height: 290px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 0 6px 0 20px;
    list-style: none;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
    float: none
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    color: #6bab30
}

.chosen-container .chosen-results li.no-results {
    color: red;
    display: list-item;
    margin: 5px 0
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default;
    color: #1473cc
}

.chosen-container .chosen-results li.group-option {
    padding-left: 30px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    border: 1px solid #ececec;
    background-color: #fff;
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    clear: none
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 2px 0 2px 10px;
    padding: 5px 30px 6px 10px;
    border: 1px solid #11568d;
    border-radius: 3px;
    clear: none
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 2px 0 2px 10px;
    padding: 5px 30px 6px 10px;
    border: 1px solid #11568d;
    max-width: 100%;
    border-radius: 3px;
    cursor: default;
    clear: none;
    height: 38px
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.search-choice-close {
    position: absolute;
    top: 2px;
    right: -1px;
    display: block;
    width: 12px;
    height: 12px;
    color: red
}

.search-choice-close:hover {
    color: #11568d
}

.search-choice-close:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 24px;
    height: 24px;
    content: "\f02f";
    font-family: AITD;
    font-size: 14px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ececec;
    background-color: #e4e4e4;
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #ececec
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #ececec;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    color: #111
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    border-top: none;
    border-bottom: 7px solid #11568d
}

.chosen-container-active .chosen-choices {
    border: 1px solid #ececec
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #fff !important
}

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.nailthumb-container {
    height: auto;
    margin: 4px 15px 0 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    float: left;
    width: auto;
    background-size: cover !important
}

.square-thumb {
    width: 100px;
    height: 100px;
    border: 3px solid #00457c;
    background: #00457c
}

.square-thumb-absolute {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0
}

.nailthumb-content {
    float: left;
    width: 100%;
    padding-left: 130px;
    min-height: 110px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tablet .event-contact .nailthumb-content {
    padding-top: 120px;
    padding-left: 0;
    min-height: 0
}

#at-share-dock .at-share-dock {
    height: 47px !important;
    top: auto !important;
    bottom: 0 !important
}

#at-share-dock .at-share-dock.atss {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    z-index: 1000200;
    box-shadow: 0 0 1px 1px #e2dfe2
}

#at-share-dock {
    height: 47px !important;
    top: auto !important;
    bottom: 0 !important
}
a.sf-menu-a-top.active-redesign.active{
    color:#fff !important;
}
.social-redesign{
    color:#fff !important;
}
.required-redesign{
    color:#000 !important;
}
.h2-redesign{
    color:#fff;
}
.btn-redesign{
    text-shadow:none;
    background-color:none !important;
    background:none !important;
    color:#fff !important;
    box-shadow:none;
    border: 2px solid #fff;
}
.btn-redesign:hover{
    background: none !important;
    color:#fff !important;
}
 .hero-redesigned{
    text-align:center;
}
.hero.hero-bg-img.col2.hero-redesigned{
    background: url(https://images.unsplash.com/photo-1507878866276-a947ef722fee?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=3151&q=80);
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center;
    min-height:40vh;

}
.logo-redesign{
    max-width:135px;
}
.btns-log{
     top: -73px;
     right: 150px;
}
.header-redesign{
    max-height:100px;
}
.hero-column{
    padding-top: 12%;
}
#linkedin.social-redesign{
    position:absolute;
    top:27px;
    right:30px;
}

#twitter.social-redesign {
    top: 27px;
    right: 66px;
    position: absolute;
}
.info-block{
    padding: 35px;
    font-size: 20px;
    line-height: 32px;
}