// style.css
// This is the primary external stylesheet

@font-face {
  font-family: "Goudy Bookletter 1911";
  src: url("type/goudybookletter1911.eot");
}
html {
    height: 101%;
}
body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Goudy Bookletter 1911", Helvetica, sans-serif;
    font-size: 12pt;
    background: url('../images/fishermen_copy.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media(min-width: 1px) and (max-width: 1280px) {
	body {
		background-attachment: fixed;
	}
}
#wrapper {
    min-width: 1080px;
    width: 70%;
    margin: 0 auto;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.4);
    min-height: 600px;
    position: relative;
    background: rgba(255,255,255,0.85);
}
@media(max-width: 768px) {
    #wrapper {
        margin-left: -20px;
    }
}
@media screen and (max-device-width: 320px) and (orientation: portrait) {
    #wrapper {
		background-url: http://api.thumbr.it/whitenoise-361x370.png?background=eaf3f7ff&noise=626262&density=15&opacity=15;
	}
}
#header {
    width: 100%;
    height: 250px;
    background: rgb(184,187,198); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4YmJjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U4ZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(184,187,198,1) 0%, rgba(231,232,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,187,198,1)), color-stop(100%,rgba(231,232,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(184,187,198,1) 0%,rgba(231,232,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(184,187,198,1) 0%,rgba(231,232,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(184,187,198,1) 0%,rgba(231,232,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(184,187,198,1) 0%,rgba(231,232,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8bbc6', endColorstr='#e7e8ed',GradientType=0 ); /* IE6-8 */
    background-image: url('../images/tower_header_new.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

#tower_logo{
	position: absolute;
	top: 120px;
	right: 60px;
	border: 0;
	margin: 0;
}

#header_image {
    display: block;
    height: 100%;
    border: none;
    opacity: 0.9;
}
#left_column {
    background: transparent;
    float: left;
    width: 260px;
    min-height: 850px;
    z-index: 16;
}
#menuContainer {
    margin-top: 35px;
    margin-left: 75px;
    min-height: 600px;
    width: 260px;
    z-index: 1000;
    background: transparent;
    position: relative;
}
@media(max-width: 1280px) {
    #menuContainer {
		margin-top: 90px;
		margin-left: 30px;
		width: 250px;
    }
}
#menuContainer a {
    background: rgba(250,250,250,0.5);
    height: 30px;
    width: 260px;
    color: rgba(0,0,0,0.7);
    font-family: "Cuprum", Arial;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    letter-spacing: -1px;
    padding-top: 10px;
}
#menuContainer a.active {
    height: 30px;
    width: 260px;
    color: rgba(0,0,0,0.7);
    text-shadow: 2px 3px 5px rgba(0,0,0,0.5);
    letter-spacing: -1px;
    background: rgba(163,170,183,0.8);
    opacity: 0.8;
}
@media screen and (max-device-width: 320px) {
    #menuContainer a{
		background: rgba(250,250,250,0.4);
		font-weight: normal;
	}
}
#facebook {
    border: none;
    z-index: 20;
    box-shadow: none;
    margin: 0px 5px 10px 40px;
    opacity: 0.6;
}
#email {
    margin-top: -10px;
    border: none;
    z-index: 20;
    box-shadow: none;
    opacity: 0.6;
}
#icon_group {
    float: right;
    width: 160px;
    height: 40px;
    margin-top: 20px;
}
#icon_group > a {
    background: transparent;
}
#navbar_address {
    font-size: 14px;
    font-weight: lighter;
    text-align: center;
    margin-top: 10px;
    color: rgba(0,0,0,0.7);
    line-height: 1.2em;
}
#content_wrapper {
    float: left;
    min-height: 500px;
    height: auto;
    color: #263224;
    width: 1000px;
    margin-left: 60px;
    margin-top: -140px;
}
@media(max-width: 1640px) {
    #content_wrapper {
        width: 900px;
        margin-left: 20px;
        margin-top: -140px;
    }
}
@media(max-width: 1480px) {
    #content_wrapper {
        width: 900px;
        margin-left: 20px;
        margin-top: -140px;
    }
}
@media(max-width: 1200px) {
    #content_wrapper {
        width: 860px;
        margin-left: 60px;
        margin-top: -140px;
    }
}
@media(max-width: 1080px) {
    #content_wrapper {
        width: 860px;
        margin-left: 40px;
        margin-top: -140px;
    }
}
@media(max-width: 940px) {
    #content_wrapper {
        width: 900px;
		margin-left: 40px;
        margin-top: -200px;
    }
}
#content {
    max-width: 800px;
    text-align: justify;
    padding: 25px 25px 25px 380px;
}
@media(max-width: 1280px) {
    #content {
        padding: 25px 25px 25px 340px;
    }
}
@media(max-width: 940px) {
    #content {
        padding: 25px 25px 25px 340px;
    }
}
img {
    border: solid;
    border-color: white;
    border-width: 5px;
    /* box-shadow: 3px 5px 8px rgba(0,0,0,0.5); */
    max-width: 100%;
}
/* Beautiful Buttons for Twitter Bootstrappers button style generator pasted code */
.btn-custom-red {
    background-color: hsl(0, 57%, 37%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cf5252", endColorstr="#942828");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#cf5252), to(#942828));
    background-image: -moz-linear-gradient(top, #cf5252, #942828);
    background-image: -ms-linear-gradient(top, #da4747, #9d1f1f); background-image:
    -webkit-gradient(linear, left top, left bottom, color-stop(0%, #da4747), color-stop(100%, #9d1f1f));
    background-image: -webkit-linear-gradient(top, #da4747, #9d1f1f);
    background-image: -o-linear-gradient(top, #da4747, #9d1f1f);
    background-image: linear-gradient(#da4747, #9d1f1f);
    border-color: #9d1f1f #9d1f1f hsl(0, 67%, 32%);
    color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
}
/* Beautiful Buttons for Twitter Bootstrappers button style generator pasted code */
.btn-custom-green {
    background-color: hsl(119, 46%, 28%) !important;
    background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#55bf53", endColorstr="#276826");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#55bf53), to(#276826));
    background-image: -moz-linear-gradient(top, #55bf53, #276826); background-image: -ms-linear-gradient(top, #55bf53, #276826);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #55bf53), color-stop(100%, #276826));
    background-image: -webkit-linear-gradient(top, #55bf53, #276826); background-image: -o-linear-gradient(top, #55bf53, #276826);
    background-image: linear-gradient(#55bf53, #276826);
    border-color: #276826 #276826 hsl(119, 46%, 21.5%);
    color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.42);
    -webkit-font-smoothing: antialiased;
}
.btn-custom {
    background: transparent;
}
#img_confirm{
    width: 500px;
    height: 120px;
    margin-bottom: 10px;
    border: solid;
    border-color: rgba(0,0,0,0.2);
    border-width: 1px;
    border-radius: 6px;
    padding: 20px;
    text-align: left;
}
#confirm_left {
    float: left;
    height: 100%;
    width: 100px;
    margin-right: 30px;
}
#confirm_left > img {
    box-shadow: 0,2,3, rgba(0,0,0,0.4);
}
#success {
    margin-top: 0px;
    color: #0077b3;
    opacity: 0.8;
    font-family: 'Arial Black';
}
#errors {
    margin-bottom: 0px;
    color: #0077b3;
    opacity: 0.8;
    font-family: 'Arial Black';
}
#applications_wrapper {
    margin-top: -20px;
}
#applications {
    width: 450px;
	height: 50px;
    padding: 10px 30px;
    margin: 10px 0;
	font-size: 14px;
}
.minutes_a  {
	color: inherit;
	line-height: 80%;
	font-size: 14px;
}
#noscript {
	width: 450px;
    padding: 20px;
    margin: 20px 0;
    border: solid;
    border-color: rgba(255,0,0,0.2);
	box-shadow: 2px 3px 6px rgba(255,0,0,0.1);
    border-width: 1px;
    border-radius: 6px;
}
#applications_right {
    float: right;
    margin-bottom: 20px;
}
#applications_form {
    width: 350px;
    padding: 0 20px;
}
#add_pdf_div {
    width: 450px;
    padding: 20px;
    margin: 20px 0;
    margin-left: -20px;
    margin-bottom: 20px;
    opacity: 0.9;
    border: solid;
    border-color: rgba(0,0,0,0.2);
    border-width: 1px;
    border-radius: 6px;
}
@media (max-width: 1279px) {
    #add_pdf_div {
        margin-left: 0px;
    }
}
#pdf_delete {
    width: 450px;
    padding: 20px;
    margin: 20px 0;
    margin-left: -20px;
    opacity: 0.9;
    border: solid;
    border-color: rgba(0,0,0,0.2);
    border-width: 1px;
    border-radius: 6px;
}
#pdf_div {
    max-width: 450px;
    margin-bottom: 20px;
    
}
.pdf {
    margin-left: 20px;
    line-height: normal;
    border-bottom: solid;
    border-bottom-color: rgba(0,0,0,0.2);
    border-bottom-width: 1px;
}
#pdf_button_group {
    margin-top: 40px;
}
#delete_pdfs {
    margin-left: 10px;
}
.applications_label{
    display: inline-block;
    float: left;
    clear: left;
    text-align: right;
}
.applications_input {
  display: inline-block;
  float: left;
}
#pdf_icon {
    box-shadow: none;
    border: none;
    margin-left: -10px;
    margin-top: 5px;
	height: 32px;
}
#events {
    width: 450px;
    min-height: 80px;
    padding: 20px;
    margin: 20px 0;
    opacity: 0.9;
    border: solid;
    border-color: rgba(0,0,0,0.2);
    border-width: 1px;
    border-radius: 6px;
}
#events_left {
    float: left;
    background-image: url('../images/calendar_month_dark.png');
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-top: -5px;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 6px;
    opacity: 0.9;
}
#events_right {
    float: right;
    margin-left: 20px;
}
#add_event_div {
    width: 450px;
    padding: 20px;
    margin: 20px 0;
    opacity: 0.9;
    border: solid;
    border-color: rgba(0,0,0,0.2);
    border-width: 1px;
    border-radius: 6px;
}
.ui-timepicker-input {
    background: #FFFFFF;
    width: 100px;
}
#event_title, #event_description, #start_date, #end_date {
    width: 295px;
}
#start_time {
    width: 90px;
}
#end_time {
    width: 90px;
}
#end_time {
    margin-bottom: 30px;
}
#date_month {
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 20px;
    margin-left: -15px;
    margin-bottom: 8px;
}
#date_day {
    color: #FFFFFF;
    font-size: 36px;
    margin-left: -16px;
}
#upload_form {
    margin-top: 40px;
    margin-bottom: 40px;
}
#pending_images {
    margin-top: 20px;
    margin-bottom: 20px;
}
#form-group {
    width: 200px;
    margin-left: 80px;
}
#approve {
    float: left;
    margin-right: 5px;
}
#photo_edit {
    float: left;
}
#reject {
    float: right;
}
#photo_delete {
    margin-left: 5px;
}
#photo_edit_form {
    width: 450px;
    padding: 20px 30px;
    padding-left: 40px;
    margin: 20px 0;
    margin-left: 0px;
    opacity: 0.9;
    border: solid;
    border-color: rgba(0,0,0,0.2);
    border-width: 1px;
    border-radius: 6px;
}
#photo_title_label {
    margin-left: 18px;
}
#curly {
    display: block;
    margin: 0 auto;
    box-shadow: none;
    border: none;
    margin-bottom: 20px;
    opacity: 0.8;
}
td > a > img {
    border: none;
}
.col1 {
	height:100px;
	background-color:#231f20;
	color:#FFFFFF;
}
.col2 {
	height:1950px;
	background-image:url(../images/live137244_goldensparks.jpg);
	background-repeat:no-repeat;
	margin-top:-20px;
}
.col4 {
	height:auto;
	background-color:#bdbdbd;
	color:#000000;
	padding-top:20px;
	padding-bottom:10px;
}
.col5 {
	height:30px;
	background-color:#060606;
	color:#FFFFFF;
	padding-top:20px;
}
.col6 {	
	height:70px;
	background-color:#231f20;
	padding-top:10px;
	color:#FFFFFF;
}
.heading {
	font:"Droid Sans", Helvetica;
	font-weight:bold;
	font-size:20px;
	margin:10px 0 10px 0;
}
.heading1 {
	font-weight:bold;
	font-size:18px;
}
.heading2 {
	font-family: "Droid Sans", Helvetica;
	font-weight:bold;
	font-size:30px;
	text-align:center;
	color:rgba(0,0,0,0.7);
	margin-bottom:10px;
}
.closingDate {
	margin-top:40px;
	text-align:center;
	font-weight:bold;
	color:rgba(0,0,0,0.7);
}
.clear {
	clear:both;
}
.container_col2 {
	width:880px;
	min-height:300px;
	height:auto;
	margin:0 auto;
	padding:40px;
}
.container_comp {
	width:820px;
	height:860px;
	margin:0 auto;
	padding:40px;
	background: rgba(255,255,255,0.5);
	border-radius:20px;
	margin-bottom:25px;
	margin-left: -20px;
}
.container_calendar {
	width:756px;
	height:562px;
	margin:0 auto;
	border-radius:20px;
	border:1px solid #999999;
	margin-bottom:25px;
}
.navg_month {
	height:24px;
	text-align:center;
	margin-bottom:15px;
	font-size:16px;
	word-spacing:10px;
}
.month {
	color:rgba(0,0,0,0.7);
	font-family: "Droid Sans", Helvetica;
	text-decoration:none;
}
.month:hover {
	color:rgba(0,0,0,0.9);
	text-decoration:none;
}
.day {
	width:97px;
	height:25px;
	color:rgba(0,0,0,0.9);
	float:left;
	padding:5px;
	text-align:center;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	background-color:#cccccc;
}
.date {
	width:107px;
	height:87px;
	float:left;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	background-color:#ffffff;
	font-family:"Droid Sans", Helvetica;
	font-weight:bold;
	font-size:8px;
}
.date:hover {
	background-color:#ededed;
	cursor:pointer;
}
.date .top {
	width:97px;
	height:28px;
	/*border:1px solid red;*/
}
.date .bottom {
	width:97px;
	height:68px;
	margin-top: -10px;
	/*border:1px solid red;*/
}
.date .bottom .part {
	width:37px;
	height:46px;
	float:left;
	/*border:1px solid red;*/
}
.day {
	width:97px;
	height:25px;
	color:rgba(0,0,0,0.7);
	float:left;
	padding:5px;
	font-family:"Droid Sans", Helvetica;
	text-align:center;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	background-color: rgba(0,0,0,0.1);
}
.date {
	width:107px;
	height:87px;
	float:left;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	background-color:#ffffff;
}
.date:hover {
	background-color:#ededed;
	cursor:pointer;
}
.date .top {
	width:107px;
	height:40px;
	/*border:1px solid red;*/
}
.date .bottom {
	width:97px;
	height:48px;
	/*border:1px solid red;*/
}
.date .bottom .part {
	width:37px;
	height:46px;
	float:left;
	/*border:1px solid red;*/
}
.date_topright {
	z-index:500px;
	background-color:#333333;
	height:17px;
	width:20px;
	color:#FFFFFF;
	float:right;
	text-align:center;
	padding:2px;
	border-bottom-left-radius:5px;
}
.seprator {
	color:#333333;
	text-shadow:#000000;
}
#calendar_wrapper {
	margin-top: -800px;
}
.calendar_item {
	width: 90%;
	font-family: "Droid Sans", Helvetica;
	font-size:10px;
	color:rgba(0,0,0,0.7);
	line-height:100%;
	margin-left: 5px;
}
#footer {
    background: rgb(184,187,198); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4YmJjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U4ZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(184,187,198,1) 0%, rgba(231,232,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,187,198,1)), color-stop(100%,rgba(231,232,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(184,187,198,1) 0%,rgba(231,232,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(184,187,198,1) 0%,rgba(231,232,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(184,187,198,1) 0%,rgba(231,232,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(184,187,198,1) 0%,rgba(231,232,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8bbc6', endColorstr='#e7e8ed',GradientType=0 ); /* IE6-8 */
    border-top: solid;
    border-top-width: 1px;
    border-top-color: rgba(0,0,0,0.4);
    height: 0px;
    position: relative;
    z-index: 15;
}
#footer a {
    text-decoration: none;
    color: #ededed;
}
#footerText {
    color: rgba(0,0,0,0.7);
    background: rgb(184,187,198); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4YmJjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U4ZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(184,187,198,1) 0%, rgba(231,232,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,187,198,1)), color-stop(100%,rgba(231,232,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(184,187,198,1) 0%,rgba(231,232,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(184,187,198,1) 0%,rgba(231,232,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(184,187,198,1) 0%,rgba(231,232,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(184,187,198,1) 0%,rgba(231,232,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8bbc6', endColorstr='#e7e8ed',GradientType=0 ); /* IE6-8 */
    height: 50px;
    padding-top: 10px;
    font-size:.7em;
    font-family: "Goudy Bookletter 1911", Arial;
    text-align: center;
    text-decoration: none;
}
#footerText a {
    color: black;
    font-weight: bold;
}
h1, h2, h3 {
    color: rgba(0,0,0,0.7);
    font-family: "Cuprum", sans-serif;
    font-stretch: extra-condensed;
    letter-spacing: -2px;
    margin-bottom: 10px;
    width: 750px;
}
h1 {
    width: 650px;
}
@media(max-width: 1480px) {
    h1, h2 {
        width: 450px;
    }
}
@media(max-width: 1600px) {
	h1 {
		font-size: 34px;
		width: 500px;
	}
}
@media screen and (max-device-width: 320px) {
	h1 {
		font-size: 30px;
		font-weight: normal;
	}
}
.ui-accordion-content {
	height: fit-content !important;
}

.resolution_descripion{
	color: #848080;
	font-style: italic;
}