.supportHero {
    width: 100%;
    height:300px;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}

.dividerH2 {
    height: 16px!important
}

.grayBG {
    width: 100%;
    background: #f7f7f7
}

.heroWrap {
    height: 375px;
    position: relative
}

.heroCopy {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-size: 38px
}

.supportOuterWrap .left {
    display: inline-block;
    width: 100%
}

.supportOuterWrap .right {
    display: inline-block;
    width: 100%
}

#gateFormClose,.signUpThankYouClose{
    font-size: 22px;
    color: #999;
    cursor: pointer
}

.ssForm-col-pad {
    padding: 0 5%
}

.ssForm {
    padding-top: 20px
}

.supportFormWrap {
    display: inline-block;
    margin: 0 auto
}

.supportFormWrap iframe {
    display: inline-block;
    margin: 0 auto
}

.supportFAQWrap {
    padding-top: 35px;
    margin: 0 auto
}

.supportVertPad {
    padding-top: 20px
}

.signUpThankYouShade {
    display: none
}

.signUpThankYouCopy {
    font-size: 27px;
    font-weight: 400;
    line-height: 40px;
    padding-top: 100px;
    display: inline-block
}

.signUpThankYouClose {
    float: right;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer
}

.resourceLeft,
.resourceRight {
    display: block
}

.supportResourceWrap{
    position:relative;
}

.supportResourceWrap h3 {
    text-transform: uppercase
}

.resourceCol {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: left;
    padding: 0 15px
}

.resourceCol ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none
}

.resourceCol li {
    margin: 0;
    padding: 0;
    text-indent: 0
}

.resourceCol li a {
    text-decoration: none;
    color: #000
}

.resourceCol li a:hover {
    color: #19a6e2
}

.resourceIconWrap {
    width: 20px;
    float: left;
    color: #e80b0b
}

.resourceLinkWrap {
    padding-left: 20px
}

.faqInnerWrap {
    margin: 0 auto;
    width: 90%
}

.faq {
    margin-bottom: 20px;
    text-align: left
}

.faqHead {
    width: 100%;
    cursor: pointer
}

.faqArrowCell {
    vertical-align: top;
    padding-right: 15px;
    width: 20px;
    display: inline-block
}

.faqArrowClose,
.faqArrowOpen {
    color: #fc6621;
    font-size: 18px
}

.faqArrowClose {
    display: none
}

.faqTitleCell {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    max-width: 85%;
    vertical-align: top
}

.faqContent {
    display: none;
    padding: 10px 0 0 20px
}

.faqContent p {
    text-align: left
}

.triadSupportFormWrap {
    padding-bottom: 50px
}

.triadSupportFormWrap input,
.triadSupportFormWrap select,
.triadSupportFormWrap textarea {
    width: 90%;
    height: 33px;
    border: 1px solid #8a8e90;
    background: #fff;
    padding-bottom: 10px
}

.submitWrap {
    width: 90%;
    text-align: right
}

.submitWrap input {
    width: auto;
    height: 28px;
    line-height: 28px;
    color: #fff;
    padding: 0 35px;
    background: #386092;
    border: 0;
    font-weight: 600;
    font-size: 16px
}


.supportCTAWrap,.signUpThankYou{
    position:absolute;
    background:#fff;
    opacity:.95;
    top:0;
    left:0;
    width:100%;
    text-align:center;
    z-index:100;
}

.signUpThankYou{
    height:400px;
}







@media only screen and (min-width:600px) {
    .supportHero {
        height:350px;
    }

}

@media only screen and (min-width:800px) {
    .supportHero {
        height:400px;
        
    }
    
}

@media only screen and (min-width:1000px) {
     .supportHero {
        height:430px;
        
        
    }
    
}


@media only screen and (min-width:1200px) {
    .supportHero {
        background-size:contain;
    }
    
    
    .supportOuterWrap .left {
        display: inline-block;
        width: 65%;
        vertical-align: top;
        padding-top: 50px;
        padding-right: 50px
    }
    .supportOuterWrap .right {
        width: 33%;
        vertical-align: top;
        padding-top: 50px
    }
    .supportVertPad {
        padding-top: 50px
    }
    .resourceOuterWrap {
        white-space: nowrap
    }
    .resourceLeft,
    .resourceRight {
        display: inline-block;
        padding: 0;
        width: 50%;
        white-space: normal;
        vertical-align: top
    }
    .supportFAQWrap {
        padding-top: 35px;
        padding-bottom: 45px;
        margin: 0 auto
    }
}

@media only screen and (min-width:1400px) {
    .supportHero {
        height:480px;
    }
}

@media only screen and (min-width:1600px) {
    .supportHero {
        height:520px;
    }
}

@media only screen and (min-width:1800px) {
    .supportHero {
        height:550px;
    }
}


.line{
    margin:10px 5% 0 5%;
    border-top:1px solid #ededed;
    padding:10px 0 0 0;
}


