@font-face {
    font-family: gotham-black;
    src: url('fonts/Gotham-Black.otf')  format('truetype');
}


@font-face {
    font-family: gotham-r;
    src: url('fonts/GothamBook.ttf')  format('truetype');
}

@font-face {
    font-family: gotham-b;
    src: url('fonts/GothamBold.ttf')  format('truetype');
}

@font-face {
    font-family: gotham-l;
    src: url('fonts/GothamLight.ttf')  format('truetype');
}


@font-face {
    font-family: gotham-m;
    src: url('fonts/GothamMedium.ttf')  format('truetype');
}


html, body{
margin: 0;
padding: 0;	 
	 
 }
 
 
 /* a links */ 

a:link, a:visited, a:hover, a:active{
text-decoration: none;	
	
	
	
}


div, p, a, li, td { -webkit-text-size-adjust:none; } /* Over write iphone min text */


.desktopconstrain-wrapper{
width: 100%;
float: left;
position: relative;	
text-align: center;	
background: gainsboro;	
}

.desktopconstrain-wrapper-inline{
max-width: 2300px;	
width: 100%;
display: inline-block;
vertical-align: top;
background: white;
}




/*Navbar with logo left of center*/


.navbar{
width: 100%;
float: left;
background: white;
height: 100px;
position: relative;	/*Here we can change to relative or fixed depending on the requirement of the website  */	
text-align: center;	
}

.navlogo{
float: left;
width: 100px; /* Change size as needed. */
height: auto;
margin-top: 6px;
margin-left: 3%;
position: relative; 	
	
	
}


.navlogo img{
float: left;
width: 100%;
height: auto;	
	
	
}



.navlinks{
width: 500px;
display: inline-block;
vertical-align: top;
color: white;
margin-right: 2%;
font-size: 18px;
font-family: gotham-m, calibri, sans-serif;
text-transform: capitalize;	
font-weight: 500;	
text-align: right;
color: #031156;	
}




.navlinks a{
width: auto;
line-height: 100px;
display: inline-block;
vertical-align: middle;
padding-right: 8px;
padding-left: 8px;	
color: #031156;	
margin-left: -5px;
}


.navlinks a:hover{	
border-bottom: 2px solid #d4a313;	
color: #d4a313;

}




.navbutton{
	
width: auto;
float: right;
margin-right: 5%;
font-family: calibri, sans-serif;
text-transform: uppercase;	
font-weight: 600;
color: #55ac00;
border: 2px solid #55ac00;
padding: 10px;
margin-top: 20px;
border-radius: 6px;	
text-align: center;	
	
	
}






.navbutton:hover{
background: #0094bc;	
border: 2px solid #0094bc;	
color: white;	
}


.headerimages{
	
width: 30px;
float: right;
margin-right: 2%;
margin-left: 10px;
margin-top: 35px;	
text-align: center;	
	
}

.headerimages img{
width: 100%;
height: auto;	
}
 
 
.searcbarsection{
width: 100%;
position: absolute;
background: white; 
box-sizing: border-box;
padding: 3%;
z-index: 9999999999;
top: 100%;
display: none;
}	
 
.searchbarform{
width: 50%;
display: inline-block;
vertical-align: top;
}	
 
.searchbarinput{
width: 80%;
display: inline-block;
vertical-align: bottom;
border: 0;
border-bottom: 2px solid #031156;
outline: none;
}	


.searchbarimage{
width: 30px; 
height: auto;
background: transparent; 
border: 0;
border: 1px solid #031156;
padding: 2px; 	
display: inline-block;
vertical-align: bottom;
border-radius: 3px;
}
 
 
 
 /*menu show */



.openmenu{
	
width: 30px;
float: right;
margin-right: 2%;
margin-top: 35px;	
text-align: center;	
display: none;	
	
}

.openmenu img{
width: 100%;
height: auto;	
}



.menushow{
position: fixed;
height: 100%;
box-sizing: border-box;
z-index: 99999999999999999999;
top: 0;
right: 0;	
background: #031156;	
width: 280px;
color: rgb(60,60,60);	
font-family: gotham-m, calibri, sans-serif;
font-size: 16px;
text-align: left;
display: none;
overflow-y: scroll;
}

.menu-show-buffer{
	
width: 100%;
float: left;
padding-top: 60px;	
	
}

.menushow a{
color: white;
text-transform: uppercase; 
width: 100%;
box-sizing: border-box;	
padding: 12px;
text-align: left;	
float: left;
line-height: 25px;
}

.menushow a:hover {
background: #cb9c0f; 	
color: white;	
	
}


.closemenu{
width: auto;
top: 6px;
right: 6px;
color: white;
font-size: 30px;
font-weight: 300;
font-family: calibri, sans-serif;
position: absolute;	
cursor: pointer;	
	
}

/* &times; close symbol */

 
 
 /*Simple Hero Image*/
 
 
 @-webkit-keyframes overlaying3 {
0%{
      left: -50%;

	  
   }
	  
	100% { 
left: 0;
}     
	  
   
}
@-moz-keyframes overlaying3 {
0%{
      left: -50%;

	  
   }
	  
	100% { 
left: 0;
}  
}
@-o-keyframes overlaying3 {
0%{
      left: -50%;

	  
   }	  
	100% { 
left: 0;
}      
	       
	
}
@keyframes overlaying3 {
0%{
      left: -50%;

	  
   }
	  
	100% { 
left: 0;
}     
	      

}	
 
 
 .heroimage{
position: relative;
float: left;
width: 100%;
text-align: center;
padding-top: 12%;
padding-bottom: 9%; 
background: url(images/goodnight-jamaica-main-website.webp) no-repeat center 0% fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
text-align: left; 
overflow-x: hidden;
 }
 
 
 .heroimage-v2{
position: relative;
float: left;
width: 100%;
text-align: center;
padding-top: 8%;
padding-bottom: 8%; 
background: url(images/goodnight-jamaica-main-website.webp) no-repeat center 15% scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
text-align: center; 
color: white;
font-family: gotham-r, calibri, sans-serif;
padding-left: 5%;
padding-right: 5%;
box-sizing: border-box;
 }
 
 
 
 
 .heroimagetext, .heroimagetextv2{
width: 40%;
display: inline-block;
vertical-align: middle;
margin-left: 2%;
margin-right: 2%;
font-family: calibri, sans-serif;
text-align: center;
 position: relative;
 padding: 3%;
  }
  
  
  .heroimagetext{
margin-left: 6%;
  }	  
  
  
.heroimagetext-notuse{
-webkit-animation: overlaying3 ease-in-out 2s 0s; /*Add wherever effect is needed, 0s is used to indicate delay*/
  -moz-animation: overlaying3 ease-in-out 2s 0s; 
  -o-animation: overlaying3 ease-in-out 2s 0s;
  animation: overlaying3 ease-in-out 2s 0s;		
	z-index: 15;	
}



  
  .heroimagetextv2{
margin-left: 6%;
margin-right: auto;
width: 25%;
 padding: 0%;
 border: 8px solid white;
  }	  
  
  
.heroimagetextv2image{
width: 100%;
display: inline-block;
vertical-align: top;
padding-bottom: 140%;
position: relative;	
overflow-y: hidden;	
overflow-x: hidden;	
}	
  
.heroimagetextv2image img{ 
width: 100%;
height: 100%;
left: 0;
top: 0; 
position: absolute; 
object-fit: cover; /*May not work on every browser but will likely work on most later versions*/
cursor: pointer; 
}
  
 .heroimagetext h1{
   width: 100%;
display: inline-block;
vertical-align: top;
font-family: gotham-black, arial, ubuntu, sans-serif;
font-weight: 500;
font-size: 280%;	 
color: white;	
 text-align: left;
 margin-bottom: 1%;
margin-top: 1%;
  }
  
  
.heroimagetext h2{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: gotham-black, calibri, ubuntu, sans-serif;
font-weight: 400;
font-size: 220%;	 
color: white;	 
margin-bottom: 1%;
margin-top: 1%;	
 text-align: left;
  }
   
   
 .heroimagetext p{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: arial, gotham-r, calibri, ubuntu, sans-serif;
font-weight: 300;
font-size: 140%;	 
color: white;	 
text-align: left;
line-height: 150%;
margin-bottom: 1%;
margin-top: 2%;
  }  
  
  
  .videoWrapper {
	position: relative;
	padding-bottom: 48%; /* square - padding 56% for 16:9*/
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} 
 
 
/* Featured Stories */


.featured-stories-section {
position: relative;
float: left;
width: 100%;
text-align: center;
padding-top: 5%;
padding-bottom: 5%; 
font-family: gotham-l, calibri, sans-serif;	
	
}

.featured-stories-section h2{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: gotham-black, calibri, ubuntu, sans-serif;
font-weight: 400;
font-size: 250%;	 
color: #031156;	 
margin-bottom: 7px;
margin-top: 1%;	
 text-align: center;
 box-sizing: border-box;
padding-left: 5%;
padding-right: 5%; 
  }
   
   
.featured-stories-section p{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: arial, gotham-r, calibri, ubuntu, sans-serif;
font-weight: 300;
font-size: 140%;	 
color: rgb(60,60,60);	 
text-align: center;
line-height: 130%;
margin-bottom: 4%;
margin-top: 5px;
box-sizing: border-box;
padding-left: 5%;
padding-right: 5%; 
  }  
  
   
.featured-stories-hold{
width: 85%;
margin-left: 4%;
margin-right: 2%;
display: inline-block;
vertical-align: top;
text-align: left;	

}	
  

.featured-stories-each{
width: 45%;
margin-left: 2%;
margin-right: 2%;
margin-top: 2%;
margin-bottom: 3%;
display: inline-block;
vertical-align: top;	
}


.featured-stories-each-text{
width: 100%;
margin-top: 7%;
display: inline-block;
vertical-align: top;
margin-bottom: 2%;
}

.featured-stories-each-text a{
color: #031156;		
}


.featured-stories-each-text h3{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: gotham-black, calibri, ubuntu, sans-serif;
font-weight: 600;
font-size: 145%;	 
color: #031156;	 
margin-bottom: 7px;
margin-top: 1%;	
 text-align: left;
 box-sizing: border-box;
padding-left: 0;
padding-right: 0; 
  }
   
   
.featured-stories-each-text p{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: arial, gotham-r, calibri, ubuntu, sans-serif;
font-weight: 300;
font-size: 110%;	 
color: rgb(60,60,60);	 
text-align: left;
line-height: 150%;
margin-bottom: 2%;
margin-top: 5px;
box-sizing: border-box;
padding-left: 0;
padding-right: 0; 
  }  
  



/*Featured Stories End */ 
 
 
/*About the Community Start */


.about-the-community {
position: relative;
float: left;
width: 100%;
text-align: center;
padding-top: 5%;
padding-bottom: 5%; 
font-family: gotham-l, calibri, sans-serif;		
background: #f1f1f1;	
}


.about-the-community h2{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: gotham-black, calibri, ubuntu, sans-serif;
font-weight: 400;
font-size: 250%;	 
color: #031156;	 
margin-bottom: 7px;
margin-top: 1%;	
  }
   
   
.about-the-community p{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: arial, gotham-r, calibri, ubuntu, sans-serif;
font-weight: 300;
font-size: 140%;	 
color: rgb(60,60,60);	 
line-height: 150%;
margin-bottom: 4%;
margin-top: 5px; 
  }  


.about-the-community-text{
width: 40%;
margin-left: 2%;
margin-right: 2%;
margin-top: 5%;
margin-bottom: 3%;
display: inline-block;
vertical-align: middle;		
text-align: left;
}

.about-the-community-image{
width: 38%;
margin-left: 2%;
margin-right: 2%;
margin-top: 5%;
margin-bottom: 3%;
display: inline-block;
vertical-align: middle;		
overflow-y: hidden;	
overflow-x: hidden;	
padding-bottom: 40%; 
position: relative;
border: 8px solid white; 
-moz-box-shadow:    1px 1px 3px 1px silver;
  -webkit-box-shadow: 1px 1px 3px 1px silver;
  box-shadow:         1px 1px 3px 1px silver;
}

.about-the-community-image img{
width: 100%;
height: 100%;
left: 0;
top: 0; 
position: absolute; 
object-fit: cover; /*May not work on every browser but will likely work on most later versions*/
}

/*About Community End */  
  
  /* Generic Centered Section */
  
  
  .centered-section{
position: relative;
float: left;
width: 100%;
text-align: center;
padding-top: 5%;
padding-bottom: 5%; 
font-family: calibri, sans-serif;
background: #f2f2f2;
 }
 
 .centered-section-text{
	 
	width: 60%; 
	 display: inline-block;
vertical-align: top;
 }
 
 
 .centered-section h2{

display: inline-block;
vertical-align: top;
font-family: arial, ubuntu, sans-serif;
font-weight: 500;
font-size: 200%;	 
color: rgb(35,35,35);	 
margin-bottom: 1%;
margin-top: 4%;	
margin-top: 0;
 }
 
 .centered-section p{
display: inline-block;
vertical-align: top;
font-family: arial, calibri, ubuntu, sans-serif;
font-weight: 300;
font-size: 120%;	 
color: rgb(35,35,35);
line-height: 150%;	 
 }
 
 
 
 .call-to-action-hold,  .call-to-action-hold-left{
width: 100%;
margin-top: 2%; 
margin-bottom: 1%;
position: relative;
text-align: center;
}

.call-to-action-hold-left{
	text-align: left;
}


.call-to-action, .call-to-action-ghost, .call-to-action-ghost-blue{
width: auto;
padding: 14px;
border-radius: 3px;
font-weight: 600;
font-family: arial, gotham-b, calibri, sans-serif;	
background: #031156;
border: 2px solid #031156;
display: inline-block; 
vertical-align: top;
overflow: hidden;
text-transform: uppercase;
color: white;
font-size: 18px;
outline: none;
margin-top: 2%;
margin-bottom: 2%;
position: relative;
line-height: 100%;
text-align: center !important;	
}
 
 .call-to-action-test{
-webkit-appearance: none;
width: auto;
padding: 14px;
border-radius: 3px;
font-weight: 500;
font-family: gotham-b, calibri, sans-serif;	
background: #031156;
border: 2px solid #031156;
display: inline-block; 
vertical-align: top;	
text-transform: uppercase;
color: white;
font-size: 18px;
outline: none;
margin-top: 2%;
position: relative;
}

 .call-to-action-test-v2{
-webkit-appearance: none;
width: auto;
padding: 14px;
height: 30px;
border-radius: 3px;
font-weight: 500;
font-family: arial, gotham-b, calibri, sans-serif;	
background: #031156;
border: 2px solid #031156;
display: inline-block; 
vertical-align: top;	
text-transform: uppercase;
color: white;
font-size: 18px;
line-height: 30px;
outline: none;
margin-top: 2%;
margin-bottom: 2%;
position: relative;
}

 
 
 
 .call-to-action-ghost{
background: transparent;
border: 2px solid white;	 
	 
 }
 
.call-to-action-ghost-blue{
background: transparent;
border: 2px solid #031156;
color: #031156;
}	
 
 
 
 .call-to-action:hover, .call-to-action-ghost:hover, .call-to-action-ghost-blue:hover{
background: #0d6ac7;
border: 2px solid #0d6ac7;
color: white;
 } 
  
  
  /*Main Section*/
 
.mainbackground{
position: relative;
float: left;
width: 100%;
text-align: center;
padding-top: 5%;
padding-bottom: 5%; 
 }
 
 
 .mainbackground-div{
width: 70%;
display: inline-block;
vertical-align: top;
font-family: calibri, sans-serif;
text-align: center;	 
 }
 
 
 .mainbackground h1{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: arial, ubuntu, sans-serif;
font-weight: 500;
font-size: 240%;	 
color: rgb(55,55,55);	
 text-align: left;
 }
 
.mainbackground h2{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: calibri, ubuntu, sans-serif;
font-weight: 400;
font-size: 200%;	 
color: rgb(35,35,35);	 
margin-bottom: 1%;
margin-top: 4%;	
 text-align: left;
 }
 
 .mainbackground p{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: calibri, ubuntu, sans-serif;
font-weight: 300;
font-size: 120%;	 
color: rgb(35,35,35);	 
text-align: left;
 }
 
 
 
 
 /*Contact form section */
 
 
 .contact-form-hold{
background: #f3f3f3;
width: 100%;
float: left;
text-align: center;	 
padding-top: 70px;
padding-bottom: 70px;	 
font-family: arial, gotham-l, calibri, sans-serif;
font-weight: 300;
color: rgb(30,30,30);
 }
 
 
 .contact-form-hold-cont{
width: 40%;
display: inline-block;
vertical-align: top;
text-align: left;
 } 
 
 
  .contact-form-hold label{
	width: 100%;
margin-top: 10px; 
line-height: 25px;	
  }
 
 
 
 .contact-form-hold h1{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: gotham-black, arial, ubuntu, sans-serif;
font-weight: 500;
font-size: 220%;	 
color: #031156;	
 text-align: center;
 margin-top: 0;
 text-transform: uppercase;
 }
 
.contact-form-hold h2{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: gotham-b, calibri, ubuntu, sans-serif;
font-weight: 400;
font-size: 200%;	 
color: rgb(35,35,35);	 
margin-bottom: 1%;
margin-top: 4%;	
 text-align: center;
 }
 
 .contact-form-hold p{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: arial, calibri, ubuntu, sans-serif;
font-weight: 300;
font-size: 105%;	 
color: rgb(35,35,35);	 
text-align: left;
 }
 
 
 .contact-input-button{
-webkit-appearance: none;	 
width: auto;
padding: 8px; 
border: 0;
display: inline-block;
vertical-align: top;
margin-bottom: 8px;
margin-top: 8px;
outline: none;	
cursor: pointer;	
background: firebrick;
color: white; 
font-weight: 400;
font-family: calibri;
text-transform: uppercase;	
font-size: 15px;
border-radius: 1px;	
-webkit-appearance: none;
-moz-appearance: none;
}


 .contact-input-button:hover{
	 
	background: rgb(50,50,50); 
 }



.contact-input, .contact-input-message{
width: 100%;
padding: 12px;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
outline: none;
border: 0;
background: white;	
font-size: 14px;		
margin-top: 10px;
margin-bottom: 10px;
box-sizing: border-box; 
border: 1px solid silver;	
}
 
 .contact-input-message{
	 
height: 300px;	 
width: 98%;	 
 }
 
 
 .contact-separators {
width: 48%;
margin-right: 1%;
display: inline-block;
vertical-align: top; 
	 
 }
 
 .firstnameerror .contact-input, .lastnameerror .contact-input, .messageerror .contact-input-message, .addresserror .contact-input, .phoneerror .contact-input, .emailerror .contact-input{
	
	border: 1px solid #c61722;
	background: #F3DDE5;
	
}


.contact-input-er{
	
display: none;	
	
}



.contactresponse{
width: 100%;
font-family: arial, calibri, sans-serif;
font-weight: 300;
font-size: 15px;
color: rgb(55,55,55);	
	
	
}




/*Blog Info */

.blogmainpage{
width: 100%;
float: left;
text-align: center;	 
padding-top: 6%;
padding-bottom: 6%;	 
font-family: gotham-l, calibri, sans-serif;
font-weight: 300;
color: rgb(30,30,30);
background: #f2f2f2;	
}


 .blogmainpage h1{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: gotham-black, ubuntu, sans-serif;
font-weight: 500;
font-size: 200%;	 
color: #031156;	
 text-align: center;
 margin-top: 0%;
 margin-bottom: 4%;
 text-transform: uppercase;
 }
 
.blogmainpage h2{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: gotham-b,calibri, ubuntu, sans-serif;
font-weight: 400;
font-size: 170%;	 
color: #031156;	 
margin-bottom: 5px;
margin-top: 2%;	
 text-align: left;
 }
 
 .blogmainpage h3{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: gotham-b,calibri, ubuntu, sans-serif;
font-weight: 400;
font-size: 150%;	 
color: #031156;	 
margin-bottom: 5px;
margin-top: 2%;	
 text-align: left;
 }
 
 
 .blogmainpage h4{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: gotham-b,calibri, ubuntu, sans-serif;
font-weight: 400;
font-size: 140%;	 
color: rgb(35,35,35);	 
margin-bottom: 5px;
margin-top: 2%;	
 text-align: left;
 }
  
 
 
 .blogmainpage p,  .blogmainpage ul, .blogmainpage ol{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: arial, gotham-r, calibri, ubuntu, sans-serif;
font-weight: 300;
font-size: 125%;	 
color: rgb(35,35,35);	 
text-align: left;
line-height: 150%;
margin-top: 5px;
margin-bottom: 2%;
 }
 
.readmore-blog{
font-size: 15px;
font-family: gotham-b, calibri, sans-serif; 
width: 100%;
display: inline-block;
vertical-align: top;
text-align: left;
margin-top: 3%;	
}
 
.readmore-blog:hover{
text-decoration: underline; 	
}


.blogmainpage ul li ul li {
font-size: 80%;	
line-height: 125%; 
}


 .blogmainpage a{
color: rgb(65,65,65);	
color: #031156 !important; 
 }
 
.blogmainpage img{
width: 100%;
height: auto;
border: 8px solid white; 
-moz-box-shadow:    1px 1px 3px 1px silver;
  -webkit-box-shadow: 1px 1px 3px 1px silver;
  box-shadow:         1px 1px 3px 1px silver;
margin-top: 2%;
margin-bottom: 2%;
}



.blogmainpage-comp{
width: 80%;
display: inline-block;
vertical-align: top;
text-align: left;	 	 
margin-left: 5%;
}


.blogmainpage-comp-v2{
width: 60%;
display: inline-block;
vertical-align: top;
text-align: left;	 	 
}

.blogmainpage-comp-v3{
width: 52%;
display: inline-block;
vertical-align: top;
text-align: left;	 	 
}


.blogmainpage-each{
width: 30%;
display: inline-block;
vertical-align: top;
text-align: center;
margin-top: 2%;	 	
margin-bottom: 3%;	
margin-left: 1%;
margin-right: 1%;
}

.blogmainpage-each h2{
font-size: 140%;
}




.blogmainpage-sidebar{
width: 100%;
display: inline-block;
text-align: left;	 	
margin-left: auto;
}



.blogmainpage-sidebar-each-hold {
width: 100%;
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */	
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.blogmainpage-sidebar-each-hold .blogmainpage-sidebar-each {
  width: 48%;

}




.blogmainpage-sidebar a{
width: 100%;
border-bottom: 1px dotted gainsboro;
color: rgb(60,60,60);	
display: inline-block;
vertical-align: top;
padding-top: 8px;
padding-bottom: 8px;
text-align: left;
}


.blogmainpage-sidebar a:hover{
background: firebrick;
color: white;	
}

 
 /*Paging*/


.pagenumbershold{
width: 100%;
display: inline-block;
vertical-align: top;
text-align: center;	
margin-top: 3%;	
	
	
}




.pagenumbers{
width: 96%;
display: inline-block;
vertical-align: top;
text-align: left;	
margin-left: 1% !important	
	
	
}




ul.page-numbers {
    list-style: none;
    margin: 0 !important;
	margin-left: 0;
	width: 100%;
	display: inline-block;
	position: relative;
}

.page-numbers:after {
    content: ".";
    display: inline-block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: inline-block;
	vertical-align: top;
    margin: 8px 4px 4px 8px;
    text-align: center;
	font-family: calibri, sans-serif;
	font-weight: 300;
}

.page-numbers a,
.page-numbers span {
    display: inline-block;
    padding: 5px 4px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    color: white;
	background: white;
	border: 1px solid silver;
	border-radius: 4px;
	color: gray;
	margin: 0;
	
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: white;
    background: #031156;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }



.page-numbers .next{
margin-left: 6%;	
position: relative;	
display: inline-block;
padding: 5px 15px;
text-align: center;
	
}

.page-numbers .prev{
margin-left: 6%;	
position: relative;	
display: inline-block;
padding: 5px 15px;
text-align: center;
	
}


/*Paging End*/



/*Blog Layout */



/*Footer */


.footer-section{
width: 100%; 
float: left;
padding-top: 5%;
padding-bottom: 5%;
background: white;
border-top: 1px solid gainsboro;	
text-align: center;	
font-family: arial, gotham-r, calibri, sans-serif;
font-weight: 300;	
color: #031156;
}



.footer-section-logo{
width: 30%;
display: inline-block;
vertical-align: top;
margin-right: 20%;	
	
	
}

.footer-section-logo img{

width: 180px;
height: auto;

}

.footer-section-links, .footer-section-social-media-links {
width: 10%;
display: inline-block;
vertical-align: top;
margin-left: 3%;
margin-right: 3%;	
color: #031156;
text-align: left;	
}

.footer-section h3,  .footer-section p{
color: rgb(55,55,55);	
color: #031156 !important;
margin-bottom: 15px;
width: 100%;
display: inline-block;
margin-top: 2%;
font-size: 100%;
font-family: arial, gotham-b, calibri, sans-serif; 
font-weight: 600 !important;
}



.footer-section-links a {
color: rgb(55,55,55);	
color: #031156;
padding-bottom: 10px;
margin-bottom: 10px;
line-height: 25px;
width: 100%;
display: inline-block;	
}


.footer-section-links a:hover {
text-decoration: underline;	
}

.footer-section-social-media{
width: 25px;
height: auto; 
margin-left: 3px;	
margin-right: 3px;	
display: inline-block;
vertical-align: middle; 
}


.copyright-section{
width: 100%;
font-weight: 300;
float: left;
border-top: 1px solid gainsboro;
padding-top: 7px;
padding-bottom: 7px;
color: dimgray;
font-size: 13px;
text-align: center;	
font-family: calibri, sans-serif;
}




/*Media Queries */



@media (max-width: 1250px) {
	
.heroimagetext h1 {
font-size: 250%;
}	

.blogmainpage-comp{
width: 90%;
margin-left: 3%;
}

.blogmainpage-comp-v2{
width: 75%;	 	 
}

.blogmainpage-comp-v3{
width: 68%;	 	 
}
	
}

@media (max-width: 1000px){
	
.featured-stories-each{
margin-top: 1%;	
}

.about-the-community-text{
margin-top: 2%;
}

.about-the-community-image{
margin-top: 2%;
}


.blogmainpage h2{
	
font-size: 150%;	
}



.blogmainpage h1{
	font-size: 200%;
}


.contact-form-hold-cont{
width: 60%;	
	
}

.footer-section-logo{
margin-right: 15%;
}

.footer-section-links, .footer-section-social-media-links {
width: 15%;	
}



	
}

@media (max-width: 900px){
.centered-section h2{
	
font-size: 170%;	
	
}	


.centered-section p{
	
font-size: 100%;	
	
}	
	
	
	
}

@media (max-width: 850px){
	
.navlinks{
	
display: none;	
	
}

.openmenu{
	
display: block;	
}	
	
	
.heroimage{
text-align: center;
}	
	
.heroimagetext, .heroimagetextv2 {
width: 65%;
margin-left: auto; 
margin-right: auto;	
	
}


.heroimagetext h1{
font-size: 220%;	
}

.heroimagetext p{
font-size: 120%;	
}


.about-the-community h2, .featured-stories-section h2{
font-size: 210%;

}	


.about-the-community p{
font-size: 125%;

}


.blogmainpage-each {
width: 47%;	
}

.blogmainpage-comp-v2{
width: 80%;	 	 
}

.blogmainpage-comp-v3{
width: 80%;	 	 
}
	
.featured-stories-each-text{
margin-top: 40px;
}	
	
}


@media (max-width: 750px){
	
	
	.centered-section-text{
	
    width: 75%;	
		
	}
	
	.blogmainpage h1{
	font-size: 170%;
}


.featured-stories-hold{
width: 95%;
margin-left: 3%;
}

	
}





@media(max-width: 700px){
	
.footer-section-logo{
margin-right: 10%;
}	
	
	
.footer-section-links {
width: 17%;
}	


.contact-form-hold h1{
font-size: 170%;	
	
}
	
	
.contact-form-hold-cont{
	width: 75%;
	
}

.searchbarform{
width: 80%;	
}
	
.about-the-community-text, .about-the-community-image{
width: 70%;
}	
	
.about-the-community-image{
padding-bottom: 75%;
}	
	
	
}


@media (max-width: 600px){
	

.call-to-action, .call-to-action-ghost, .call-to-action-ghost-blue{
	font-size: 15px;
}

	
.heroimagetext, .heroimagetextv2 {
width: 80%;	
}	
	
	
.about-the-community-text, .about-the-community-image{
width: 80%;
}	
	
.about-the-community-image{
padding-bottom: 80%;
}		
	
.blogmainpage-comp-v2{
width: 90%;	 	 
}	
	
.blogmainpage-comp-v3{
width: 85%;	 	 
}	

.footer-section-logo{
margin-right: auto;
text-align: center;
width: 90%;
padding-bottom: 20px;
border-bottom: 1px solid gainsboro;
margin-bottom: 20px;
}	
	
	
.footer-section-links {
width: 80%;
margin-left: auto; 
margin-right: auto;
margin-bottom: 20px;
}	

.footer-section-links  a{
border-bottom: 1px dotted gainsboro;
padding-top: 8px;	
}

.footer-section-social-media-links {
width: 80%;
margin-left: auto; 
margin-right: auto;	
}




}


@media (max-width: 550px){
	
.centered-section{
padding-top: 50px;
padding-bottom: 50px;

}	
	
.centered-section-text{
	
    width: 85%;	
		
	}	
	
	
.centered-section h2{
	
font-size: 135%;	
}	
	
.searchbarform{
width: 100%;	
}	



	
	
}


@media (max-width: 500px){
	
.featured-stories-hold{
text-align: center;
}
.featured-stories-each{
width: 75%;
}
	
	
}




@media (max-width: 450px){
	
.heroimagetext, .heroimagetextv2 {
width: 85%;	
}






.contact-form-hold-cont{
	width: 85%;
	
}

.about-the-community-text, .about-the-community-image{
width: 85%;
}	
	
.about-the-community-image{
padding-bottom: 82%;
}

.blogmainpage-comp {
margin-left: 1%;	
}


.blogmainpage-each {
width: 97%;
margin-left: 1%;
margin-right: 1%;	
}
	
}

@media (max-width: 390px){
	
.featured-stories-each{
width: 90%;
margin-left: 1%;
margin-right: 1%;
}

.blogmainpage-sidebar-each-hold .blogmainpage-sidebar-each {
width: 100%;	
}

.contact-separators{
width: 98%;	
}

	
}
