<? header ("Content-type: text/css");?>
@charset "utf-8";
/** Main Basics **/
::-webkit-scrollbar
{
  	width: .5vw;  /* for vertical scrollbars */
  	height: .5vw; /* for horizontal scrollbars */
	border-radius: 1vw;
}

::-webkit-scrollbar-track
{
  	background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb
{
  	background: rgba(0, 0, 0, 0.5);
}

::scrollbar
{
  	width: .5vw;  /* for vertical scrollbars */
  	height: .5vw; /* for horizontal scrollbars */
	border-radius: 1vw;
}

::scrollbar-track
{
  	background: rgba(0, 0, 0, 0.1);
}

::scrollbar-thumb
{
  	background: rgba(0, 0, 0, 0.5);
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.center {
	width: 30vw;
	height: 25vw;
	margin-left: 35vw;
	margin-top: 10vw;
	border: solid thick #102CAD;
	background-color: #ffffff;
	text-align: center;
	padding: 2vw;
}
.center button {
	width: 20vw;
	margin-left: 5vw;
}
.center input {
	width: 20vw;
	margin-left: 0vw;
}
body {
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	padding: 0px;
	margin: 0px;
	color: #4F4F4F;
}
.logo {
	display: none;
}
a:link {
	text-decoration: none;
	color: #4F4F4F;
}
a:visited {
	text-decoration: none;
	color: #4F4F4F;
}

.topBanner {
	width: 100;
	padding-top: 1vw;
	padding-bottom: 1vw;
	padding-left: 2vw;
	padding-right: 2vw;
	font-size: 1.2vw;
	color: #FFFFFF;
}
.topBanner a:link {
	text-decoration: none;
	color: #f0f0f0;
}
.topBanner a:visited {
	text-decoration: none;
	color: #f0f0f0;
}
.topBanner a:hover {
	text-decoration: none;
	color: #f2f2f2;
}
.timeAddress {
	margin-left: 2vw;
}
.tbanner {
	float: right;
	margin-right: 1vw;
}
.tbanner a:hover {
	color: #ffffff;
}
.nav {
	width: 100%;
	text-align: center;
	background-color: #DFDFDF;
	min-height: 6vw;
}
.nav img {
	height: 5vw;
	float: left;
	margin-left: 3vw;
	margin-top: .5vw;
}
.timeAddress {
	margin-left: 2vw;
}
.fbookLogo {
	margin-right: .8vw;
	width: 1.8vw;
	float: right;
}
.socialLogo {
	margin-right: .8vw;
	width: 1.8vw;
	float: right;
}
.nav {
	width: 100%;
	text-align: center;
	background-color: #DFDFDF;
}
.dropbtn {
	background-color: #DFDFDF;
    padding-top: 2vw;
	padding-bottom: 2vw;
	padding-left: 2vw;
	padding-right: 2vw;
    font-size: 1.5vw;
    border: none;
    cursor: pointer;
	display: inline-block;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #DFDFDF;
    min-width: 22vw;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	text-align: left;
}
.dropdown-content a {
    padding: 1vw 3vw;
    text-decoration: none;
    display: block;
	font-size: 1.5vw;
}
.dropdown-content a:hover {
	background-color: #f1f1f1;
}
.dropdown:hover .dropdown-content {
    display: block;
}

nav {
	display:none;
	height: 40px;
	width: 100%;
	background-color: #939393;
	font-size: 11pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	position: relative;
	text-align: center;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 40px;
	background: #939393;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #000000;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav a#pull {
	display: none;
}
nav a:hover, #nav a:active {
	color: #010101;
}
.holder {
	width: 90vw;
	margin-left: 5vw;
}
.secondContent {
	width: 100%;
	padding-bottom: 2vw;
	overflow: hidden;
}
.secondAudio {
	width: 40vw;
	margin-left: 5vw;
	margin-top: 2vw;
	font-size: 2vw;
}
.secondAudio li {
	font-size: 1.7vw;
	padding-bottom: .5vw;
	height: auto;
}
.play {
	float: left;
	background-image: url(../images/Core/play.png);
	background-size: cover;
	width: 2vw;
	height: 2vw;
	cursor: pointer;
}
.pause {
	float: left;
	background-image: url(../images/Core/pause.png);
	background-size: cover;
	width: 2vw;
	height: 2vw;
	cursor: pointer;
}
.date {
	display:block;
    width:4vw;
    height:4vw;
    line-height:1.8vw;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    text-align:center;
    text-decoration:none;
    background: #ffffff;
    box-shadow: 0 0 3px gray;
    font-size:1.2vw;
    font-weight:bold;
	float: left;
	margin-right: 2vw;
	color: #000000;
}
.date span {
	font-size: 2vw;
}
.featuredImg {
	width: 90vw;
}
.featuredImg img {
	width: 90vw;
}
.searchContent {
	width: 20vw;
	margin-left: 2vw;
}
.searchContent input[type="text"]{
	width: 15vw;
	font-size: 1.3vw;
}
.searchContent select {
	width: 15.3vw;
	font-size: 1.3vw;
	box-sizing: content-box;
}
.searchContent label {
	display: inline-block;
	width: 8vw;
}
.searchContent input[type="submit"]{
	width: 15.4vw;
	font-size: 1.3vw;
	border: solid black thin;
}
.largeContent {
	width: 60vw;
	margin-left: 8vw;
	margin-top: 2vw;
	font-size: 1.2vw;
}
.largeContent audio {
	width: 40vw;
}
.popup-mobile {
	display: none;
    position:fixed;
	width: 50vw;
	height: 43vw;
    top:2vw;
    left:24.5vw;
    background-color: #FFFFFF;
	border: solid thin #000000;
	z-index: 1;
	box-shadow:0px 2px 6px rgba(0,0,0,1);
	cursor: pointer;
	font-size: 1.4vw;
}
#div:target {
	display: block!important;
}
.popup-close {
    width:2vw;
    height:1.5vw;
    padding-top:.5vw;
    display:inline-block;
    position:absolute;
    top:1.2vw;
    right:-1.2vw;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:1.5vw;
    text-align:center;
    line-height:75%;
    color:#fff;
	cursor: pointer;
	z-index: 2;
}
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,.8);
    text-decoration:none;
}
.manuscript {
	float: right;
	padding-top: 2vw;
	padding-bottom: 2vw;
	padding-left: 1vw;
	padding-right: 1vw;
	font-size: 1.3vw;
	text-align: center;
	border: solid thin #000000;
	cursor: pointer;
}
.floatLeft {
	float: left;
}
.clear {
	clear: both;
}
.buttonRight {
	border-radius: 2%;
	color: #ffffff;
	font-size: 1.5vw;
	width: 39vw;
	margin-bottom: 2vw;
	float: right;
}
.button {
	border-radius: 2%;
	color: #ffffff;
	font-size: 1.5vw;
	width: 100%;
	margin-bottom: 2vw;
	float: left;
	margin-left: 6vw;
	cursor: pointer;
}
.overlay {
	background-color: #010101;
	opacity: .6;
	position: fixed;
	width: 100%;
	height: 150vh;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
	display: none;
}
.notifPopup {
    display: none;
    width: 55vw;
    height: 30vw;
    border: solid thin black;
    background-color: #ffffff;
    position: fixed;
    top: 5vw;
    left: 22vw;
	padding-bottom: 7vw;
	text-align: center;
	z-index: 1;
	overflow-y: scroll;
}
.notifClose {
    width: 1.5vw;
    height: 1.5vw;
    text-align: center;
    line-height: 1.5vw;
    font-size: 1vw;
    border-radius: 50%;
    border: solid thin #ffffff;
    background-color: #062D97;
    float: right;
    margin-top: .5vw;
    margin-right: .5vw;
    color: #ffffff;
    cursor: pointer;
    z-index: 2;
}
.notifClose:hover {
    transform: rotate(180deg);
    transition-duration: 400ms;
}
.contactHolder {
	width: 70vw;
	margin-left: 9vw;
}
.contactLeft {
	float: left;
	width: 30vw;
	padding-bottom: 5vw;
	padding-left: 5vw;
	padding-right: 5vw;
	font-size: 1.5vw;
}
.contactMiddle {
	float: left;
	width: 30vw;
	padding-bottom: 5vw;
	padding-left: 5vw;
	padding-right: 5vw;
	font-size: 1.5vw;
	margin-left: 25vw;
}
.contactLeft input {
	width: 30vw;
	height: 2vw;
	box-sizing: content-box;
}
.contactLeft textarea {
	width: 30.1vw;
	height: 5vw;
	box-sizing: content-box;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-weight: 500;
}
.nopdf {
	width: 40vw; 
	margin-left: 5vw; 
	margin-top: 5vw;
}
.pdf {
	width: 50vw;
	height: 43vw;
	z-index: 1;
}
.mobileBreak {
    display: none;
}
.mainPic {
    width: 100%;
}
.footer {
    width: 100%;
    padding-top: 2vw;
    padding-bottom: 2vw;
    background-color: #000000;
    font-size: 1.5vw;
    color: #ffffff;
    text-align: center;
}
.noteShowHide {
	width: 25vw;
	margin-left: 5vw;
	border-bottom: solid thin white;
	padding-top: .8vw;
	margin-bottom: 1vw;
	cursor: pointer;
	
}
.noteShowHide li {
    width: 22vw;
}
.noteShowHide img {
	float: right;
	margin-top: -2vw;
	width: 1.5vw;
}
.notificationsHolder {
	width: 38vw;
	margin-left: 1vw;
	padding-top: 2vw;
	padding-bottom: 1vw;
	font-size: 1vw;
	display: none;
}
.notifShowHide {
	border-bottom: solid thin white;
	padding-top: .8vw;
	margin-bottom: 1vw;
	width: auto;
	
}
.notifShowHide img {
	float: right;
	width: 1.5vw;
	margin-bottom: -1vw;
}
.notifHolder {
	width: 45vw;
	margin-left: 5vw;
	margin-top: 2vw;
	font-size: 1.5vw;
}
.notifHolder li {
	font-size: 1.7vw;
	padding-bottom: .5vw;
}
.bulletinLine {
    width: 80vw; 
    margin-left: 7vw; 
    font-size: 1.5vw;
    float: left;
}
@media only screen and (max-width : 500px) {
	.logo {
		display: block;
		width: 100%;
		margin-top: 2vw;
	}
	.topBanner {
		width: 90%;
		padding-top: 2vw;
		padding-bottom: 1vw;
		padding-left: 5vw;
		padding-right: 5vw;
		font-size: 4vw;
		color: #FFFFFF;
		text-align: center;
	}
	.timeAddress {
		width: 90vw;
		margin-left: 4.5vw;
		text-align: center;
	}

	.nav {
		display: none;
	}
	.fbookLogo {
	    float: right;
		margin-top: 5vw;
		margin-right: 5vw;
		width: 10vw;
		margin-bottom: 1vw;
	}
	.socialLogo {
	    float: left;
	    margin-top: 5vw;
		margin-right: 0vw;
		margin-left: 5vw;
		margin:bottom: 1vw;
		width: 10vw;
	}
	nav {
		display:inline-block;
		font-size: 5vw;
		font-family: 'PT Sans', Arial, sans-serif;
		font-weight: bold;
		position: relative;
		z-index: 1;
	}
	
	nav a {
		color: #fff;
		display: inline-block;
		text-align: center;
		text-decoration: none;
		line-height: 40px;
		padding-right: 10px;
		padding-left: 10px;
		
	}
	nav li {		
		width: 75vw;
		position: relative;
	}
	nav ul {
		display: none;
		height: auto;
		width: 100%;
	}
	nav a#pull {
		display: block;
		background-color: #DFDFDF;
		width: 100%;
		padding-top: 2vh;
		padding-bottom: 2vh;
		padding-right: 0;
		padding-left: 0;
		position: relative;
	}
	.mobileBreak {
	    display: block;
	    clear:both;
    }
    .mainContent {
        font-size: 3vw;
    }
    .mainContentTwo {
        font-size: 3vw;
    }
    .header {
        width: 100%;
        text-align: center;
    }
    .secondAudio {
    	width: 80vw;
    	margin-left: 5vw;
    	margin-top: 2vw;
    	font-size: 3.5vw;
    }
    .secondAudio li {
    	font-size: 4vw; 
    }
    .play {
    	float: left;
    	background-image: url(../images/Core/play.png);
    	background-size: cover;
    	width: 10vw;
    	height: 10vw;
    }
    .pause {
    	float: left;
    	background-image: url(images/Core/pause.png);
    	background-size: cover;
    	width: 10vw;
    	height: 10vw;
    }
    .date {
    	display:block;
        width:8vw;
        height:8vw;
        line-height:3.2vw;
        border: 2px solid #f5f5f5;
        border-radius: 50%;
        text-align:center;
        text-decoration:none;
        background: #ffffff;
        box-shadow: 0 0 3px gray;
        font-size:3vw;
        font-weight:bold;
    	float: left;
    	margin-right: 2vw;
    	color: #000000;
    }
    .date span {
    	font-size: 4vw;
    }
    .buttonRight {
    	border-radius: 2%;
    	color: #ffffff;
    	font-size: 5vw;
    	width: 100%;
    	margin-bottom: 2vw;
    	float: left;
    	margin-left: 0vw;
    	cursor: pointer;
    	text-align: center;
    }
    .button {
    	border-radius: 2%;
    	color: #ffffff;
    	font-size: 5vw;
    	width: 100%;
    	margin-bottom: 2vw;
    	float: left;
    	margin-left: 0vw;
    	text-align: center;
    	cursor: pointer;
    }
    .searchContent {
    	width: 82vw;
    	margin-left: 5vw;
    }
    .searchContent input[type="text"]{
    	width: 76vw;
    	font-size: 3vw;
    }
    .searchContent select {
    	width: 78vw;
    	font-size: 3vw;
    	box-sizing: content-box;
    }
    .searchContent label {
    	display: inline-block;
    	width: 8vw;
    }
    .searchContent input[type="submit"]{
    	width: 76vw;
    	font-size: 3vw;
    	border: solid black thin;
    }
    .largeContent {
    	width: 80vw;
    	margin-left: 5vw;
    	margin-top: 2vw;
    	font-size: 3vw;
    }
    .largeContent audio {
    	width: 80vw;
    }
    .manuscript {
    	float: right;
    	padding-top: 4vw;
    	padding-bottom: 4vw;
    	padding-left: 2vw;
    	padding-right: 2vw;
    	font-size: 3vw;
    	text-align: center;
    	border: solid thin #000000;
    	cursor: pointer;
    }
    .contactHolder {
    	width: 80vw;
    	margin-left: 9vw;
    }
    .contactLeft {
    	float: left;
    	width: 78vw;
    	padding-bottom: 5vw;
    	padding-left: 5vw;
    	padding-right: 5vw;
    	font-size: 3vw;
    }
    .contactLeft input {
    	width: 78vw;
    	height: 5vw;
    	box-sizing: content-box;
    }
    .contactLeft textarea {
    	width: 78.7vw;
    	height: 10vw;
    	box-sizing: content-box;
    	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    	font-weight: 500;
    }
    .contactLeft input[type="submit"]{
    	width: 76.3vw;
    	font-size: 3vw;
    	border: solid black thin;
    }
    .notificationsHolder {
    	width: 75vw;
    	margin-left: 0vw;
    	padding-top: 4vw;
    	padding-bottom: 2vw;
    	font-size: 3vw;
    	display: none;
    }
    .notifHolder {
    	width: 80vw;
    	margin-left: 5vw;
    	margin-top: 10vw;
    	font-size: 3vw;
    }
    .notifPopup {
        display: none;
        width: 90vw;
        height: 120vw;
        border: solid thin black;
        background-color: #ffffff;
        position: fixed;
        top: 10vw;
        left: 5vw;
    	padding-bottom: 7vw;
    	text-align: center;
    	z-index: 1;
    	overflow-y: scroll;
    }
    .notifShowHide {
    	border-bottom: solid thin black;
    	padding-top: .8vw;
    	margin-bottom: 1vw;
    	width: auto;
    	
    }
    .notifShowHide img {
    	float: right;
    	width: 6vw;
    	margin-bottom: 5vw;
    	margin-top: -3vw;
    }
    .noteShowHide {
    	width: 70vw;
    	margin-left: 5vw;
    	border-bottom: solid thin black;
    	padding-top: .8vw;
    	margin-bottom: 1vw;
    	font-size: 4vw;
    	
    }
    .noteShowHide li {
        width: 60vw;
    }
    .noteShowHide img {
    	float: right;
    	margin-top: -7vw;
    	width: 6vw;
    }
    .notifClose {
        width: 5vw;
        height: 5vw;
        text-align: center;
        line-height: 4vw;
        font-size: 3vw;
        border-radius: 50%;
        border: solid thin #ffffff;
        background-color: #062D97;
        float: right;
        margin-top: .5vw;
        margin-right: .5vw;
        color: #ffffff;
        cursor: pointer;
        z-index: 2;
    }
    .notifClose:hover {
        transform: rotate(180deg);
        transition-duration: 400ms;
    }
    .footer {
        width: 90%;
        padding-top: 5vw;
        padding-bottom: 5vw;
        padding-left: 5vw;
        padding-right: 5vw;
        background-color: #000000;
        font-size: 4vw;
        color: #ffffff;
        text-align: center;
    }
    .bulletinLine {
        width: 80vw; 
        margin-left: 10vw; 
        font-size: 2vw;
    }
}