/*
Theme Name: Azure Basic Child
Author: C. A. Brown
Description: Child Theme for Azure Basic.   
Template: azure-basic
*/
@import url('css/screen.css'); /* DO NOT REMOVE! */


/*        Global Syles                 */
/*------------------------------------*/

details, figcaption, figure { border: 0; font-size:100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }
audio, canvas, video { border: 0; vertical-align: baseline; margin: 0; padding: 0; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { 
	height: 100%; 
	scroll-behavior: smooth;
}



body { 
	height: 100%; 
    font-family: 'Montserrat', sans-serif;
	background: #fff; 
	color: #222;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
} 

:focus { outline: 0; }

ol, ul { list-style: none; }

a { text-decoration: none; }

table { border-collapse: separate;
        border-spacing: 0; }

img { clear: both; }



/*      Global WordPress Styles       */
/*-----------------------------------*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.sticky {}

.bypostauthor {}


/*      Basic Two-Column (Right) Lyouout       */
/*--------------------------------------------*/

#content { 
	width: 100%; 
}

#sidebar { 
	overflow: hidden;
    float: right;
    width: 30%; 
}
.wide #primary {
	width: 100%;
	float: none;
	overflow: hidden;
}
.wide #sidebar {
	display: none;
}
.singlewidth #primary {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
}
.singlewidth #sidebar {
	display: none;
}
.blog #primary {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
	padding: 0 15px;
}
.blog #sidebar {
	display: none;
}
.single #primary {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
	padding: 0 15px;
}
.single #sidebar {
	display: none;
}
.single #primary ul {
	list-style-type: disc;
}
.blog #primary ul {
	list-style-type: disc;
}
.single #primary ol {
	list-style-type: decimal;
}
.blog #primary ol {
	list-style-type: decimal;
}



/*    Framework Styles        */
/*---------------------------*/



#main { 
	padding: 100px 0 30px; 
}
.page-id-23 #main {
	padding: 10px 0 30px;
}

.entry-header { margin: 0 0 25px 0; }


/*    Primary Menu (Dropdown) Styles       */
/*----------------------------------------*/


nav[role="navigation"] { position: relative; }

nav[role="navigation"] ul { margin: 0 0 0 0;
                            padding: 0 0 0 0; 
						    display: block; }

nav[role="navigation"] ul li { clear: both; display: inline-block; }
nav[role="navigation"] ul li a {  }

nav[role="navigation"] ul li ul  { display: none; } 
nav[role="navigation"] ul li:hover ul  { display: block; } 
nav[role="navigation"] ul li ul  { position: absolute;
                                   padding: 10px 0 0 0; }

nav[role="navigation"] ul li ul li { display: block;
                                     position: relative; }

nav[role="navigation"] ul li ul li ul  { display: none !important; }
nav[role="navigation"] ul li ul li:hover ul  { display: inline !important; 
                                               position: relative !important; }
nav[role="navigation"] ul li ul li ul { padding: 0 0 0 0 !important;}

nav[role="navigation"] ul li ul li ul li { display: inline-block !important;
                                           position: relative; } 


/*    Static Sidebar Widget Styles       */
/*---------------------------------------*/											 

#sidebar-search { padding: 0 0 25px 0 ; }



/*    Navigation       */
/*--------------------*/


.nav-next { float: left; }
.nav-previous { float: right; }



/*    Theme Credit Text      */
/*--------------------------*/

#theme-credit { text-align: center; }


/*             Azure Basic Styles             */
/*-------------------------------------------*/

h1 { 
	font-size: 44px; 
	color: #201f3a;
	font-weight: bold;
	font-family: 'DM Serif Display', serif;
	margin-bottom: 35px;
}
h1 a {
	color: #5C5C8E;
}
h2 { 
	font-size: 32px; 
	color: #201f3a;
	font-weight: bold;
	font-family: 'DM Serif Display', serif;
}
.centertitle {
	text-align: center;
	font-size: 40px
}
h3 { 
	font-size: 28px; 
	color: #615E95;
	font-weight: bold;
	font-family: 'DM Serif Display', serif;
	margin-bottom: 10px;
}
h4 {
  font-size: 20px;
  color: #222;
  font-weight: 600;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
hr {
	width: 75%;
	margin: 50px auto;
}
#container-full { 
	width: 100%; 
}

#top-header { 
	width: 100%;
	posiiton: relative;
}
#top-header-section { 
	max-width: 1400px;
	width: 100%; 
	margin: -32px auto 32px;
	margin: 0 auto;
	position: relative;
	top: 10px;
	left: 0;
	right: 0;
}
.page-id-9 #top-header-section { 
	max-width: 1400px;
	width: 100%; 
	margin: 0 auto;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
}
.homebanner {
	width: 100%;
	position: relative;
}
.homebanner img {
	width: 100%;
}
.hometextbg {
  	position: absolute;
  	bottom: 20%;
  	max-width: 1200px;
  	left: 0;
	right: 0;
  	margin: 0 auto;
	padding: 0 15px;
}
.hometext {
  max-width: 450px;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  background-color: rgba(32, 31, 58, 0.8);
  padding: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 30px;
}
.hometext h1 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 16px;
  letter-spacing: 0;
  text-transform: none;
}
.hometext button {
  background-color: transparent;
  padding: 15px;
  box-shadow: 10px 10px 10px #444263;
  border: solid 2px #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin: 21px 0 10px;
}
.hometext button a {
	color: #fff;
}



/* Top Navigation */

#access { 
	padding: 50px 0 25px; 
    z-index: 500; 
	width: 70%;
	float: right;
}
#access ul {
	text-align: right;
}		  
#access a {
  color: #343445;
  padding: 4px 20px;
  font-weight: bold;
  font-family: "DM Serif Display", serif;
  font-size: 20px;
}

#access a:hover { 
	color: #5C5C8E; 
}

#access ul li:hover ul  {
	background-color: #fff;
	padding: 5px;
	text-align: left;
 }
#access ul ul li {
	padding-bottom: 8px;
}

/* Header Title Section */

#main-title { float: left;
              position: relative;
              width: 350px;
		      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
		      padding-left: 1.5em;
			  padding-top: 10px;
              z-index: 25; }

#site-title { text-transform: uppercase;
              margin-bottom: 10px; 
              font-size: 48px; }

#site-description { font-variant: small-caps; 
                    font-size: 14px; 
					margin-bottom: 20px; }

#header-sidebar-section { float: right;
                          text-align: right;
                          position: relative;
			              padding-right: 15px;
                          width: 560px;
				          font-size: 12px;
			              text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
			              padding-top: 10px;
                          z-index: 35;	}

#header-sidebar-section ul { list-style-type: none;
                             margin: 0;
				             text-align: right;
				             width: 560px; 
                             padding-left: 0; }
							 
#header-sidebar-section ul ul li { display: inline; 
                                   padding-right: 15px; }


/* Header Image */

#header-image { width: 986px; 
                height: 300px;
				border: 2px solid #6da0d3; }


/* Main Content Section */


.featured-thumb { margin-bottom: 10px; }
 
article { 
 	padding: 0;
}
		  
.entry-content { padding-top: 5px; }

.entry-title { font-size: 28px; 
               text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

.entry-meta { font-size: 10px; 
	          color: #8E8C84; }

.entry-meta a:hover { text-decoration: underline; }

.entry-content a:hover { text-decoration: underline; }

.entry-content embed { width: 675px; }

.page-link { margin-bottom: 10px; }

/* Sidebar Section */

#sidebar { color: #545350; 
           padding-right: 25px; 
		   padding-left: 10px; }

#sidebar-widget-title { color: #545350; }

.screen-reader-text[for="s"] { display: none; }

#wp-calendar { width: 100%; }

#calendar_wrap #wp-calendar caption { text-align: center; }

#wp-calendar #prev, #wp-calendar #next { font-style: normal;
                                         font-size: 9pt; }

#wp-calendar #next { text-align: right; }



/* Single Page and Comments */

.assistive-text { color: #545350; }

#nav-single { padding-left: 25px; }

#comments { padding-left: 25px; }

#comments #respond { padding-left: 25px; }

.comment-meta { margin-bottom: 10px; }

.comment-author img { padding-right: 5px; }

#nav-below { padding-left: 25px; }

.pingback .edit-link { margin-left: 10px; }

.comment-author a { color: #6fa2d6; }

.comment-author a:hover { color: #28598A; 
                          text-decoration: underline; }

.comment-author img { margin: 0 10px 0 0; }

.comment-form-author input[type="text"] { margin-left: 27px; 
                                          background: none repeat scroll 0 0 #FFFFFF;
                                          color: #7E7E7E;
                                          outline: 0 none;
                                          padding: 5px 10px;
                                          position: relative;
                                          width: 175px; }

.comment-form-email input[type="text"] { margin-left: 30px; 
                                         background: none repeat scroll 0 0 #FFFFFF;
                                         color: #7E7E7E;
                                         outline: 0 none;
                                         padding: 5px 10px;
                                         position: relative;
                                         width: 175px; }

.comment-form-url input[type="text"] { margin-left: 25px; 
                                       background: none repeat scroll 0 0 #FFFFFF;
                                       color: #7E7E7E;
                                       outline: 0 none;
                                       padding: 5px 10px;
                                       position: relative;
                                       width: 175px; }

.comment-form-comment label { float: left; 
                              clear: both; }

.comment-form-comment textarea { margin-left: 15px;
                                 margin-top: 0; 
                                 background: none repeat scroll 0 0 #FFFFFF;
                                 color: #7E7E7E;
                                 outline: 0 none;
                                 padding: 5px 10px;
								 width: 500px;
                                 position: relative; }

#commentform p.form-allowed-tags { font-size: 9pt; }

#comment-nav-above, #comment-nav-below { margin-bottom: 15px; }


/* Footer Section */

#footer-bottom { 
	background: #000; 
	padding: 0; 
	clear: both;
    width: 100%; 
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.columns {
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15p;
}
.columnssmall {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
.column1 { 
    width: 48%; 
	font-weight: 700;
	color: #333160;
	float: left;
}
.column1 img {
	max-width: 200px;
	width: 100%;
	margin: 0 auto;
	display: block;
}
.column1 a {
	color: #333160;
	display: block;
}
.column2 { 
    width: 48%; 
	float: right;
	color: #333160;
	text-align: center;	
	font-weight: 700;
	padding-top: 35px;
}
.column2 a {
	color: #333160;
	display: block;
	font-weight: 600;
}
.column2 span {
	font-size: 26px;
}
.column3 { 
    width: 100%; 
}
.column3 ul {
	margin: 25px auto;
	padding: 20px 0 0;
	border-top: solid 1px #a1a3ac;
	text-align: center;
}
.column3 li {
	display: inline-block;
	padding: 0 18px;
}
.column3 a {
	color: #333160;
	display: block;
	font-weight: 600;
}

.column.last { margin: 0; }

#footer-content { 
	padding-top: 25px; 
}

#footer-content .column h4 { color: #000;
                             font-size: 10.5pt; 
                             border-bottom: 1px solid #000; }

#footer-content .column ul { font-size: 9pt;  
                             padding-left: 0 !important;}

#footer-content .column ul li a { color: #28598A; }

#footer-content .column ul li a:hover { color: #00F; }

#site-credits { 
	padding: 8px 0; 
	text-align: center;
	color: #fff;
	background-color: #333160;
	font-size: 12px;
}

#theme-credit { padding: 0; }


*, *:before, *:after {   
	-webkit-box-sizing: border-box;    
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.clear {
	clear: both;
}
.logo {
	width: 30%;
	float: left;
	position: relative;
	z-index: 600;
}
.logo img {
	max-width: 200px;
	width: 100%;
	height: auto;
}
.page-id-9 .logo img {
	max-width: 300px;
	width: 100%;
	height: auto;
}
.home1 {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 150px;
	overflow: hidden;
}
.home1left {
	float: left;
	width: 70%;
}
.home1left img {
	max-width: 900px;
	width: 100%;
	height: auto;
}
.home1right {
	position: absolute;
	width: 48%;
	right: 0;
}
.home1right h2 {
	text-align: right;
	font-size: 50px;
	margin-bottom: 10px;
}
.home1box {
	background-color: #6c6997;
	padding: 20px;
	margin-right: 50px;
	color: #fff;
	font-size: 16px;
}
.home1 a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.home2 {
	margin: 50px 0;
	padding: 50px 0 20px;
	 background: rgb(208,205,216);
background: linear-gradient(180deg, rgba(208,205,216,1) 0%, rgba(159,161,171,1) 100%); 
}
.home2 h2 {
	text-align: center;
	font-size: 40px;
}
.home2 h3 {
	color: #fff;
	font-size: 36px;
	text-align: right;
	margin-bottom: 10px;
	letter-spacing: 0;
	text-transform: none;
	font-weight: 700;
}
.formbg {
	max-width: 830px;
	width: 100%;
	margin: 0 auto 50px;
	padding: 0 15px;
}
.formbg h2 {
	text-align: center;
	font-size: 40px;
}
.formbg .gform_wrapper.gravity-theme .gfield input.large, .formbg .gform_wrapper.gravity-theme .gfield select.large {  	
	width: 100%;
	background-color: #e9ebf1;
	border: solid 1px #dbdbdb;
	font-family: 'Roboto', sans-serif;
}
#input_1_6 {
	height: 70px;
	background-color: #e9ebf1;
	border: solid 1px #dbdbdb;
	font-family: 'Roboto', sans-serif;
}
#gform_submit_button_1 {
	background-color: #333160;
	border: none;
	padding: 20px 50px;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
}
.gform_required_legend {
	display: none;
}
.about {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.about h1 {
	text-align: center;
}
.about1left {
	width: 50%;
	float: left;
}
.about1right {
	width: 50%;
	float: right;
}
.about ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 50px 0;
	padding: 0;
}
.about li {
	width: 100%;
	display: block;
	padding: 20px;
	background-color: #DBDAE7;
	border-radius: 8px;
	margin: 10px;
}
.about1right li:nth-child(2) {
	padding-bottom: 82px;
}
.about1 {
	margin: 70px 0 50px;
	overflow: hidden;
}
.aboutleft {
  width: 48%;
  float: left;
  line-height: 36px;
  font-size: 20px;
}
.aboutleft h3 {
  font-size: 44px;
  margin-bottom: 26px;
}
.aboutright {
	width: 48%;
	float: right;
}
.aboutright img {
	max-width: 600px;
	width: 100%;
	height: auto;
}
.aboutnav {
	margin: 0 0 75px;
	border-bottom: solid 1px #ededef;
	padding: 0 0 75px;
}
.aboutnav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
}
.aboutnav li {
  width: 300px;
  display: inline-block;
  margin: 10px;
}
.aboutnav a {
  width: 100%;
  background-color: #595690;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  display: block;
  text-align: center;
}
.services {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.services h1 {
	text-align: center;
}
.services h2 {
	text-align: center;
}
.services ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 50px 0;
	padding: 0;
}
.services li {
	width: 47%;
	margin: 10px;
	display: inline-block;
	padding: 20px;
	background-color: #DBDAE7;
	border-radius: 8px;
}
.services2 {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}
.services2 ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
}
.services2 li {
	width: 250px;
	background-color: #587EA8;
	margin: 10px;
	padding: 15px;
	border-radius: 5px;
}
.services2 li h2 {
  font-size: 28px;
  margin-bottom: 12px;
  text-align: center;
  color: #E9EBF1;
}
.services2 ul ul {
	text-align: center;
}
.services2 li li {
  padding: 0 0 6px 0;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #201f3a;
}
.testimonials span {
	font-style: italic;
	font-weight: 600;
}
.su-posts-default-loop .su-post-thumbnail {
  width: 150px !important;
  height: 150px !important;
  margin: 10px 30px 0 0 !important;
}
.su-posts-default-loop .su-post-thumbnail img {
  max-width: 150px !important;
  max-height: 150px !important;
	object-fit: cover;
}
.su-posts-default-loop h2.su-post-title {
  font-size: 25px !important;
	color: #333160;
  line-height: 32px;
}
.su-posts-default-loop h2.su-post-title a {
	color: #333160;
}
.su-posts-default-loop .su-post {
  font-size: 16px !important;
	margin-bottom: 85px !important;
}
button {
	background-color: #333160;
	border: none;
	padding: 20px 50px;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
}
button a {
	color: #fff;
}
button a:hover {
	color: #B3B6BF;
}
.single h1 {
	font-size: 28px;
	line-height: 34px;
}


/*    Responsive Styles        */
/*---------------------------*/


@media only screen and (min-width:0px) and (max-width: 1000px) {
.home1left {
  float: none;
  width: 100%;
}
.home1right {
  position: relative;
  width: 100%;
  right: 0;
}
.home1box {
  margin: 0 auto;
}
.home1 {
	padding: 0 15px;
}
.home1right h2 {
  text-align: left;
  font-size: 45px;
}
.home1left img {
  max-width: 1000px;
}
.logo {
	width: 100%;
	text-align: center;
}
.page-id-9 .logo img {
	max-width: 200px;
}
.homebanner {
  width: 100%;
  height: 650px;
  overflow: hidden;
  position: relative;
}

.homebanner img {
  height: 100%;
  Width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
}
@media only screen and (min-width:0px) and (max-width: 900px) {

}

@media only screen and (min-width:0px) and (max-width: 850px) {

}

@media only screen and (min-width: 0px) and (max-width: 800px) {
.aboutleft {
	float: none;
	width: 100%;
}
.aboutright {
	float: none;
	width: 100%;
}
.about1left {
	float: none;
	width: 100%;
}
.about1right {
	float: none;
	width: 100%;
}
}

@media only screen and (min-width: 0px) and (max-width: 750px) {

}

@media only screen and (min-width: 0px) and (max-width: 700px) {
.column1, .column2 {
	float: none;
	width: 100%;
}
.column3 li {
	display: block;
}
}

@media only screen and (min-width: 0px) and (max-width: 600px) {

}

@media only screen and (min-width: 0px) and (max-width: 537px) {
	  
}

@media only screen and (min-width: 0px) and (max-width: 500px) {

}

@media only screen and (min-width: 0px) and (max-width: 347px) {

}


