/**/
.content li {
    margin-bottom: 10px;
}

.content a {
    text-decoration: underline;
}
.content a:hover {
    color: #2ea6dc;
}



/* newsletter form */
.company_name { display: none; }

/* like button pitch detail page */
.video-player figure .ico {
    position: absolute;
    right: 22px;
    top: 22px;
    z-index: 5;
    width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    font-size: 24px;
    color: #f04f5c;
    cursor: pointer;
}

/* like icon unverified */
.info-box figure .ico.unverified,
.video-player figure .ico.unverified {
    color: #f09a4f;
}



.video-player figure .ico i {
    display: block;
    -webkit-transform: translate(0, 4px);
    transform: translate(0, 4px);
}

.video-player figure .ico ~ figcaption {
    padding-top: 100px;
}

.video-player figure .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 7px;
    overflow: hidden;
    z-index: 2;
}




/* homepage labels */
.info-row .lbl {
    color: #8c8c8c;
}

label.small_info {
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
}

@media (max-width: 1219px) {
   label.small_info {
        font-size: 11px;
    }
}


/* content page headers */

.info-box.content_page figure {
    min-height: 330px;
}

@media (max-width: 1919px) {
    .info-box.content_page figure {
        min-height: 330px;
    }
}

@media (max-width: 1599px) {
    .info-box.content_page figure {
        min-height: 330px;
    }
}

@media (max-width: 1219px) {
    .info-box.content_page figure {
        min-height: 300px;
    }
}

@media (max-width: 767px) {
    .info-box.content_page figure {
        min-height: 200px;
    }
}

/* site logo & header */
@media (max-width: 767px) {
    .logo {
        width: 200px;
        height: 150px;
    }

    #header {
        padding: 20px 0 10px 0;
    }
}
/* */

.person-card figcaption .social {
    display: none;
}

.person-card figcaption .social.social_on {
    display: flex;
}

/* buttons */
.btn.btn-info.disabled:hover {
    color: #151514 !important;
    background: #cdcdcd !important;
    border-color: #ec6767 !important;
    cursor: not-allowed !important;
}

/*input[type="submit"]:disabled {*/
/*    cursor: not-allowed;*/
/*}*/

p a {
    text-decoration: underline;
}

/* login */
.login-form {
    text-align: center;
    padding: 0 0 200px;
}

/* pitches */
.info-box figure .toggle_vote { z-index: 999; }

.progress-bar {
    -webkit-transition: width 0.6s !important;
    transition: width 0.6s !important;
}

.login-form .form-control,
.login-form label.fff {
    border: 0;
    border-radius: 0;
    text-align: center;
    background: none;
    font-size: 115px;
    font-family: "Averta", Arial, sans-serif;
    padding: 0;
    height: 130px;
    font-weight: bold;
    margin: 0 0 72px;
}


.upload-box .file-input-opacity {
    cursor: pointer;
}

/* label size */
.login-form .form-control:not(:focus)
, .login-form label.fff {
    color: #8c8c8c;
}


/* image on call view */
/* image-info-box */
.image-info-box {
    display: -webkit-box;
    border: 1px solid #cecece;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 40px;
    text-decoration: none !important;
    background: #fff;
    /* border-radius: 20px; */
    /* -webkit-box-shadow: 0 32px 64px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 0 32px 64px rgba(0, 0, 0, 0.1); */
    padding: 17px;
    /* -webkit-transition: -webkit-box-shadow 0.3s ease-out; */
    /* transition: -webkit-box-shadow 0.3s ease-out; */
    /* transition: box-shadow 0.3s ease-out; */
    /* transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out; */
}

.image-info-box:not(div):not(section):not(footer):not(header):not(span):hover {
    -webkit-box-shadow: 0 32px 64px rgba(0, 0, 0, 0.2);
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1599px) {
    .image-info-box {
        padding: 16px;
    }
}

@media (max-width: 1219px) {
    .image-info-box {
        padding: 10px;
        /* border-radius: 10px; */
        /* -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1); */
        /* box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1); */
    }
    .image-info-box:not(div):not(section):not(footer):not(header):not(span):hover {
        -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
        box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 1219px) {
    .image-info-box {
        margin: 0 0 20px;
    }
}

.image-info-box:hover figure::before {
    opacity: 1;
}

.image-info-box figure {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 552px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    /* background: linear-gradient(45deg, #2f3944 0%, #414d5a 100%); */
    /* border-radius: 8px; */
}

.image-info-box figure::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /* border-radius: 8px; */
    background: linear-gradient(45deg, #838c93 0%, #5b6366 100%);
}

@media (max-width: 1919px) {
    .image-info-box figure {
        min-height: 500px;
    }
}

@media (max-width: 1599px) {
    .image-info-box figure {
        min-height: 400px;
    }
}

@media (max-width: 1219px) {
    .image-info-box figure {
        min-height: 350px;
    }
}

@media (max-width: 767px) {
    .image-info-box figure {
        min-height: 300px;
    }
}

.image-info-box figure .ico {
    position: absolute;
    right: 22px;
    top: 22px;
    z-index: 5;
    width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    font-size: 24px;
    color: #f04f5c;
}

.image-info-box figure .ico i {
    display: block;
    -webkit-transform: translate(0, 4px);
    transform: translate(0, 4px);
}

.image-info-box figure .ico ~ figcaption {
    padding-top: 100px;
}

.image-info-box figure .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* border-radius: 7px; */
    overflow: hidden;
    z-index: 2;
}

@media (max-width: 1219px) {
    .image-info-box figure .img {
        /* border-radius: 5px; */
    }
}

.image-info-box figure .img::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    min-height: 183px;
    /* border-radius: 0 0 7px 7px; */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    opacity: 0.5;
}

@media (max-width: 1219px) {
    .image-info-box figure .img::before {
        /* border-radius: 0 0 5px 5px; */
    }
}

.image-info-box figure figcaption {
    font-family: "Averta", Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 38px;
    position: relative;
    z-index: 5;
    padding: 26px 40px;
    margin-top: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (max-width: 1919px) {
    .image-info-box figure figcaption {
        font-size: 28px;
    }
}

@media (max-width: 1599px) {
    .image-info-box figure figcaption {
        padding: 25px 30px;
        font-size: 22px;
    }
}

@media (max-width: 1219px) {
    .image-info-box figure figcaption {
        font-size: 18px;
        padding: 20px 25px;
    }
}

@media (max-width: 991px) {
    .image-info-box figure figcaption {
        padding: 25px 30px;
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .image-info-box figure figcaption {
        padding: 20px;
        font-size: 18px;
    }
}

.image-info-box figure figcaption h1, .image-info-box figure figcaption .info-block h2, .info-block .image-info-box figure figcaption h2,
.image-info-box figure figcaption h2 {
    color: inherit;
    margin: 0 0 -10px;
    font-size: 58px;
}

@media (max-width: 1919px) {
    .image-info-box figure figcaption h1, .image-info-box figure figcaption .info-block h2, .info-block .image-info-box figure figcaption h2,
    .image-info-box figure figcaption h2 {
        font-size: 50px;
    }
}

@media (max-width: 1599px) {
    .image-info-box figure figcaption h1, .image-info-box figure figcaption .info-block h2, .info-block .image-info-box figure figcaption h2,
    .image-info-box figure figcaption h2 {
        font-size: 42px;
        margin-bottom: 0;
    }
}

@media (max-width: 1219px) {
    .image-info-box figure figcaption h1, .image-info-box figure figcaption .info-block h2, .info-block .image-info-box figure figcaption h2,
    .image-info-box figure figcaption h2 {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .image-info-box figure figcaption h1, .image-info-box figure figcaption .info-block h2, .info-block .image-info-box figure figcaption h2,
    .image-info-box figure figcaption h2 {
        font-size: 42px;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .image-info-box figure figcaption h1, .image-info-box figure figcaption .info-block h2, .info-block .image-info-box figure figcaption h2,
    .image-info-box figure figcaption h2 {
        font-size: 32px;
    }
}

.image-info-box figure figcaption p {
    margin: 0;
    padding-left: 7px;
}

@media (max-width: 1599px) {
    .image-info-box figure figcaption p {
        padding-left: 0;
    }
}

.image-info-box figure figcaption small {
    display: block;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 2px;
}

@media (max-width: 1599px) {
    .image-info-box figure figcaption small {
        font-size: 14px;
    }
}

@media (max-width: 1219px) {
    .image-info-box figure figcaption small {
        font-size: 12px;
    }
}

.image-info-box-md figure {
    min-height: 296px;
}

@media (max-width: 1599px) {
    .image-info-box-md figure {
        min-height: 240px;
    }
}

@media (max-width: 1219px) {
    .image-info-box-md figure {
        min-height: 200px;
    }
}

@media (max-width: 991px) {
    .image-info-box-md figure {
        min-height: 180px;
    }
}

@media (max-width: 767px) {
    .image-info-box-md figure {
        min-height: 240px;
    }
}

.image-info-box-md figure figcaption {
    font-size: 29px;
    padding: 28px 30px;
}

@media (max-width: 1919px) {
    .image-info-box-md figure figcaption {
        font-size: 20px;
    }
}

@media (max-width: 1599px) {
    .image-info-box-md figure figcaption {
        font-size: 16px;
        padding: 20px 25px;
    }
}

@media (max-width: 1219px) {
    .image-info-box-md figure figcaption {
        font-size: 14px;
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .image-info-box-md figure figcaption {
        font-size: 12px;
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .image-info-box-md figure figcaption {
        font-size: 14px;
        padding: 20px;
    }
}

.image-info-box-md figure figcaption h2 {
    font-size: 42px;
    margin-bottom: -3px;
}

@media (max-width: 1919px) {
    .image-info-box-md figure figcaption h2 {
        font-size: 36px;
    }
}

@media (max-width: 1599px) {
    .image-info-box-md figure figcaption h2 {
        font-size: 28px;
        margin-bottom: 0;
    }
}

@media (max-width: 1219px) {
    .image-info-box-md figure figcaption h2 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .image-info-box-md figure figcaption h2 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .image-info-box-md figure figcaption h2 {
        font-size: 22px;
    }
}

.image-info-box-sm {
    margin-bottom: 30px;
}

@media (max-width: 1219px) {
    .image-info-box-sm {
        margin-bottom: 20px;
    }
}

.image-info-box-sm figure {
    min-height: 296px;
    background: linear-gradient(25deg, #304157 0%, #304157 20%, #d4cfc9 90%, #d4cfc9 100%);
}

@media (max-width: 1599px) {
    .image-info-box-sm figure {
        min-height: 240px;
    }
}

@media (max-width: 1219px) {
    .image-info-box-sm figure {
        min-height: 200px;
    }
}

@media (max-width: 767px) {
    .image-info-box-sm figure {
        min-height: 240px;
    }
}

.image-info-box-sm figure figcaption {
    font-size: 21px;
    padding: 24px;
}

@media (max-width: 1919px) {
    .image-info-box-sm figure figcaption {
        font-size: 16px;
    }
}

@media (max-width: 1599px) {
    .image-info-box-sm figure figcaption {
        font-size: 12px;
        padding: 15px;
    }
}

@media (max-width: 1219px) {
    .image-info-box-sm figure figcaption {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .image-info-box-sm figure figcaption {
        padding: 20px;
        font-size: 14px;
    }
}

.image-info-box-sm figure figcaption h2 {
    font-size: 31px;
    margin-bottom: -3px;
}

@media (max-width: 1919px) {
    .image-info-box-sm figure figcaption h2 {
        font-size: 26px;
    }
}

@media (max-width: 1599px) {
    .image-info-box-sm figure figcaption h2 {
        font-size: 20px;
        margin-bottom: 0;
    }
}

@media (max-width: 1219px) {
    .image-info-box-sm figure figcaption h2 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .image-info-box-sm figure figcaption h2 {
        font-size: 22px;
    }
}

.image-info-box-sm figure figcaption p {
    padding-left: 2px;
}

@media (max-width: 1599px) {
    .image-info-box-sm figure figcaption p {
        padding-left: 0;
    }
}

.image-info-box-red figure::before {
    background: linear-gradient(45deg, #ff887c 0%, #b6325f 100%);
}


/* end image info box */

@media (max-width: 1919px) {
    .login-form .form-control,
    .login-form label.fff  {
        font-size: 100px;
        height: 120px;
    }
}

@media (max-width: 1599px) {
    .login-form .form-control,
    .login-form label.fff  {
        font-size: 80px;
        height: 90px;
    }
}

@media (max-width: 1219px) {
    .login-form .form-control,
    .login-form label.fff  {
        font-size: 64px;
        height: 80px;
        margin-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .login-form .form-control,
    .login-form label.fff  {
        font-size: 50px;
        height: 60px;
    }
}

@media (max-width: 767px) {
    .login-form .form-control,
    .login-form label.fff  {
        font-size: 22px;
        height: 30px;
        margin-bottom: 25px;
    }
}

@media (max-width: 374px) {
    .login-form .form-control,
    .login-form label.fff  {
        font-size: 18px;
        height: 26px;
    }
}

.info-card .hold h2, .info-card .hold h3 {
    margin: 0;
    color: inherit;
    font-size: 25px;
    line-height: 1.06;
}

.call-sub-title {
    color: #000;
    font-size: 45px;
}

@media (max-width: 1919px) {
    .info-card .hold h2, .info-card .hold h3 {
        font-size: 27px;
    }
}

@media (max-width: 1599px) {
    .info-card .hold h2, .info-card .hold h3 {
        font-size: 25px;
    }
}

@media (max-width: 1219px) {
    .info-card .hold h2, .info-card .hold h3 {
        font-size: 21px;
    }
}


.info-block h2 {
    color: #151515;
    margin: 0 0 14px;
    font-size: 50px;
}

.info-block h2 small {
    display: block;
    font-size: 22px;
    line-height: 1.2;
    font-weight: inherit;
}

span.info_card_title {
    margin-bottom: 8px;
    display: inline-block;
}

.info-block h2 small {
    padding-top: 10px;
}

@media (max-width: 991px) {
    .info-block h2 small {
        font-size: 15px;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .h1, h1, .info-block h2 {
        font-size: 30px;
    }
    .h1 small,
    h1 small,
    .info-block h2 small {
        padding-left: 2px;
    }
}

@media (max-width: 767px) {
    .info-item h3 {
        font-size: 19px;
    }
}


.content strong {
    font-weight: bold;
}

.headline h1 {
    margin: 0;
}
