@charset "UTF-8";
/* CSS Document */
body h1 {

	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	font-size: 70px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 65px;
}
body h2 {

    width: 100%;
    margin: 0px;
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    color: #000;
    font-family: myriad-pro, sans-serif;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
	letter-spacing: -.03em;
    /* [disabled]background-color: #FFFFFF; */
}


body h3 {

    height: 35px;
    margin-bottom: 0px;
    margin-top: 10px;
    margin-left: 0px;
    padding-top: 10px;
    padding-left: 10px;
    color: #000;
    font-family: myriad-pro-semi-condensed, sans-serif;
    font-size: 26px;
    font-weight: 600;
    /* [disabled]background-color: rgba(0,107,155,1.00); */
}
body h4 {
	width: 100%;
	box-sizing: border-box;
    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgba(0,107,155,1.00);
    font-family: myriad-pro-semi-condensed, sans-serif;
    font-size: 18px;
    font-weight: 400;
  
	}
body h5 {
	
	margin-left: 10px;

    margin-top: -5px;
    margin-bottom: 0px;
	padding-top: 0px !important;
    color: rgba(0,107,155,1.00);
    font-family: myriad-pro-semi-condensed, sans-serif;
    font-size: 17px;
    font-weight: 600;
  
	}
body h6 {
	
    margin-left: 10px;

    margin-top: 10px;
    margin-bottom: 0px;
	padding-top: 0px !important;
    color: rgba(0,0,0,0.6);
    font-family: myriad-pro-semi-condensed, sans-serif;
    font-size: 15px;
    font-weight: 600;
  
	}
.caption {
	box-sizing: border-box;
	float: left;
	margin-top: 4px;
    margin-left: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
	width: 100%;
	background-color:#020000;
}
.smart {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}
body p {
	display: block;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: rgba(76,76,76,.7);
	font-family: myriad-pro, sans-serif;
	font-style: normal;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: .02em;
}
a {
	text-decoration: none;
}
.white {
color: #fff !important;
}
.p1 a {
	color: #808285;
}
.p1 a:hover {
	color: #007FAF
}

/* Media Queries ========================================= */

@media only screen and (max-width: 1024px) {}

	/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and  (max-width: 900px) {}

	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 720px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 480px){
	
}
