body {
    background: #fff;
    font-family: 'PT Sans', 'PT Sans W01', Ubuntu, Arial, Myriad Pro, Myriad, sans-serif;
    color: black;
}

p {
    font-family: inherit;
}


.row .row {
    margin: 0;
}

.wrapper {
    margin: 0 auto;
}

header {
    font-weight: 600;
    width: 100%;
    background: white;
    min-height: 100px;
}

header .logo {
    text-align: center;
    margin: 1.5rem 0 0.7rem;
}

img, iframe {
    max-width: 100%;
}

header .topphone {
    padding-top: 30px;
    padding-bottom: 5px;
    padding-left: 0;
    text-align: right;
    font-size: 1.1rem;
    line-height: 1;
    color: black;
    font-weight: 300;
}


header .topphone a {
    color: #bf171e;
    font-size: 1.9rem;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.2rem;
    white-space: nowrap;
}

.topphone .small {
    display: inline-block;
    vertical-align: middle;
    padding: 0 3px 0 5px;
}


/*--------------------------slogan-------------------------------*/

.banner {
    width: 100%;
    background: #636363 url('../images/banner.jpg') top center no-repeat;
    padding-top: 20px;
    padding-bottom: 30px;
    min-height: 400px;
}

.slogan {
    color: white;
    text-align: center;
    border-left: 5px solid #fff;
    background: rgba(0,0,0,0.45);
    margin-top: 6rem;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.80);
}

.slogan p {
    font-size: 2.6rem;
    line-height: 1;
    display: inline-block;
    text-align: left;
    padding: 1rem 1rem 0.5rem 0.5rem;
    font-weight: 700;
}

.slogan h1 {
    font-size: 2.5rem;
    line-height: 1.3;
    display: inline-block;
    text-align: left;
    padding: 0 1rem;
    color: white;
}

.slogan .emph {
    font-size: 135%;
    text-transform: uppercase;
}

.slogan .emph2 {
    color: #fe0000;
}


/*--------------------------form-------------------------------*/
.right-panel {
    padding-left: 0;
}

.formblock {
    position: relative;
    background: rgba(70,75,80,0.9);
    max-width: 410px;
    float: right;
    padding: 1rem 0 0.75rem;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 3px solid rgba(255,255,255,0.35);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.45);
}

.formarrow {
    width: 47px;
    height: 70px;
    background: url(../images/arrow.png) 0 0 repeat;
    position: absolute;
    top: -18px;
    left: 7px;
}

.formheader {
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 0.9;
    padding: 0.5rem 0 1.3rem;
    text-transform: uppercase;
    font-weight: bold;
}

.formblock form {
    text-align: center;
    margin: 0 1.5rem;
}

.formblock input[type=text], .formblock input[type=email] {
    font-size: 14px;
    border: 1px solid #3a6b96;
    border-radius: none;
    -moz-border-radius: none;
    -o-border-radius: none;
    -webkit-border-radius: none;
    margin-bottom: 5px;
    background: white;
    padding: 0 6px 0 10px;
    height: 1.75rem;
    line-height: 1.6rem;
    width: 98.5%;
    margin: 0 0.5% 5px 1%;
    display: inline-block;
}

.formblock textarea {
    width: 98.5%;
    margin: 0 0.5% 15px 1%;
    font-size: 14px;
    border: 1px solid #3a6b96;
    border-radius: none;
    -moz-border-radius: none;
    -o-border-radius: none;
    -webkit-border-radius: none;
    background: white;
    height: 7.5rem;
}

.formblock .submit{
	border: none;
    background: #CE2222;
    margin: 0;
    padding: 10px 15px;
    min-width: 221px;
    min-height: 27px;
    text-align: center;

    font-size: 1.1rem;
    font-weight: 400;
    color: white;
    text-transform: uppercase;

    border-radius: 4px;

	box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #797979;
    font-size: 0.9rem;
    font-weight: 700;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity:    1;
    color:    #797979;
    font-size: 0.9rem;
    font-weight: 700;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
opacity:    1;
    color:    #797979;
    font-size: 0.9rem;
    font-weight: 700;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #797979;
    font-size: 0.9rem;
    font-weight: 700;
}


/*--------------------------page content-------------------------------*/
.content {
    width: 100%;
    background: white url('../images/bg.png') top left repeat-x;
    border-top: 1px solid white;
    padding: 1.7rem 0 0;
}

.content .left-panel {
    padding: 0;
}

.content .pagecontent {
    padding: 0;
	position:relative;
	z-index:3;
}

.pagecontent .emph, .pagecontent a {
    color: #bf171e;
}

.pagecontent p {
    font-family: inherit;
    color: inherit;
    font-size: 1.11rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}


.pagecontent h1 {
    font-family: inherit;
    color: #4180d0;
    font-size: 1.7rem;
    font-weight: bold;
    padding: 1.5rem 1rem 1.8rem 4.6rem;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;

    display: block;
    background: url('../images/textbg.png') top left repeat;
    margin-top: -4rem;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    max-width: 555px;

}

.pagecontent h2 {
    font-family: inherit;
    text-align: center;
    color: #4180d0;
    font-size: 1.5rem;
    font-weight: bold;
}

ul.index-bullets {
    list-style: none inside url('../images/marker.png');
    line-height: 1.2;
    margin: -1rem 0.5rem 2rem;
}

ul.index-bullets li {
    list-style: none inside url('../images/marker.png');
    line-height: 1.1;
    font-size: 1.43rem;
    background: url('../images/h-sep.png') bottom left no-repeat;
    padding: 0.5rem 0 0.5rem 1rem;
}

ul.index-bullets .inner {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0 6px;
    max-width: 80%;
}

ul.index-bullets .emph {
    text-transform: uppercase;
}

/*--------------------------logos-------------------------------*/
.logos {
    width: 100%;
    text-align: center;
    margin: 1rem 0 0;
}

.logos img {
    display: block;
    margin: 0 auto 2rem;
}


/*--------------------------about footer-------------------------------*/
.about {
    background: #fff;
    padding-bottom: 4rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0.5rem 0 1rem;
}

.pagecontent .hr {
    text-align: center;
    margin: 1rem 0;
    line-height: 0.1;
}

.pagecontent .hr hr {
    margin: 0;
}

.pagecontent .hr h2{
    display: inline-block;
    background: #fff;
    margin-top: -1rem;
    padding: 0 1rem;
    line-height: 1;
}



[class*="block-grid-"] {
    text-align: center;
    vertical-align: top;
}

[class*="block-grid-"] > li {
    padding: 0 0.325rem 1rem;
}

/*--------------------------footer-------------------------------*/

footer {
    color: white;
    background: #636363;
    line-height: 1;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: left;
    margin-top: 3px;
}

footer .columns {
    font-size: 0.85rem;
}

footer .privacy {
    text-align: center;
}

footer .icm-link {
    text-align: right;
}

footer a, footer a:visited {
	color: white;
    text-decoration: underline;
}


/*--------------------------media-------------------------------*/

/* Medium screens */
@media only screen and (max-width: 63.5em) {
    .slogan {
        margin-top: 1rem;
        margin-bottom: 1.5rem;
    }
    .slogan p {
        font-size: 2rem;
    }
    .pagecontent h1 {
        max-width: 80%;
    }
}

@media only screen and (max-width: 50em) {
    .banner {
        background-size: cover;
    }
    .formheader {
        font-size: 1.2rem;
    }
    .slogan p {
        font-size: 1.8rem;
        max-width: 100%;
    }
    .slogan p {
        font-size: 1.8rem;
        max-width: 100%;
    }
    .content .left-panel {
        width: 100%;
    }
    .pagecontent h1 {
        background: none;
        margin-top: 0;
        border-radius: none;
        -moz-border-radius: none;
        -o-border-radius: none;
        -webkit-border-radius: none;
    }
    .pagecontent h1{
        padding: 0 1rem 1.5rem 1rem;
    }
    ul.index-bullets {
        margin-bottom: 1.5rem;
    }
    ul.index-bullets li {
        background-size: 100% 1px;
    }

    .content .right-panel {
        width: 100%;
        text-align: center;
    }

    .logos img {
        display: inline-block;
        margin: 0 1rem 1rem;
        max-width: 40%;
        max-height: 180px;
    }
}

/* Small screens */
@media only screen and (max-width: 40em) {
    header .logo {
        width: 100%;
        margin-bottom: 1rem;
    }
    header .topphone {
        width: 100%;
        text-align: center;
        margin-bottom: 1rem;
    }
    header .topphone {
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .right-panel {
        padding-right: 0;
    }
    .banner .right-panel {
        text-align: center;
    }
    .slogan {
        margin-top: 0;
    }
    .slogan p {
        text-align: center;
    }
    .slogan h1 {
        font-size: 2rem;
    }
    .formblock {
        float: none;
        display: inline-block;
        max-width: 90%;
        margin-right: 0;
    }
    .banner .left-panel {
        text-align: center;
        padding: 0;
    }
    .banner {
        padding: 20px 0;
    }

    ul.index-bullets li {
        background-size: 100% 1px;
        font-size: 1.1rem;
    }

    .about {
        padding-bottom: 2rem;
    }

    footer .columns {
        text-align: center!important;
        padding-bottom: 0.7rem;
    }
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

@media only screen and (max-width: 26em) {
    .formarrow {
        display: none;
    }
}

