@charset "UTF-8";
body {
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 100%;
    color: #393939;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 2em;
    color: #CAB185;
    padding-left: 20px;
}
h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.5em;
    padding-left: 35px;
    /*padding-right: 5%;*/
    color: #ffffff;
    font-weight: bold;
    line-height: 1em;
}
h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-left: 0px;
    padding-right: 0px;
    color: #2E4846;
    font-weight: bold;
}
/*h4 {
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-left: 0px;
    padding-right: 0px;
}*/
p {
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    padding-left: 0px;
    padding-right: 0px;
}
.container {
    background-color: #FFFFFF;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
/*.row {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
    display: inline-block
}*/
/*.row.blockDisplay {
    display: block;
}*/
/*.column_half {
    width: 50%;
    float: left;
    margin-top: 0px;
}*/
/*.columns {
    width: 33%;
    float: left;
    color: #393939;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}*/
/*.row .columns p {
    padding-left: 10%;
    padding-right: 10%;
}*/
/*.container .columns h4 {
    text-align: center;
    color: #2E4846;
}*/
.primary_header {
    width: 100%;
    background-color: #2E4846;
    padding-top: 5px;
    padding-bottom: 5px;
    clear: left;
}
.secondary_header {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 55px;
    background-color: #CFD7D6;
    border-bottom: 17px solid #039188;
    clear: left;
}
.container .secondary_header ul {
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-top: 0%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    width: 100%;
}
.secondary_header ul li {
    font-family: Georgia, "Times New Roman", Times, serif;
    list-style: none;
    float: left;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    font-weight: bold;
    font-size: 100%;
    color: #000000;
    letter-spacing: 1px;
    text-align: center;
    width: 16.5%;/*transition: all 0.3s linear;*/
}
/*.secondary_header ul li:hover {
    color: #039188;
    cursor: pointer;
		text-decoration: underline;

}*/

/* links */
a:link {
    color: #2E4846;
    font-weight: bold;
}
a:visited {
    color: #9C6A0E;
    font-weight: bold;
}
a:hover {
    text-decoration: none;
    color: #039188;
}
ul {
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #000;
}
ol {
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #000;
	padding-right: 10px;
}
li {
    color: #000;
    line-height: 1.5em;
    width: 100%;
	
}
.left_article {
    padding-top: 20px;
    background-color: #FFFFFF;
    width: 53%;
    float: left;
    font-family: "Helvetica Neue, Helvetica, Arial, sans-serif";
    color: #343434;
    padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 8px;

}
.noDisplay {
    display: none;
}
.container .left_article h3 {
    padding-left: 0%;
    padding-right: 5%;
    margin-top: 0;
    color: #2E4846;
    font-weight: bold;
}
.container .left_article p {
    padding-left: 0%;
    padding-right: 5%;
    text-align: left;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #393939;
}
.right_article {
    padding-top: 20px;
    padding-right: 0px;
			    padding-left: 5px;
			    padding-bottom: 15px;

    width: 40%;
    float: left;
    background-color: #fff;
}


/*.container .right_article ul {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}*/
/*.right_article ul li {
    font-family: "Helvetica Neue, Helvetica, Arial, sans-serif";
    list-style: none;
    text-align: center;
    background-color: #B3B3B3;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 0px;
    transition: all 0.3s linear;
    border-left: 5px solid #717070;
}*/
/*.right_article ul li:hover {
    background-color: #fff;
    cursor: pointer;
}*/
/*.title {
    font-size: 2em;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    color: #E9E0D0;
    letter-spacing: 2px;
}*/
iframe {
    width: 100%;
    height: 222px;
    text-align: center;
    padding-bottom: 0px;
}
.placeholder {
    /* [disabled]max-width: 400px;
*/
    /* [disabled]max-height: 200px;
*/
    width: 100%;
    padding-top: 15px;
    /* [disabled]padding-left: 19px;
*/
    padding-bottom: 0px;

    height: 100%;
}





.right_article_sound {
    padding-top: 20px;
    padding-right: 0px;
			    padding-left: 5px;

    width: 40%;
    float: left;
    background-color: #fff;
}

.placeholder_sound {
    /* [disabled]max-width: 400px;
*/
    /* [disabled]max-height: 200px;
*/
    width: 100%;
    padding-top: 15px;
    /* [disabled]padding-left: 19px;
*/
    padding-bottom: 20px;

    height: 100%;
}

video {
	padding-top: 0;
	margin-top: 0;
	height: 75px;
    text-align: center;
}


audio {
	padding-top: 0;
	margin-top: 0;
    text-align: center;
}




/*.left_half {
    background-color: #52BAD5;
}*/
/*.container .column_half.left_half h2 {
    color: #FFFFFF;
    font-family: "Helvetica Neue, Helvetica, Arial, sans-serif";
    text-align: center;
}*/
/*.right_half {
    background-color: #01B2D1;
    color: #FFFFFF;
    font-family: "Helvetica Neue, Helvetica, Arial, sans-serif";
    text-align: center;
    font-weight: bold;
}*/
/*.column_title {
    padding-top: 25px;
    padding-bottom: 25px;
}*/
footer {
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: bolder;
}
.footer {
    font-size: 80%;
    background-color: #717070;
    padding-top: 0px;
}
.copyright {
    text-align: center;
    background-color: #717070;
    color: #FFFFFF;
    font-weight: lighter;
    font-size: 80%;
    letter-spacing: 2px;
    font-family: "Helvetica Neue, Helvetica, Arial, sans-serif";
    padding-top: 15px;
    padding-bottom: 15px;
}

/*MEDIA STARTS HERE*/

/*Affects iPhone vertical*/
@media (max-width: 320px) {
.secondary_header ul li {
    float: none;
    margin-top: 15px;
    margin-left: 0px;
    width: 100%;
}
.container .secondary_header ul {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    height: auto;
    width: 100%;
    text-align: center;
}
.secondary_header {
    float: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
}
.left_article {
    width: 100%;
    height: auto;
}
.right_article {
    width: 100%;
    height: auto;
    text-align: center;
}
iframe {
    width: 100%;
    padding-bottom: 0px;
}
.placeholder {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
/*.columns {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0PX;
    padding-right: 0PX;
    padding-bottom: 0PX;
    padding-left: 0PX;
}
.columns p {
    padding-left: 10px;
    padding-right: 10px;
}
.column_half.left_half {
    width: 100%;
}
.column_half.right_half {
    width: 100%;
}*/
	footer {    padding-left: 15px;
    padding-right: 15px;
}
	.footer {    padding-left: 15px;
    padding-right: 15px;
}

	.copyright {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
}
.container .left_article h3 {
    margin-top: 10px;
}
/*.social .social_icon_left img {
height: 80%;
	width: 80%;
}
.social .social_icon_mid img {
height: 80%;
	width: 80%;
}
.social .social_icon_right img {
height: 80%;
	width: 80%;
}*/
.container .secondary_header {
}
}

/*AFFECTS iPhone Horizontal & iPad Mini Vertical & Desktop Safari Narrow*/
@media (min-width: 321px) and (max-width: 768px) {
.secondary_header ul li {
    float: none;
    margin-top: 15px;
    margin-left: 0px;
    width: 100%;
}
.container .secondary_header ul {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    height: auto;
    width: 100%;
    text-align: center;
}
.secondary_header {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 15px;
}
.left_article {
    width: 100%;
    height: auto;
}
.right_article {
    width: 100%;
    height: auto;
    padding-bottom: 25px;
    text-align: center;
}
	
	iframe {
    width: 70%;
    height: 225px;
    text-align: center;
    padding-bottom: 0px;

}

	
.placeholder {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    max-width: 70%;
    height: auto;
    max-height: 70%;
}
		footer {    padding-left: 15px;
    padding-right: 15px;
}
	.footer {    padding-left: 15px;
    padding-right: 15px;
}

	.copyright {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
}

/*.columns {
    width: 100%;
    margin-top: 6px;
    margin-right: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.columns p {
    padding-left: 14px;
    padding-right: 14px;
}
.column_half.left_half {
    width: 100%;
}
.column_half.right_half {
    width: 100%;
}*/
}

/*AFFECTS Desktop browser about 1/2 width. iPad Mini Horizontal??*/
@media (min-width: 769px) and (max-width: 1000px) {
/*.secondary_header {
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 140px;
}
.secondary_header ul li {
    margin-top: 10px;
    margin-right: 7%;
    margin-bottom: 10px;
    margin-left: 7%;
}*/
	
	
	
	
	.secondary_header ul li {
    float: none;
    margin-top: 15px;
    margin-left: 0px;
    width: 100%;
}
.container .secondary_header ul {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    height: auto;
    width: 100%;
    text-align: center;
}
.secondary_header {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 15px;
}

	
	
/*.left_article {
    height: auto;
}
.right_article {
    height: auto;
    padding-bottom: 27px;
}
iframe {
    width: auto;
    height: auto;
    text-align: center;
    padding-bottom: 0px;
}
.placeholder {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
}*/
	
	
	
	.left_article {
    width: 100%;
    height: auto;
}
.right_article {
    width: 100%;
    height: auto;
    padding-bottom: 25px;
    text-align: center;
}
iframe {
    width: 50%;
    height: 225px;
    text-align: center;
    padding-bottom: 0px;

}
.placeholder {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    max-width: 50%;
    height: auto;
    max-height: 50%;
}
/*.columns {
    width: 50%;
    float: left;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.container .columns p {
    padding-left: 25px;
    padding-right: 25px;
}*/
}

/*Affects Desktop??*/
/*@media (min-width: 1001px) {
}
.thumbnail {
    width: 80px;
    border-radius: 200px;
    height: 80px;
    margin-left: auto;
}
.thumbnail_align {
    text-align: center;
}
.social {
    text-align: center;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    background-color: #414141;
    clear: both;
    overflow: auto;
}
.social_icon_left {
    width: 33%;
    height: 33%;
    text-align: center;
    float: left;
    transition: all 0.3s linear;
    line-height: 0px;
    padding-top: 7px;
}
.social_icon_mid {
    width: 33%;
    height: 33%;
    text-align: center;
    float: left;
    transition: all 0.3s linear;
    line-height: 0px;
    padding-top: 7px;
}
.social_icon_right {
    width: 33%;
    height: 33%;
    text-align: center;
    float: left;
    transition: all 0.3s linear;
    line-height: 0px;
    padding-top: 7px;
}
.container .social .social_icon_left:hover {
    cursor: pointer;
    opacity: 0.5;
}
.container .social .social_icon_mid:hover {
    cursor: pointer;
    opacity: 0.5;
}
.container .social .social_icon_right:hover {
    cursor: pointer;
    opacity: 0.5;
}
*/
