.hide-light {
	display:none;
}
.subscribe-panel {
	background-color: #235164;
    overflow: hidden;
    padding: 35px 0px;
	margin-left:0px !important;
}
.subscribe-panel a {
	color: #fff !important;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0 !important;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    font-weight: 300;
	
}
.basic-container .contentpane p {
	margin-bottom:15px;
}
.request-buttons {
    margin-bottom:15px;
}
.request-buttons a{
    margin-bottom:10px;
}

.horizontalNavNoBorder a{font-size:28px; margin:0 5px;  color:#333333;}

.horizontalNavNoBorder a:hover{color:#0984c8; border-bottom:solid 3px #0984c8;}

.PressDate {font-size:22px; color:#333333; text-transform:uppercase; font-weight:bold;}
.PressLink {color:#0984c8;}

.Acquisitions p {
	color:#235164;
	font-size:32px;
}



.job-container {
    position: relative;
    padding-bottom: 100%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    border: 15px solid #f2f2f2;
    border-right: 2px solid #f2f2f2;
    border-radius: 5px;
}
.job-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 490px) {
    .job-container {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.privacy-policy ul li:before{
	content:"" !important;
}
.privacy-policy ul {
	list-style:disc !important;
	margin-left:30px !important;
}
.privacy-policy ul li{
	padding-left: 0 !important;
}
/*------------------------------------------------*/
/* ADMIN */
/*------------------------------------------------*/
.Normal                 { font-size: 14px; line-height: 1.428; }
.dnnActions             { display: inline-block; }
.dnnActions li          { margin-right: 5px; list-style: none; float: left; }
.dnnCheckbox .mark      { background: none;}
.form-group .dnnLabel   { text-align: left; width: auto; }
.dnnLabel + span        { white-space: normal; }

#ControlBar, #ControlBar:before, #ControlBar:after, #ControlBar *:before, #ControlBar *:after,
#ControlBar li, #ControlBar li:before, #ControlBar li:after,
#ControlBar a, #ControlBar a:before, #ControlBar a:after,
.dnn_mact, .dnn_mact:before, .dnn_mact:after, .dnn_mact *:before, .dnn_mact *:after,
.dnn_mact li, .dnn_mact li:before, .dnn_mact li:after {
    -webkit-box-sizing: content-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box !important; /* Firefox, other Gecko */
    box-sizing: content-box !important; /* Opera/IE 8+ */
}

ul.dnnAdminTabNav li a { font-size: 14px; }

/* Make the Control bar more mobile friendly 
.ControlContainer {
    position: relative;
    width: 726px;
    height: 53px;
    margin: 0px auto;
}*/

.paneOutline {
    margin: 5px 0;
    height: 50px;
    line-height: 50px;
    /*background: #eee;*/
    border: 1px solid #ccc;
    text-align: center;
    color: #666;
}
.paneOutline_display {
    margin: 2px 1px;
    height: 50px;
    line-height: 50px;
    background: #eee;
    border: 1px solid #ccc;
    text-align: center;
}
