/* ====== Reset CSS ====== */

:root {
    --initial-white-color: #ffffff;
    --initial-black-color: #000000;
    --initial-text-color: #444444;
}

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, img, ins, kbd, q, s, samp, small, strike, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed ,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; outline: none; text-decoration: none; }
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
input, select, textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; border-radius: 0 !important; }
input:focus, select:focus, textarea:focus { outline: none; }
address, caption, cite, code, dfn, th, var, h1, h2, h3 { font-style: normal; font-weight: normal; }
body { line-height: 1.5; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 18px; background: var(--initial-white-color); color: var(--initial-text-color); min-height: 100%; }
p { line-height: 1.5; margin-bottom: 15px; }
html { margin-top: 0 !important; height: 100%; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
ol, ul { list-style: none; }
caption, th { text-align: left;}
small { font-size: 75%; }
a img { border: none; }
a { cursor: pointer; color: var(--initial-black-color); text-decoration: none; }
a:hover, a:focus { text-decoration: none; outline: none; }
img { display: inline-block; max-width: 100%; height: auto; vertical-align: top; }
.noScroll { height: 100%; overflow: hidden; }

/* ====== Fontface ====== */

@font-face {
    font-family: 'FoundersGrotesk-Medium';
    src: url('../fonts/FoundersGrotesk-Medium/FoundersGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FoundersGrotesk-Medium/FoundersGrotesk-Medium.otf') format('opentype'),
         url('../fonts/FoundersGrotesk-Medium/FoundersGrotesk-Medium.woff2') format('woff2'),
         url('../fonts/FoundersGrotesk-Medium/FoundersGrotesk-Medium.woff') format('woff'),
         url('../fonts/FoundersGrotesk-Medium/FoundersGrotesk-Medium.ttf') format('truetype'),
         url('../fonts/FoundersGrotesk-Medium/FoundersGrotesk-Medium.svg#FoundersGrotesk-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FoundersGrotesk-Regular';
    src: url('../fonts/FoundersGrotesk-Regular/FoundersGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FoundersGrotesk-Regular/FoundersGrotesk-Regular.otf') format('opentype'),
         url('../fonts/FoundersGrotesk-Regular/FoundersGrotesk-Regular.woff2') format('woff2'),
         url('../fonts/FoundersGrotesk-Regular/FoundersGrotesk-Regular.woff') format('woff'),
         url('../fonts/FoundersGrotesk-Regular/FoundersGrotesk-Regular.ttf') format('truetype'),
         url('../fonts/FoundersGrotesk-Regular/FoundersGrotesk-Regular.svg#FoundersGrotesk-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ====== General Setup ====== */

:root {
    --white-color: #ffffff;
    --black-color: #000000;
    --text-color: #19334d;
    --color-washed-blue: #d3d9ee;
    --color-blue: #6872B4;
    --color-grey: #b3bfcd;
    --color-dark-grey: #B0B9C1;
    --color-washed-orange: #fdd7c3;
    --color-orange: #f47820;
    --color-green: #63ba67;
    --color-washed-green: #e1efe0;
    --color-green-intense: #5EB448;
    --color-washed-green-intense: #E4F3D9;
    --table-border-color: #eaeaea;
    --table-background-color: #ffffff;
    --navigation-underline-color: #7d8a97;
    --grey-line: #dddfe4;
    --color-washed-yellow: #ffdfba;
    --color-hero-orange: #f37043;
    --color-new-orange: #FD4D21;
    --color-new-washed-orange: #FDD2B9;

    --blue-color: #6d88c4;
    --light-blue-color: #ECF8FE;
    --navy-blue-color: #0F1632;
    --white-color: #ffffff;
    --diff-white-color: #fffaf7;
    --dark-orange-color: #d44300;
    --orange-color: #ff7800;
    --orange-hover-color: #FF9639;
    --aflac-text-color: #19334D;
    --aflac-blue-text-color: #459CD0;
    --section-blue-color: #459BCF;

    --new-blue-color: #bfcbda;
    --new-navy-blue-color: #19334d;
	--new-green-color: #60b565;
	--new-blue-color2: #6688c5;
	--new-orange-color: #f26738;
	--label-grey-color: #c7d0dd;
	--new-links-orange-color: #f47820;

    --color-light-grey: #D8D9EA;
}

body { 
    font-family: 'FoundersGrotesk-Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: var(--text-color); 
}
.centerdiv {
    max-width: 1060px;
    margin: 0px auto;
    padding: 0px 20px;
}

h1 {
    font-family: 'FoundersGrotesk-Medium', Arial, Helvetica, sans-serif;
    font-size: 231.818%;
    color: var(--text-color);
}
h2 {
    font-family: 'FoundersGrotesk-Medium', Arial, Helvetica, sans-serif;
    font-size: 183%;
    color: var(--text-color);
}
h3 {
    font-family: 'FoundersGrotesk-Medium', Arial, Helvetica, sans-serif;
    font-size: 183%;
    color: var(--text-color);
    line-height: 1;
}
h4 {
    font-family: 'FoundersGrotesk-Medium', Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: var(--text-color);
}
h5 {
    font-family: 'FoundersGrotesk-Regular', Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: var(--text-color);
}
h6 {
    font-family: 'FoundersGrotesk-Regular', Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: var(--text-color);
}
p.sp {
    font-family: 'FoundersGrotesk-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
}
p {
    font-family: 'FoundersGrotesk-Regular', Arial, Helvetica, sans-serif;
    font-size: 100%;
    color:var(--text-color);
    margin-bottom: 15px;
}
a {
    font-family: 'FoundersGrotesk-Regular', Arial, Helvetica, sans-serif;
    font-size: 89%;
    color: var(--text-color);
    -webkit-transition: color 400ms ease-in-out;
	-moz-transition: color 400ms ease-in-out;
	-o-transition: color 400ms ease-in-out;
	-ms-transition: color 400ms ease-in-out;
    transition: color 400ms ease-in-out;
}
a:hover {
    color: var(--color-orange);
}
.btn-class {
    font-family: 'FoundersGrotesk-Regular', Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1;
    color: var(--white-color) !important;
    padding: 14px 18px 8px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-orange);
    background-color: var(--color-orange);
    display: inline-block;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.wide-btn-class {
    min-width: 166px;
    text-align: center;
}
.same-width-btns-container {
    display: flex;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
}
.same-width-btn-class {
    display: flex;
    width: 220px;
    text-align: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px;
}
.same-width-btn-class:last-of-type {
    margin-right: 0px;
}
.same-font-size-as-parent {
    font-size: inherit;
}
.btn-class:hover,
.btn-class:active,
.btn-class:focus {
    color: var(--color-orange) !important;
    background-color: var(--white-color);
}
.fontsize14 {
    font-size: 100%;
}
.fontsize20 {
    font-size: 100%;
}
.bigger-text {
    font-size: 120%;
}
.bigger-text-30 {
    font-size: 130%;
}
.fontsize-smaller {
    font-size: 80%;
}
.subheader-new-size {
    font-size: 100%;
}
.subheader-size {
    font-size: 125%;
    line-height: 1;
}
.small-orange-box {
    padding: 8px 10px 2px;
    font-size: 90%;
    margin-bottom: 10px;
    margin-top: -10px;
}
.border-rounded-element {
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 40px;
}
.large-list-orange-line {
    width: 100%;
}
.large-list-orange-line li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
}
.large-list-orange-line li:before {
    content: "\\";
    position: absolute;
    top: 0px;
    left: 20px;
    color: var(--orange-color);
}
.large-sublist-orange-line {
    margin-top: 15px;
}
.large-sublist-orange-line li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 15px;
}
.large-sublist-orange-line li:before {
    content: ">";
    position: absolute;
    top: 0px;
    left: 20px;
    color: var(--orange-color);
}

/*---------------------------------------   CONTENTDIV   --------------------------------------------*/

.contentdiv p { margin-bottom: 15px; }
.contentdiv p:last-of-type { margin-bottom: 0px; }
.contentdiv ul { list-style: outside disc; margin-bottom: 15px; padding-left: 20px; }
.contentdiv ul li, .contentdiv ol li { margin-bottom: 5px; font-size: 93.7%; }
.contentdiv ol { list-style: outside decimal; margin-bottom: 15px; padding-left: 20px;  }
.contentdiv ul ul, .contentdiv ol ol, .contentdiv ul ol, .contentdiv ol ul { margin: 5px 0 0 15px; }
.contentdiv ol ol { list-style: upper-alpha; }
.contentdiv ol ol ol { list-style: lower-roman; }
.contentdiv ol ol ol ol { list-style: lower-alpha; }
.contentdiv blockquote { padding-left: 15px; margin-bottom: 15px; border-left: 5px solid var(--black-color); }
.contentdiv table {	border: 1px solid var(--table-border-color); background-color: var(--table-background-color); width: 100%; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin: 0 0 15px 0; }
.contentdiv table td, .contentdiv table th { border-top-color: var(--white-color); border-bottom: 1px solid var(--table-border-color); border-left: 1px solid var(--table-border-color); }
.contentdiv table th, .contentdiv table caption { padding: 7px 7px 8px; font-weight: bold; text-align: center; }
.contentdiv table caption { border-top: 1px solid var(--table-border-color); border-left: 1px solid var(--table-border-color); border-right: 1px solid var(--table-border-color); background-color: var(--table-background-color); }
.contentdiv table td { padding: 5px 7px 3px; vertical-align: top; }
.contentdiv a { color: var(--color-orange); text-decoration: underline; }
.contentdiv a:hover { text-decoration: none; }

.contentdiv.blackcontentdiv { border-color: var(--white-color); color: var(--white-color); }

.small-centerdiv em {
  font-family: 'Bullen-Italic';
  font-style: normal;
}
.contentdiv li a {
	font-size: 100%;
    color: var(--color-orange);
}
/*---------------------------------------   CLEARFIX   ----------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
/*---------------------------------------   HOVER EFFECT   ------------------------------------------*/

.btn-hover:hover {
	opacity:0.7;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}


/* flex */
.flexcontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
}
.flexcontainer-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flexcontainer-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

/*---------------------------------------   HEADER   ------------------------------------------*/
.navigation-header {
    padding: 25px 0px;
    width: 100%;
    position: relative;
    
}
.header-account {
    display: flex;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
}

/*---------------------------------------   ALL PAGES   ------------------------------------------*/
.hero-section {
    text-align: center;
    /* margin: 10px 0px; */
    margin: 0px;
}
.hero-text-container {
    margin-bottom: 25px !important;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}
.section-title {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 0px;
}
.section-title:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 315px;
    height: 2px;
    background-color: var(--grey-line);
}
.section-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
}
.section-element {
    padding: 40px 0px;
}
.colored-section .section-title:after {
    background-color: #fbf7f5;
}
.slick-prev-button, 
.slick-next-button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--color-grey);
    z-index: 1;
}
.slick-prev-button {
    left: -20px;
}
.slick-next-button {
    right: -20px;
}
.orange-text {
    color: var(--color-orange);
}
.blue-text {
    color: var(--blue-color);
}
.underlined-text {
    text-decoration: underline;
}
.green-line-separator {
    width: 100%;
    max-width: 600px;
    height: 2px;
    background-color: var(--color-green);
    margin: 20px auto;
}
.green-bg-element {
    background-color: var(--color-green);
}
.show-on-mobile {
    display: none;
}
.hero-text-container h1 .orange-text {
    font-family: 'FoundersGrotesk-Regular', Arial, Helvetica, sans-serif;
    margin-right: 5px;
}
.hero-text-container.hero-text-with-image-left {
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
}
.hero-text-container.hero-text-with-image-left .hero-image-container {
    max-width: 170px;
    padding-right: 20px;
    width: 100%;
    height: 150px;
}
.hero-text-container.hero-text-with-image-left .hero-image-container img {
    max-height: 100%;
}
.hero-with-bgcolor {
    margin-bottom: 40px;
}
.hero-with-bgcolor .green-bg {
    margin: 40px 0px;
    background-color: var(--color-green);
}
.hero-with-bgcolor .green-intense-bg {
    margin: 40px 0px;
    background-color: var(--color-green-intense);
}
.hero-with-bgcolor .old-blue-bg {
    /* margin: 40px 0px; */
    margin: 0px 0px 40px;
    background-color: var(--blue-color);
}
.hero-with-bgcolor h1 {
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.hero-with-bgcolor h1 {
    position: relative;
}
.hero-with-bgcolor h1:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 315px;
    height: 2px;
    background-color: #ffffff;
}
.hero-with-bgcolor .hero-text-container.hero-text-with-image-left h1 {
    margin-bottom: 0px;
    padding: 10px 0px 0px;
}
.hero-with-bgcolor .hero-text-container.hero-text-with-image-left h1:after {
    display: none;
}
.hero-with-bgcolor .hero-text-container {
    padding: 20px;
    max-width: 760px;
    margin: 0px auto;
}
.hero-with-bgcolor .hero-text-container * {
    color: var(--white-color);
}
.hero-with-bgcolor .hero-text-container.dark-text * {
    color: var(--text-color);
}
.hero-with-bgcolor .hero-text-container p:last-of-type {
    margin-bottom: 0px;
}
.washed-green-bg {
    background-color: var(--color-washed-green);
}
.washed-green-intense-bg {
    background-color: var(--color-washed-green-intense);
}
.light-blue-color-bg {
    background-color: var(--light-blue-color);
}
.section-element.small-section .row-element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-element.small-section .icon-container {
    width: 200px;
    padding-right: 50px;
    height: 150px;
    text-align: right;
}
.section-element.small-section .icon-container img {
    max-height: 100%;
}
.section-element.small-section .text-container {
    width: calc(100% - 390px);
}
.section-element.small-section .text-container ul {
    list-style: none;
}
.section-element.small-section .text-container ul li {
    position: relative;
    padding-left: 15px;
}
.section-element.small-section .text-container ul li:before {
    content: "\\";
    position: absolute;
    top: 0px;
    left: 0px;
    color: var(--color-orange);
    font-weight: 900;
}
.section-element.small-section .text-container ul li.has-unorderedmenu-item {
    padding-left: 0px;
}
.section-element.small-section .text-container ul li.has-unorderedmenu-item:before {
    display: none;
}
.section-element.small-section .text-container ul li.has-unorderedmenu-item span {
    position: relative;
    padding-left: 15px;
}
.section-element.small-section .text-container ul li.has-unorderedmenu-item span:before {
    content: "\\";
    position: absolute;
    top: -5px;
    left: 0px;
    color: var(--color-orange);
    font-weight: 900;
}
.section-element.small-section .text-container ul ul {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 30px;
}
.section-element.small-section .text-container ul ul li {
    padding-left: 0px;
}
.section-element.small-section .text-container ul ul li:before {
    display: none;
}
.section-element.small-section .btn-container {
    width: 190px;
    padding-left: 40px;
    text-align: right;
}
.washed-orange-bg {
    background-color: var(--color-washed-orange);
}
.hero-with-bgcolor .orange-bg {
    background-color: var(--color-hero-orange);
}
.hero-with-bgcolor .new-orange-bg {
    background-color: var(--color-new-orange);
}
.washed-blue-bg {
    background-color: var(--color-washed-blue);
}
.blue-bg {
    background-color: var(--color-blue);
}
.hero-with-bgcolor .blue-bg {
    background-color: var(--color-blue);
}
.dark-grey-bg {
    background-color: var(--color-dark-grey);
}
.light-grey-bg {
    background-color: var(--color-light-grey);
}
.new-washed-orange-bg {
    background-color: var(--color-new-washed-orange);
}
.no-mrg-btm {
    margin-bottom: 0px !important;
}
.no-mrg-top {
    margin-top: 0px !important;
}
.centered-text {
    text-align: center;
}
.centered-container {
    margin: 0px auto;
}
.a_center {
	text-align:center;
}
.a_left {
    text-align: left;
}
.a_right {
    text-align: right;
}
.g-recaptcha {
    display: inline-block;
}
.small-padding-top {
	padding-top: 20px !important;
}
.small-padding-bottom {
	padding-bottom: 20px !important;
}
.big-padding-top {
	padding-top: 40px !important;
}
.big-padding-bottom {
	padding-bottom: 40px !important;
}
.standard-page-form .input-container > label, .standard-page-form .input-container-radio .left-input {
    width: 100%;
    float: none;
    padding: 0;
    line-height: normal;
    text-align: left;
    display: block;
}
.standard-page-form .input-container {
    text-align: left;
}
.standard-page-form .input-container > input, .standard-page-form .input-container > select {
    width: 100%;
    float: none;
}
.standard-page-form .input-container.inputthree {
    width: 32%;
    margin-right: 2%;
    float: left;
}
.standard-page-form .input-container.lastnom {
    margin-right: 0;
}
.standard-page-form .input-container.birthday {
    width: 16%;
    margin-right: 2%;
    float: left;
}
.standard-page-form .input-container #expiration_month {
    width: 49%;
    margin-right: 2%;
    float: left;
}
.standard-page-form .input-container #expiration_year {
    width: 49%;
    float: left;
}

/*---------------------------------------   FOOTER   ------------------------------------------*/
footer .footer-container {
    text-align: center;
    color: var(--white-color);
    background-color: var(--text-color);
    padding: 8px 16px;
}
footer .footer-container p {
    margin-bottom: 0px;
    color: inherit;
}
footer .footer-container p a:hover {
    text-decoration: underline;
}

/*---------------------------------------   CONTRACTOR ADVANTAGE   ------------------------------------------*/
.spouse-add.a_center {
    text-align: center;
}
.spouse-add {
    text-align: left;
    margin-bottom: 10px;
}
#ca-sign .terms {
    padding-top: 20px;
}
.terms p {
    margin-bottom: 10px;
    /* font-size: 16px; */
    /* font-size: 18px; */
    font-size: 100%;
}
.gray-border {
    height: 2px;
    background-color: var(--color-light-grey);
    width: 90%;
    margin: 50px auto;
}
.contractor-advantage .above-form-text, 
.index .above-form-text {
	margin-bottom: 20px;
}
.input-container, .input-container-radio {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.contractor-advantage #ca-sign input:not(.right-input input), 
.contractor-advantage #ca-sign select, 
.index #ca-sign input:not(.right-input input), 
.index #ca-sign select {
    border: 1px solid var(--new-blue-color);
    padding: 8px 15px;
    font-size: 18px;
    height: 40px;
}
.contractor-advantage #ca-sign label:not(.right-input label), 
.index #ca-sign label:not(.right-input label) {
	color: var(--label-grey-color);
	position: relative;
	top: 41px;
	left: 15px;
	pointer-events: none;
	-webkit-transition: top 400ms ease-in-out, left 400ms ease-in-out;
	-moz-transition: top 400ms ease-in-out, left 400ms ease-in-out;
	-o-transition: top 400ms ease-in-out, left 400ms ease-in-out;
	-ms-transition: top 400ms ease-in-out, left 400ms ease-in-out;
    transition: top 400ms ease-in-out, left 400ms ease-in-out;
}
.contractor-advantage #ca-sign input:not(.right-input input),
.contractor-advantage #ca-sign select, 
.index #ca-sign input:not(.right-input input),
.index #ca-sign select {
	border: 1px solid var(--new-blue-color);
	padding: 8px 15px;
	font-size: 18px;
	height: 40px;
}
.contractor-advantage #ca-sign select, 
.index #ca-sign select {
    -webkit-appearance: listbox;
    -moz-appearance: listbox;
    appearance: listbox;
}
.contractor-advantage #ca-sign .gender .left-input, 
.index #ca-sign .gender .left-input {
	color: var(--label-grey-color);
	position: relative;
	top: 41px;
	left: 15px;
}
.contractor-advantage #ca-sign .input-container.gender, 
.index #ca-sign .input-container.gender {
	width: 200px;
	margin-right: 100px;
	float: left;
}
.contractor-advantage #ca-sign .birthday-wrapper, 
.index #ca-sign .birthday-wrapper {
	width: calc(100% - 320px);
	float: right;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
}
.contractor-advantage #ca-sign .birthday_month_wrapper label, 
.index #ca-sign .birthday_month_wrapper label {
	left: -130px !important;
    width: 120px;
	color: var(--new-navy-blue-color) !important;
}
.contractor-advantage #ca-sign .input-container.birthday.lastnom, 
.index #ca-sign .input-container.birthday.lastnom {
	margin-right: 0px;
}
.contractor-advantage #ca-sign select option:first-of-type, 
.index #ca-sign select option:first-of-type {
	color: var(--label-grey-color);
}
.contractor-advantage #ca-sign select, 
.contractor-advantage #ca-sign input, 
.index #ca-sign select, 
.index #ca-sign input {
    font-family: Tahoma, sans-serif;
}
.contractor-advantage #ca-sign .input-container.card-nr-wrapper, 
.index #ca-sign .input-container.card-nr-wrapper {
	width: calc(((100% - 4% - 100px) / 2) - 100px);
}
.contractor-advantage #ca-sign .input-container.card_expiration, 
.index #ca-sign .input-container.card_expiration {
	width: calc(((100% - 4% - 100px) / 2) + 100px);
	padding-left: 210px;
}
.contractor-advantage #ca-sign .input-container.card_expiration label, 
.index #ca-sign .input-container.card_expiration label {
	left: -190px;
	color: var(--new-navy-blue-color) !important;
}
.contractor-advantage #ca-sign .input-container.cvc-wrapper, 
.index #ca-sign .input-container.cvc-wrapper {
	width: 100px;
}
.contractor-advantage #ca-sign .terms, 
.index #ca-sign .terms {
	max-width: 100%;
	margin: 0px auto 40px;
}
.contractor-advantage #ca-sign .terms h4, 
.index #ca-sign .terms h4 {
	margin-bottom: 20px;
}
.contractor-advantage #ca-sign .terms p a, 
.index #ca-sign .terms p a {
	color: var(--text-color);
    text-decoration: underline;
    font-weight: 700;
}
.contractor-advantage #ca-sign .popup-form-buttons, 
.index #ca-sign .popup-form-buttons {
	float: none;
	margin: 0px auto;
}
.contractor-advantage #ca-sign .popup-form-buttons .btn-container, 
.index #ca-sign .popup-form-buttons .btn-container {
	float: right;
	margin-top: 12px;
}
.contractor-advantage .fourth-section .section-content .above-form-text, 
.index .fourth-section .section-content .above-form-text {
	margin-bottom: 20px;
}
.contractor-advantage #ca-sign .completed-element label:not(.right-input label), 
.contractor-advantage #ca-sign .focused-element label:not(.right-input label), 
.index #ca-sign .completed-element label:not(.right-input label), 
.index #ca-sign .focused-element label:not(.right-input label) {
	top: 0px;
	left: 0px;
}
.contractor-advantage #ca-sign .completed-element.gender .left-input, 
.contractor-advantage #ca-sign .focused-element.gender .left-input, 
.index #ca-sign .completed-element.gender .left-input, 
.index #ca-sign .focused-element.gender .left-input {
	top: 0px;
	left: 0px;
}

/*---------------------------------------   POPUPS   ------------------------------------------*/
#popup-form, #popup-signin, #popup-recoveremail, #popup-fpp, #popup-wellcard-only {
    text-align: center;
    padding: 20px 15px;
    font-size: 18px;
}
.popup-form-header, .popup-form-body {
    margin-bottom: 25px;
}
.popup-form-header {
    width: 65%;
    margin: 0px auto;
    text-align: center;
}
.modal-element .popup-form-body .popup-icon-container {
    width: 20%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
}
.modal-element .popup-form-body label {
    line-height: 42px !important;
}
.modal-element .popup-form-body form, 
.modal-element .popup-form-body .popup-text-container {
    width: 60%;
    margin: 10px auto 0px;
    text-align: center;
}
.modal-element .close-popup-container {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: transparent;
}
.modal-element .close-popup-container a {
    display: inline-block;
    width: 24px;
    height: 24px;
    padding-top: 2px;
    border-radius: 100%;
    border: 2px solid #000000;
    font-size: 16px;
}
.modal-element input[type="checkbox"] {
    width: 20px;
    height: 20px;
    padding: 0px;
    margin: 3px 10px 0px 0px;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -o-appearance: checkbox;
    -ms-appearance: checkbox;
    appearance: checkbox;
}
.modal-element input[type="radio"] {
    width: 20px;
    height: 20px;
    padding: 0px;
    margin: 3px 10px 0px 0px;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    -o-appearance: radio;
    -ms-appearance: radio;
    appearance: radio;
}
.popup-form-header .btn-class {
    margin: 10px;
}
.popup-form-welcome {
    font-weight: bold;
    margin-bottom: 25px;
}
.input-container, .input-container-radio {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.input-container > label, .input-container-radio .left-input {
    float: left;
    width: 40%;
    line-height: 27px;
    text-align: right;
    padding-right: 1%;
}
.input-container > input, .input-container > select {
    width: 60%;
    float: left;
    border: 1px solid #e4e4e4;
    padding: 5px;
}
.popup-form-buttons {
    float: right;
    width: 60%;
    text-align: left;
}
.popup-form-btn {
    /* color: #2371a1;
    padding: 5px 15px;
    display: inline-block;
    border: 1px solid #cfd6dc;
    border-radius: 5px;
    font-weight: bold;
    background: #ecf5fe;
    background: -webkit-linear-gradient(#ecf5fe, #eff8ff);
    background: -o-linear-gradient(#ecf5fe, #eff8ff);
    background: -moz-linear-gradient(#ecf5fe, #eff8ff);
    background: linear-gradient(#ecf5fe, #eff8ff); */
}
/* .popup-form-btn {
    font-family: 'FoundersGrotesk-Regular', Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1;
    color: var(--white-color);
    padding: 14px 18px 8px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-orange);
    background-color: var(--color-orange);
    display: inline-block;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.popup-form-btn:hover, .popup-form-btn:active, .popup-form-btn:focus {
    color: var(--color-orange);
    background-color: var(--white-color);
} */
.popup-form-disclaimer {
    font-weight: 500;
    margin-bottom: 25px;
}
.popup-form-free {
    font-size: 14px;
    font-style: italic;
}

#popup-fpp .popup-form-body {
    position: relative;
}
#popup-fpp .popup-icon-container {
    width: 20%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
}
#popup-fpp #fpp-email-check {
    width: 60%;
    margin: 10px auto 0px;
    text-align: center;
}
#popup-fpp #fpp-email-check label {
    width: 100%;
    text-align: center;
    float: none;
    font-size: 110%;
}
#popup-fpp #fpp-email-check #check-email-fpp {
    margin: 0px auto;
    width: 86%;
    float: none;
    border-radius: 8px !important;
    border: 1px solid var(--black-color);
}
.popup-form-welcome {
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 150%;
}
.popup-form-header {
    margin-bottom: 15px;
}
.not-member-signup-text {
    font-size: 110%;
    margin-bottom: 0px;
}
.not-member-signup-text a {
    font-size: 110%;
    text-decoration: underline;
}
#popup-fpp {
    padding-bottom: 10px;
}
.no-padding-top {
    padding-top: 0px !important;
}
#popup-basic-signup {
    text-align: center;
}
#popup-contact-message {
    text-align: center;
}
.fancybox-opened .fancybox-skin {
    background-color: #ffe4cc;
}
.alert-frontend {
    text-align: center !important;
    font-size: 130%;
    font-weight: 600;
}
.alert-frontend.green-alert {
    color: var(--color-green);
}
.alert-frontend.red-alert {
    color: var(--dark-orange-color);
}

/*---------------------------------------   ACCOUNT   ------------------------------------------*/
.submit-btn-new-password {
    color: var(--white-color) !important;
}
.submit-btn-new-password:hover {
    color: var(--color-orange) !important;
}

/*---------------------------------------   MEDIA QUERIES   ------------------------------------------*/

@media only screen and (max-width: 1060px) {
    /* ALL PAGES */
    /* CONTRACTOR ADVANTAGE */
    /* ACCOUNT */
}

@media only screen and (max-width: 1024px) {
    /* ALL PAGES */
    /* CONTRACTOR ADVANTAGE */
    /* ACCOUNT */
}

@media only screen and (max-width: 1023px) {
    /* ALL PAGES */
    body {
        /* font-size: 20px; */
        font-size: 18px;
    }
    .fontsize14 {
        /* font-size: 16px; */
    }
    h6 {
        font-size: 15px;
    }
    p.sp {
        font-size: 14px;
    }

    /* CONTRACTOR-ADVANTAGE */
    .contractor-advantage #ca-sign .input-container.gender, 
    .index #ca-sign .input-container.gender {
		width: 100%;
		margin-right: 0px;
	}
	.contractor-advantage #ca-sign .birthday-wrapper, 
    .index #ca-sign .birthday-wrapper {
		width: 100%;
	}
    .terms p {
        font-size: 16px;
    }
    .promo-code-text p {
        margin-top: 10px;
    }

    /* ACCOUNT */
}

@media only screen and (max-width: 899px) {
    /* ALL PAGES */
    /* CONTRACTOR-ADVANTAGE */
    .contractor-advantage #ca-sign .input-container.card-nr-wrapper, 
    .index #ca-sign .input-container.card-nr-wrapper {
		width: 100%;
	}
	.contractor-advantage #ca-sign .input-container.card_expiration, 
    .index #ca-sign .input-container.card_expiration {
		width: calc(100% - 120px);
	}

    /* ACCOUNT */
}

@media only screen and (max-width: 767px) {
    /* ALL PAGES */
    .hide-on-mobile {
        display: none;
    }
    .show-on-mobile {
        display: inline-block;
    }
    body {
        font-size: 16px;
    }
    .fontsize14 {
        /* font-size: 14px; */
    }
    h6 {
        font-size: 13px;
    }
    p.sp {
        font-size: 12px;
    }

    /* CONTRACTOR-ADVANTAGE */
	.contractor-advantage #ca-sign .birthday-wrapper, 
    .index #ca-sign .birthday-wrapper {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.contractor-advantage #ca-sign .birthday-wrapper .birthday, 
    .index #ca-sign .birthday-wrapper .birthday {
		width: 100%;
		margin-right: 0px;
	}
	.contractor-advantage #ca-sign .birthday-wrapper .birthday_month_wrapper, 
    .index #ca-sign .birthday-wrapper .birthday_month_wrapper {
		padding-top: 20px;
	}
	.contractor-advantage #ca-sign .birthday_month_wrapper label, 
    .index #ca-sign .birthday_month_wrapper label {
		top: 0px !important;
		left: 0px !important;
	}
	.contractor-advantage #ca-sign .input-container.card_expiration, 
    .index #ca-sign .input-container.card_expiration {
		width: 100%;
		padding-left: 170px;
	}
	.contractor-advantage #ca-sign .input-container.cvc-wrapper, 
    .index #ca-sign .input-container.cvc-wrapper {
		width: 100%;
	}
    .terms p {
        font-size: 14px;
    }
    .membership-at-no-cost-text {
        float: left;
    }
    .contractor-advantage #ca-sign .input-container.card_expiration label, 
    .index #ca-sign .input-container.card_expiration label {
        left: -170px;
    }

    /* ACCOUNT */
}

@media only screen and (max-width: 639px) {
    /* ALL PAGES */
    .section-element.small-section .row-element {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section-element.small-section .icon-container {
        padding-right: 0px;
        padding-bottom: 10px;
        text-align: center;
    }
    .section-element.small-section .text-container {
        width: 100%;
        margin-bottom: 10px;
    }
    .section-element.small-section .btn-container {
        text-align: center;
        padding-left: 0px;
    }

    /* CONTRACTOR-ADVANTAGE */
    /* ACCOUNT */
}

/* media query for landscape */
@media only screen and (min-device-width: 480px) 
                   and (max-device-width: 640px) 
                   and (orientation: landscape) {
	
}

@media only screen and (max-width: 539px) {
    /* ALL PAGES */
    .hero-text-container.hero-text-with-image-left .hero-image-container {
        max-width: 120px;
    }
    
    /* CONTRACTOR-ADVANTAGE */
    .contractor-advantage #ca-sign .input-container.card_expiration, 
    .index #ca-sign .input-container.card_expiration {
		padding-top: 20px;
		padding-left: 0px;
	}
	.contractor-advantage #ca-sign .input-container.card_expiration label, 
    .index #ca-sign .input-container.card_expiration label {
		top: 0px;
		left: 0px;
	}

    /* ACCOUNT */
}

@media only screen and (max-width: 479px) {
    /* ALL PAGES */
    .hero-text-container.hero-text-with-image-left .hero-image-container {
        max-width: 70px;
    }
    .hero-with-bgcolor .hero-text-container.hero-text-with-image-left h1 {
        line-height: 1;
    }
    
    /* CONTRACTOR-ADVANTAGE */
    .contractor-advantage .newest-type-section, 
    .index .newest-type-section {
		padding: 20px 5px;
	}
    .contractor-advantage #ca-sign .popup-form-buttons, 
    .index #ca-sign .popup-form-buttons {
        width: 100%;
    }

    /* ACCOUNT */
}

    /* ALL PAGES */
    /* CONTRACTOR-ADVANTAGE */
    /* ACCOUNT */