::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #373737;
    opacity: .5; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #373737;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #373737;
}

input:focus::placeholder { color:transparent; }
input:focus::-ms-input-placeholder { color:transparent; }
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }

body {
	font-family: "Frutiger LT W01_57 Condensed";
    overflow: hidden;
	font-size: 17px;
	margin: 0px
}

body.animationdone {
    overflow-w:hidden;
    overflow-y: auto;
}

body.animating {
    overflow-y: hidden;   
}


h1, h2, h3 {
	font-size: 22px;
    color: #e31837;
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 10px;
}

h3 {
    font-size: 20px;
    margin-top: 20px;
    color: #000;
    font-family: "Frutiger LT W01_67 Bold Cond";
}
a, a:focus, a:visited, a:active, a:hover{
	color:#0b86c0;
	text-decoration: none
}

a:hover, a:active{
    color:#e31837;
    text-decoration: none
}

.fas {
    font-family: FontAwesome;
}

.clearfix{
	clear: both
}

ul {
    list-style: none;
    padding-left: 0
}

p {
    clear:both;
	line-height: 25px;
    margin-bottom: 10px
}

body header ul.cdn-nxtgn-menu.desktop > li.media {
    max-height: 70px;
    padding: 21px 10px 26px 10px !important
}

.main {
    background: #eeeeec;
    min-height: calc(100vh - 134px)
}


.main.cover {
    background: url(../images/Cadencehq.jpg);
    background-size: cover;
    min-height: calc(100vh - 134px)
}



.main.cover .whtbck {
    background: rgba(238, 238, 238, 0.90);
    -webkit-box-shadow: 2px 2px 6px 6px rgba(19, 19, 19, 0.11);
    -moz-box-shadow: 2px 2px 6px 6px rgba(19, 19, 19, 0.11);
    box-shadow: 2px 2px 6px 6px rgba(19, 19, 19, 0.11);
    color: #000;
}

/*.leftside{
    border-left: 1px #cecece solid;
    border-top: 1px #cecece solid;
    border-bottom: 1px #cecece solid;
}

.rightside{
    border-right: 1px #cecece solid;
    border-top: 1px #cecece solid;
    border-bottom: 1px #cecece solid;
}*/

.column-wrapper{
    padding: 30px;
}

.sign-wrapper {
    background: #e31837;
    padding:20px 30px;
}

.sign-wrapper h1 {
    color: #fff;
    margin: 0;
    font-size: 30px;
}


.main .wrapper {
	max-width: 1220px;
    margin: 0 auto;
    min-height: inherit;
    position: relative
}

.content-wrapper {
    padding: 22px 0px
}


body .bootstrap-iso footer#cdn-nxtgn-footer.down {
	position:absolute !important
}

.wrapper > .container {
    padding: 20px 13px 30px 2px
    
}


.leftside, .rightside {
	width: 49%;
    margin: 0;
    float: left;
}

.leftside{
    margin-right: 2%;
}



.ccolumn {
    visibility: hidden;
}

.ccolumn.visible {
    visibility: visible;
}

.ccolumn:before, .ccolumn:after {
    display:table;
    content: " ";
    clear:both;
}


.ccolumn.top {
    position:relative;
    animation:animatetop 1s
}
.ccolumn.left {
    position:relative;
    animation:animateleft 1s
}
.ccolumn.right{
    position:relative;
    animation:animateright 1s
}
.ccolumn.bottom {
    position:relative;
    animation:animatebottom 1s
}
@keyframes animateleft{
    from{
        left:-300px;
        opacity:0
    } 
    to{
        left:0;
        opacity:1
    }
}


@keyframes animateright{
    from{
        right:-300px;
        opacity:0
    }
    to{
        right:0;
        opacity:1
    }
}


@keyframes animatebottom{
    from{
        bottom:-300px;
        opacity:0
    }
    to{
        bottom:0;
        opacity:1
    }
}

@keyframes animatetop{
    from{
        top:-300px;opacity:0
    }
    to{
        top:0;
        opacity:1
    }
}

body.animationdone .ccolumn.top, body.animationdone .ccolumn.left, body.animationdone .ccolumn.right, body.animationdone .ccolumn.bottom {
    position: relative;
    animation: none;
}


.leftside h2:first-child, .rightside h2:first-child {
	margin-top: 0px
}

.leftside h2:first-child {
    font-size: 30px;
}

.form-wrapper .input-wrapper{
    border-bottom: 1px solid #000;
    margin: 20px 0px 25px 0px;
    position: relative;
}

.form-wrapper .input-wrapper:last-child {
    margin-bottom: 10px;
}
.form-wrapper input {
    width: 100%;
    padding: 0px;
    outline: none;
    border:none;
    background: transparent;
    font-size: 20px;
    width: 100%;
    display: inline-block;
}

 .form-wrapper input {
    border: none;
    padding: 0 10px;
}

.form-wrapper p {
    margin: 5px 0 10px 0;
}

.form-wrapper p.forgetpass {
    margin-bottom: 0;
}

.form-wrapper .login-wrapper {
    padding: 30px;
    position: absolute;
    top: 23px;
    width: 310px;
}


.forgetpass, .rememberme {
	margin-top: 10px
}


.rememberme {
	float: left;
}

.rememberme input[type=checkbox] {
	display: none;
}

label {
    max-width: 100%;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: normal;
    border-radius: 0;
    width: auto;
}

.input-wrapper {
    margin-bottom: 10px;
}

.required {
    color:#E31837
}

button{
    width: 115px;
    background: #29a8df;
    color: #fff;
    border: 0;
    display: block;
    font-size: 20px;
    -webkit-appearance: button;
    text-transform: uppercase;
    height: 33px;
    text-shadow: none;
    clear: both;
}

button.red input {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    line-height: 10px;
    height: 24px;
}

button:active {
    -webkit-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
    box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
}


[type=checkbox]+label {
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    font-weight: normal;
    display: inline;
    height: 25px;
    line-height: 25px;
}

[type=checkbox]+label:after,[type=checkbox]+label:before {
    content: "";
    left: 0;
    position: absolute;
    -webkit-transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
    -o-transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
    transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
    z-index: 1;
    border-style: solid;
    border-width: 1px;
}

[type=checkbox]+label:after {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 20px;
    width: 20px
}

[type=checkbox]+label:before {
    -webkit-transform: rotateZ(37deg);
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type=checkbox]:not(:checked)+label:before {
    width: 0;
    height: 0;
    border-style: 3px;
    border-color: transparent;
    left: 6px;
    top: 10px
}

[type=checkbox]:not(:checked)+label:after {
    background-color: transparent;
    border-color: black;
    top: -2px;
    z-index: 0
}


[type=checkbox]:checked+label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-color: transparent #fff #fff transparent;
}

[type=checkbox]:checked+label:after {
    top: -2px;
    border-color: #268eb5;
    background-color: #268eb5;
    z-index: 0;
}

[type=checkbox]:disabled:not(:checked)+label:before {
    background-color: transparent;
    border-color: #BDBDBD
}

[type=checkbox]:disabled:not(:checked)+label:after {
    border-color: transparent;
    background-color: #BDBDBD
}

ul.menuitems {
    padding: 21px 0px 0px 0px;
    margin-bottom: 0;
    /* display: inline; */
    float: right;
}

ul.menuitems li {
    display: inline;
}

ul.menuitems li div{
    display: inline;
    cursor: pointer;
}

ul.menuitems li div:hover{
    color: #e31837;
}

ul.menuitems li:last-child {
    margin-right: 0;
}

@media (min-width: 1280px){
	.container {
    	width: 1230px
	}	
}

.info-message {
    background: rgba(233, 163, 60, 0.70);
    padding: 10px 10px 10px 50px;
    position: relative;
}

.info-message p:before {
    content: "\f06a";
    font-family: FontAwesome;
    position: absolute;
    left: 12px;
    top: 36%;
    font-size: 34px;
    color: rgba(233, 146, 60, .90);
}

.info-message p {
    margin-bottom: 0;
}

.bootstrap-iso #cdn-nxtgn-search button.close {
    width: auto;
}

header nav #cdn-nxtgn-search .search_containter a.submit.submitsearch img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 1023px){
    .content-wrapper {
        padding: 10px 0px;
    }
    .content-wrapper {
        padding: 20px 0px;
    }
	.main {
    	min-height: auto;
	}
    .leftside, .rightside {
        width: 100%;   
    }
    body .bootstrap-iso footer#cdn-nxtgn-footer div.footer-media {
        margin-top: 0px;
    }

    .bootstrap-iso header nav figure.logo {
        padding-bottom: 17px !important
    }

    .ccolumn {
        visibility: visible;
    } 
    body {
        overflow-x:hidden; 
        overflow-y:auto;
    }

}


@media (max-width: 1279px) {
    .bootstrap-iso nav figure.logo {
        padding-left: 20px
    }   
}

@media (max-width: 1245px) {
    .main .wrapper {
        max-width: 97%;
    }
}

@media (min-width: 480px) {
    body.menu-visible #bodyExtHeader header nav figure.logo {
        display: block;
    }
}


/**************************Notification *************************/

.notification-wrapper{
    padding: 15px;
    color: #fff;
    background: linear-gradient(30deg, #E31837, #5f1f1f, #E31837);
    background-size: 300% 300%;
    -webkit-animation: Gradient 5s ease infinite;
    -moz-animation: Gradient 5s ease infinite;
    animation: Gradient 5s ease infinite;
}

.notification-wrapper {
    text-align: center;
}

.notification-wrapper p{
    margin:0;
}


@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
/************************************** */


/*********FF FIX ****************/

@media (min-width: 1024px) {
    @-moz-document url-prefix() {
        .content-wrapper {
            padding: 19px 0;
        }
    }   
}

/******************** OVERLAY ******************************/


.bootstrap-iso ul.menuitems a:hover {
    text-decoration: none;
    color:#E31837;
}
#overlay {
    position: fixed;
    display: none;
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8); 
    z-index: 2;
    cursor: auto;
}

#overlay .modal-wrapper {
    max-width: 300px;
    margin: 10% auto;
    background: #e5e5e5;
}

#overlay .modal-header {
    color:#FFF;
    background: black;
    position: relative;
    border-bottom: 4px #E31837 solid;
    font-size: 25px;
}

#overlay .modal-header p{
    margin: 0;
}

#overlay .modal-header i {
    font-style: normal;
    font-size: 9px;
    background: rgba(122, 120, 120, 0.4);
    padding: 5px;
    border-radius: 50%;
    font-weight: bolder;
    position: absolute;
    right: 10px;
    top: 16px;
    cursor: pointer;
}
}
#overlay .modal-body h3 {
    margin-bottom: 5px;
}

#overlay .modal-body h3:first-child {
    margin-top:0;
}


.wrapper-error-form {
    text-align: center;
    font-weight: 600;
    color: #e31837;
}


.form-wrapper input[type="submit"] {
    width: 115px;
    background: #29a8df;
    color: #fff;
    border: 0;
    display: block;
    font-size: 20px;
    -webkit-appearance: button;
    text-transform: uppercase;
    height: 33px;
    text-shadow: none;
    clear: both;
}

.form-wrapper input[type="submit"] button:focus {
    -webkit-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
    box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
}


.form-wrapper .input-wrapper label {
    display: none;
    position: absolute;
    top: -10px;
    left: 10px;
    line-height: 10px;
    margin: 0;
    color: #828282;
    font-size: 13px;
    animation:animatetop 1s
}

.form-wrapper .input-wrapper input:focus + label, .form-wrapper .input-wrapper input:active + label {
    display: inline-block;
    animation:animatebottom 1s
}

.form-wrapper .input-wrapper input.showlabel + label {
    display: inline-block;
    animation: none;
}

#version{
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #e31837;
}

sub, sup {
    font-size: 50% !important;
}

sup {
    top: -0.9em;
}