@font-face
{
  font-family: 'CostaStd';
  src: url("../../_global/fonts/costaptfdemi.eot");
  src: url("../../_global/fonts/costaptfdemi.eot") format("embedded-opentype"), url("../../_global/fonts/costaptfdemi.woff2") format("woff2"), url("../../_global/fonts/costaptfdemi.woff") format("woff"), url("../../_global/fonts/costaptfdemi.ttf") format("truetype"), url("../../_global/fonts/costaptfdemi.svg#costaptfdemi") format("svg");
}
@font-face
{
  font-family: 'NotoSansRegular';
  src: url("../../_global/fonts/NotoSansRegular.eot");
  src: url("../../_global/fonts/NotoSansRegular.eot") format("embedded-opentype"), url("../../_global/fonts/NotoSansRegular.woff2") format("woff2"), url("../../_global/fonts/NotoSansRegular.woff") format("woff"), url("../../_global/fonts/NotoSansRegular.ttf") format("truetype"), url("../../_global/fonts/NotoSansRegular.svg#NotoSansRegular") format("svg");
}
@font-face
{
  font-family: 'NotoSansBold';
  src: url("../../_global/fonts/notosans-bold-webfont.eot");
  src: url("../../_global/fonts/notosans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../_global/fonts/notosans-bold-webfont.woff2") format("woff2"), url("../../_global/fonts/notosans-bold-webfont.woff") format("woff"), url("../../_global/fonts/notosans-bold-webfont.ttf") format("truetype"), url("../../_global/fonts/notosans-bold-webfont.svg#noto_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

.innsider-prompt
{
  font-family: 'NotoSansRegular', Arial, Helvetica;
  font-size: 18px;
  color: #595661;
}

.innsider-prompt h3
{
  font-family: 'CostaStd', Arial;
  font-size: 50px;
  color: #0c4774;
  line-height:58px;
}

/*    The box     */
.innsider-prompt
{
    width:940px;
    padding:51px;
    padding-bottom:42px;
    text-align:center;
}

/*    The header     */
.innsider-prompt h3
{
    text-align:center;
}

/*    The subhead     */
.innsider-prompt .subhead
{
    text-align:center;
    margin-top:37px !important;
}

/*    The input     */
.innsider-prompt .innsider-input
{
    font-size:20px;
    color: #003c7f;
    width: 395px;
    height: 37px;
    display: inline-block;
    border: 1px solid #838089;
    border-radius: 5px;
    margin-top:19px !important;
    text-align:left;
    padding:2px 10px;
    background-color:#ebebeb;
}

.innsider-prompt .innsider-input.error
{
    border-color:#f00;
    background-color:#f2cace;
}

.innsider-prompt .innsider-input.correct
{
    border-color:#0f0;
}


/*    The submit button     */
.innsider-prompt .button
{
    font-family: 'NotoSansBold';
    margin-left:calc(50% - 53px) !important;
    margin-right:calc(50% - 53px) !important;
    display:inline-block;
    background:#fed466;
    color:#003c7f;
    font-weight:bold;
    width:107px;
    margin-top:50px;
}

/*    The legal     */
.innsider-prompt .legal
{
    font-size:12px;
    line-height:16px;
    margin-top:28px !important;
}


/**********************************************************
*                        TABLET
**********************************************************/
@media screen and (max-width: 1024px)
{
    /*    The box     */
    .innsider-prompt
    {
        width:570px;
        padding:31px;
        padding-bottom:18px;
        text-align:center;
        font-size:16px;
    }
    
    /*    The header     */
    .innsider-prompt h3
    {
        text-align:center;
        font-size:32px;
        line-height:42px;
    }
    
    /*    The subhead     */
    .innsider-prompt .subhead
    {
        text-align:center;
        margin-top:25px !important;
    }
    
    /*    The input     */
    .innsider-prompt .innsider-input
    {
        font-size:18px;
        color: #003c7f;
        width: 345px;
        height: 33px;
        display: inline-block;
        border: 1px solid #838089;
        border-radius: 5px;
        margin-top:19px !important;
        text-align:left;
        padding:1px 10px;
        background-color:#ebebeb;
    }
    
    .innsider-prompt .innsider-input.error
    {
        border-color:#f00;
        background-color:#f2cace;
    }
    
    .innsider-prompt .innsider-input.correct
    {
        border-color:#0f0;
    }
    
    
    /*    The submit button     */
    .innsider-prompt .button
    {
        font-family: 'NotoSansBold';
        margin-left:calc(50% - 53px) !important;
        margin-right:calc(50% - 53px) !important;
        display:inline-block;
        background:#fed466;
        color:#003c7f;
        font-weight:bold;
        width:107px;
        margin-top:35px;
    }
    
    /*    The legal     */
    .innsider-prompt .legal
    {
        font-size:10px;
        line-height:14px;
        margin-top:16px !important;
    }
}


/**********************************************************
*                        PHONE
**********************************************************/
@media screen and (max-width: 640px)
{
/*    The box     */
    .innsider-prompt
    {
        width:300px;
        padding:31px;
        padding-bottom:18px;
        text-align:center;
        font-size:11px;
    }
    
    /*    The header     */
    .innsider-prompt h3
    {
        text-align:center;
        font-size:23px;
        line-height:30px;
    }
    
    /*    The subhead     */
    .innsider-prompt .subhead
    {
        text-align:center;
        margin-top:25px !important;
    }
    
    /*    The input     */
    .innsider-prompt .innsider-input
    {
        font-size:16px;
        color: #003c7f;
        width: 245px;
        height: 33px;
        display: inline-block;
        border: 1px solid #838089;
        border-radius: 5px;
        margin-top:19px !important;
        text-align:left;
        padding:1px 10px 0px 10px;
        background-color:#ebebeb;
    }
    
    .innsider-prompt .innsider-input.error
    {
        border-color:#f00;
        background-color:#f2cace;
    }
    
    .innsider-prompt .innsider-input.correct
    {
        border-color:#0f0;
    }
    
    
    /*    The submit button     */
    .innsider-prompt .button
    {
        font-family: 'NotoSansBold';
        margin-left:calc(50% - 53px) !important;
        margin-right:calc(50% - 53px) !important;
        display:inline-block;
        background:#fed466;
        color:#003c7f;
        font-weight:bold;
        width:107px;
        margin-top:35px;
    }
    
    /*    The legal     */
    .innsider-prompt .legal
    {
        font-size:8px;
        line-height:11px;
        margin-top:16px !important;
    }


}


