@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');


.typography {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	}


/* page link behaviour */	
#pagetext a:link { text-decoration: none; color: #FFFFFF}
#pagetext a:visited { text-decoration: none; color: #FFFFFF}
#pagetext a:hover {
	color: #00cc00;
	text-decoration: underline;
}
#pagetext a:active {
	color: #56595C;
	background-color: #00CC00;}

aside a:link {color: #3c3d3e}
aside a:visited {color: #3c3d3e}
aside a:hover {
	color: #00cc00;
	text-decoration: underline;
} 

/*.underline > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}*/

a {
  color: #56595C;
  display: inline-block;
  /*padding: 15px 20px;*/
  position: relative;
}
a:after {    
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
a:hover:after { 
  width: 100%; 
  left: 0; 
}


.featured a:after {    
  display: none;
}

/*page content styles */

#HomeMain h1,
#showcase h2,
article h1 {
	/*font-family: ashburylight, "Times New Roman", Times, serif;*/
	font-size: 38px;
	line-height: 44px;
	/*font-weight: normal;*/
	text-transform: lowercase;
	color: #00cc00;
	padding-bottom: 20px;
	font-weight: bold;
}

#offer h1 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-shadow: none;
	}
	
h2 {
	/*font-family: ashburylight, "Times New Roman", Times, serif;*/
	font-size: 26px;
	/*font-style: oblique;*/
	line-height: 30px;
	font-weight: normal;
	text-transform: lowercase;
	color: #00cc00;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
	/*text-shadow: -1.5px -1.5px 2px #3a3a3a;*/
}

h2 a {
	color: #00cc00;
	text-decoration: none;
}

h2 a:hover {
	color: #00cc00;
	text-decoration: underline
}

h3 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #3c3d3e;
	padding-bottom: 20px;
	padding-top: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	}
	
h4 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #3c3d3e;
	padding-bottom: 20px;
	padding-top: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	}

h5 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #3c3d3e;
	padding-bottom: 20px;
	padding-top: 20px;
	font-weight: 200;
	letter-spacing: 1px;
	}
.discipline h1 {
	font-size: 26px !important;
	line-height: 44px !important;
	text-transform: lowercase;
	color: #56595C !important;
	margin-top: 25px !important;
	padding-bottom: 20px !important;
	font-weight: 300 !important
}
.intro {text-align: center}
.intro p,
.discipline p {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #56595C;
	padding-bottom: 20px;
	font-weight: 100;
	letter-spacing: 1px
}
.intro p a,
.discipline p a{
	font-weight:700;
	text-decoration: none !important
}
.intro p a:hover,
.discipline p a:hover {
	color:#56595C;
}
.intro p a:after,
.discipline p a:after {    
  background: #56595C;
}
#homepage p {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #FFF;
	padding-bottom: 20px;
	margin-top: 40px;
	font-weight: 300;
	letter-spacing: 1px;
	}
	
#homepage a {
	color: #56595C;
	text-decoration: underline;
}

#homepage a:hover {
	color: #00cc00;
}
#homepage ul {
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 30px;
}
#homepage li {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: 100;
	letter-spacing: 1px;
}	
	
article p,
article li {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #56595c;
	padding-bottom: 10px;
	font-weight: 300;
	letter-spacing: 1px;
	}

article li {
	margin-left: 30px;
	padding-left: 15px;
	list-style-type: disc;
}
article p a,
article li a{
	text-decoration: underline;
}

article p a:hover,
article li a:hover {
	color: #00cc00;
}


article p a:visited,
article li a:visited {
	/*color: #56595C;*/
	text-decoration: underline;
}


em {
	font-style: italic;
}
#main ol {
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 30px;
}

#main ul {
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 30px;
}
#main li {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #3c3d3e;
	font-weight: 200;
	letter-spacing: 1px;
	padding-bottom: 10px;
	list-style-type: disc;
}

.photo-album-info p  {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 28px;
	color: #56595C;
	padding-bottom: 20px;
	font-weight: 200;
	letter-spacing: 1px;
	}
	
.run-in {
	/*font-family: ashburylight, "Times New Roman", Times, serif;*/
	font-size: 24px;
	color: #00cc00;
	font-weight: normal;
	text-transform: lowercase;
	/*font-style: italic;*/
}

#HomeFooter a {
	color: #FFF;
	text-decoration: none;
}

#HomeFooter a:hover {
	/*color: #00cc00;*/
	}
	
#footer p,
#landingFooter p,
#HomeFooter p{
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 13px;
	/*text-transform: lowercase;*/
	line-height: 22px;
	margin-bottom: 20px;
	font-weight: 100;
	letter-spacing: 1px;
	}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	/*color: #00cc00;*/
	}

#formtype td {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #56595C;
	padding-bottom: 20px;
	font-weight: 100;
	letter-spacing: 1px;
	}

.webnote {
	position:absolute;
	/*width:320px;*/
	z-index:1;
	visibility: hidden;
	overflow: auto;
	/*top: 600px;
	left: 80px;*/
	font-family: ashburylight, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 28px;
	text-align: left;
	color: #56595C;
}

aside p {
	font-family: ashburylight;
	font-size: 16px;
	font-style: italic;
	line-height: 26px;
	/*border-top-style: dotted;
	border-top-color: #56595c;
	border-top-width: 1px;*/
	padding-top:10px;
	margin-bottom: 20px;
	margin-left:40px;
	margin-right:40px;
	}

.WidgetHolder h3 {
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.WidgetHolder ul {
	margin-left: 20px;
	padding-bottom: 10px;
	}
	
.WidgetHolder li {
	color:#56595c;
	}

.WidgetHolder a:hover {
	color: #FFF;
	}

/*for testimonials page*/

blockquote {
	margin-top: 20px;
	background-image: url(../images/global/quote.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 70px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #3c3d3e;
	font-weight: 200;
	letter-spacing: 1px;
	font-style:italic;
	border-top-style: dotted;
	border-top-color: #56595c;
	border-top-width: 1px;
}

/*form stuff*/

#formtype li {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #56595C;
	list-style-type: none;
	padding-bottom: 10px;
	font-weight: 100;
	letter-spacing: 1px;
	}
	
label {
	width: 180px;
	float: left;	
	}
	
input {
	width: 320px;
	padding: 8px;
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
border: 0;
box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
	}
	
input[type=checkbox] {
	  width: 20px;	  
	  }

input[type=radio] {
	  width: 20px;	  
	  }
	  
input[type=submit] {
	width: 320px;
	padding: 8px;
	font-weight: bold;
	background-color: #00cc00;
	margin-top: 30px;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
	}

#solver {
	width: 160px;
	float: right;
	}

textarea {
	width: 500px;
	padding: 8px;
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
border: 0;
box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
	}

#landing-CTA-type h2 {
	text-align: center;
	font-size:40px;
	line-height: 40px;
	font-weight: bold;
	padding: 0px !important;
	}	
	
#landing-CTA-type h3 {
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	}

#landing-CTA-type p {
	text-align: right;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	color: #00cc00;
	}
.pullquote {
    padding:50px;
    background-color:#E1E1E1;
    margin-top:20px;
    margin-bottom:20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.pullquote h2 {
    font-family: ashburylight;
    font-style: italic;
    color: #56595c;
    text-transform: capitalize !important
}
.caption {
    font-size: 11px;
    font-style: italic;
    letter-spacing:2px;
    margin-bottom:20px !important
}
@media only screen and (max-width: 479px) {
	#pagetext h1 {
	font-family: ashburylight, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 38px;
	font-weight: normal;
	text-transform: lowercase;
	color: #00cc00;
	padding-bottom: 40px;
	text-shadow: -1.5px -1.5px 2px #3a3a3a;
	/*text-shadow: rgba(0,0,0,0.3) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -1px -2px;*/
}

#pagetext h2 {
	font-family: ashburylight, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: oblique;
	line-height: 20px;
	font-weight: normal;
	text-transform: lowercase;
	color: #00cc00;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
}

.webpackage {
	height: auto;
	}

#landing-CTA-type h2 {

	font-size:35px;
	line-height: 35px;

	}	
	
#landing-CTA-type h3 {

	font-size: 16px;
	line-height: 18px;
	}
.pullquote {
    padding:30px;

}