/* BLUE SHADES */


/* GRAY SHADES */


/* BLACK/WHITE SHADES */


/* Other Colors */


/* Font Family's */


/* MOUSE Varibles */

@font-face {
    font-family: 'AllianzB';
    src: url("clientlib/fonts/Allianz Sans Bold.eot");
    src: url("clientlib/fonts/Allianz Sans Bold.eot?#iefix") format("embedded-opentype"), url("clientlib/fonts/Allianz Sans Bold.woff2") format("woff2"), url("clientlib/fonts/Allianz Sans Bold.woff") format("woff"), url("clientlib/fonts/Allianz Sans Bold.svg#Allianz Sans Bold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0-10FFFF;
}

@font-face {
    font-family: 'AllianzSans';
    src: url("clientlib/fonts/Allianz-Sans.eot");
    src: url("clientlib/fonts/Allianz-Sans.eot?#iefix") format("embedded-opentype"), url("clientlib/fonts/Allianz-Sans.woff2") format("woff2"), url("clientlib/fonts/Allianz-Sans.woff") format("woff"), url("clientlib/fonts/Allianz-Sans.svg#Rubik Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2084;
}

@font-face {
    font-family: 'AllianzSansLight';
    src: url("clientlib/fonts/Allianz-Sans-Light.eot");
    src: url("clientlib/fonts/Allianz-Sans-Light.eot?#iefix") format("embedded-opentype"), url("clientlib/fonts/Allianz-Sans-Light.woff2") format("woff2"), url("clientlib/fonts/Allianz-Sans-Light.woff") format("woff"), url("clientlib/fonts/Allianz-Sans-Light.svg#Rubik Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2084;
}


/* Assign Font Properties - START */

body,
p,
input,
button,
textarea {
    font-family: "AllianzSans";
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: "AllianzSans";
}

a {
    color: white;
}

p,
input,
textarea,
button,
a,
li,
label {
    font-size: 1.8rem;
    line-height: 1.4;
}


/* Assign Font Properties - END */

html {
    font-size: 62.5%;
}

body {
    font-family: "AllianzSans";
    color: #005596;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    outline: none;
    color: #005596;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: top;
    border: none;
}

html {
    width: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

p,
.ul,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
}

h1 {
    font-size: 5rem;
}

h2 {
    font-size: 3.3rem;
}

h3 {
    font-size: 3rem;
    font-family: "AllianzB";
}

h4 {
    font-size: 2.2rem;
    font-family: "AllianzB";
}

h5 {
    font-size: 2rem;
}

h6 {
    font-size: 1.6rem;
}

h3 a,
h4 a,
h5 a,
h6 a {
    font-size: inherit;
    text-decoration: underline;
}

table,
table tr td,
table tr th {
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
textarea {
    outline: none;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
section,
summary,
mark {
    float: left;
    width: 100%;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

input[type=submit],
input[type=button],
button[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1440px;
    /*padding:0 82px;
max-width:1345px;*/
}


/* Change */


/*.btn { padding:8px 30px 10px; color:$white; background:$sunshade; font-size: 1.8rem; display: inline-block; margin: 0; vertical-align: bottom; position: relative; @include border-radius(30px); z-index: 1; font-family:$AllianzSans; letter-spacing:1px;
}*/

.btn {
    background: #f89c30;
    padding: 8px 30px 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    color: white;
    font-size: 1.8rem;
    display: inline-block;
    clear: both;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    border: 1px solid #f89c30;
    font-family: "AllianzSans";
    letter-spacing: 1px;
}

.scrollNone {
    overflow: hidden;
}

.pageTitle {
    text-align: center;
    margin: 10px 0 0;
}

.iframe-section{ padding-bottom:20px; margin:50px auto 0; width:100%;}
.iframe-section iframe{ margin-bottom: 130px; border:1px solid #000000; width: 57%;}
.iframe-section h1{ color: #ff9b41; font-size: 4rem; padding-bottom: 15px;}
.iframe-section p{ color: #5e5e5e; font-size: 1.8rem; padding-bottom: 15px;}
.iframe-section p a{ text-decoration:underline;}




/***** css for care heroes *****/
.video-cam-new{display: inline-block !important;float: none !important; margin: 3px; width: auto px;}

.commercialInsuranceForm {position: absolute;
    top: 185px;
    right: 3%;
    width: 37%;
    padding: 2%;
    box-shadow: 0 0 30px 5px #e0e0e0;
    border: 1px solid #ececec;
}
.commercialInsuranceForm .fieldBox {
        padding: 15px 0 0;
        position: relative;
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }

.commercialInsuranceForm label {
        width: 32%;
        font-size: 1.6rem;
        color: #757575;
        float: left;
        margin-right: 2%;
    }
.commercialInsuranceForm .inputWrap {
        padding: 0px;
        width: 60%;
        float: left;
    }
.commercialInsuranceForm .fieldBox .btn {
        cursor: pointer;
    }
.commercialInsuranceForm .btn {
        padding: 5px 25px;
    } 
.commercialInsuranceForm h2 {
        font-size: 2.2rem;
        text-align: center;
        color: #0072bc;
    }
    .commercialInsuranceForm input {
        font-family: "AllianzSans";
        font-size: 1.6rem;
        color: #ff9b41;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 5px;
        line-height: 20px;
        width: 100%;
    }  

    .commercialInsuranceForm .selectBox  {
        width: 61%;
        position: relative;
        border-bottom: 1px solid #ebebeb;
        padding: 5px 0 5px 0px;
        float: left;
    }  

    .commercialInsuranceForm .inputWrap {
        padding: 0px;
        width: 60%;
        float: left;
    }

    .commercialInsuranceForm .inputWrap span.mobileSpan {
        font-size: 1.6rem;
        color: #ff9b41;
        display: block;
        position: absolute;
    }

    .commercialInsuranceForm .errorMsg {padding: 5px 0 0px;}

.commercialInsuranceForm .fieldBox .inputWrap.mobileField .digitalDistMob {padding-left: 38px; float: left;}
.commercialInsuranceForm iframe {width: 100% !important;}



@media screen and (max-width: 767px) {
    .iframe-section h1{ font-size: 3rem;}
    .iframe-section { padding-bottom:10px; margin:25px auto 0; width:100%;}
    .iframe-section iframe{width: 100%; margin-bottom: 435px;}
    .commercialInsuranceForm { 
        position: absolute; 
        top: 50%;
        right: 3%;
        width: 94%;
        padding: 4%;
    }
    
    }

    @media screen and (max-width: 480px) {
        .iframe-section h1{ font-size: 3rem;}
        .iframe-section { padding-bottom:10px; margin:25px auto 0; width:100%;}
        .iframe-section iframe{width: 100%; margin-bottom: 460px;}
        .commercialInsuranceForm { 
            position: absolute; 
            top: 40%;
            right: 3%;
            width: 94%;
            padding: 4%;
        }
        
        }