/*
Theme Name: atgames
Description: atgames is a custom responsive theme created for AtGames Cloud Holdings Ltd.
Author: Sharon Colombo
Author URI: http://www.colombodesigns.com
Version: 1.0
Tags: single column, two columns, three columns, custom header, custom footer, featured image, valid XHTML, valid CSS
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body 
{
    background-color: #ffffff;
    color: #666666;
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    border-top: none;
    line-height: 26px;
}
.wrapper { width: 100%; overflow: hidden; float: left;}
.wrapper .fullwidth { width: 92%; padding: 0 4%; max-width: 1260px; margin: auto; }
.blog.news .wrapper.featured .fullwidth {
    padding: 0;
    width: 100%;
    background-size: cover;
    max-width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.blog.news .wrapper .fullwidth {
    max-width: 1460px;
}
.wrapper.landing {
    background-image: url(background_legendsultimate.jpg);
    min-height: 700px;
    position: relative;
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
}
.wrapper.footer {
   text-align: center;
}
.wrapper.footer .fullwidth { padding: 50px 4%; }

.wrapper.cover .fullwidth.row {
    width: 100%;
    padding: 0;
    max-width: 100%;
}
.newsletter .fullwidth {
    padding: 45px 4% 30px;
}

#logo { width: auto; float: left; padding: 20px 0px 14px; max-width: 250px; }
.news #logo {     padding: 22px 0 12px; }
#social { width: auto; float: right; height: 42px; padding: 19px 0; }
#social a.fab,
.social a.fab, 
#social a.fas,
.social a.fas {
    display: inline-block;
    background-clip: padding-box;
    background-color: transparent;
    color: transparent;
    font-size: 0;
    height: 30px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    width: 45px;
}
#social a.fab:before, 
#social a.fas:before {
    color: #666666;
    font-size: 28px;
    line-height: 30px;
}
.news #social a.fab:before, 
.news #social a.fas:before {
    color: #fff;
}
.social a.fab:before, 
.social a.fas:before {
    color: #666666;
    font-size: 24px;
    line-height: 30px;
}



#social a.fab:hover:before,
.social a.fab:hover:before, 
#social a.fas:hover:before,
.social a.fas:hover:before {
  color: #60ab08;
}
.news #social a.fab:hover:before,
.news .social a.fab:hover:before, 
.news #social a.fas:hover:before,
.news .social a.fas:hover:before {
  color: #999999;
}
#content {
    width: 34%;
    float: right;
    padding: 50px 0 30px;
}
textarea {
	height: 100px;
		font-size:16px;
  font-family: proxima-nova,sans-serif;
		color: #353535;
	padding: 5px;
  font-weight: 300;
}

input {
	font-size:16px;
  font-family: proxima-nova,sans-serif;
	color: #353535;
	padding: 5px;
  font-weight: 300;

}
input[type="text"], input[type="password"], input[type="email"], input[type="file"], textarea, select {
	border:1px solid #bfbfbf;
		width: 95%;
	max-width: 600px;
  margin: 5px 0 10px;
  height: 30px;
}
textarea { height: 100px; }
input[type="button"] {
  font-family: proxima-nova,sans-serif;
	font-size:16px;
  -webkit-appearance: none;
}
/* custom button font styles */
input[type="button"], input[type="submit"], .button, *.button:link {
	margin: 10px 5px 10px 0;
	padding:  0 20px;
  height: 50px;
	line-height:50px;
  font-family: proxima-nova,sans-serif;
	font-size:24px;
	width:auto;
	color:#FFF !important;
	display:inline-block;
	position:relative;
	cursor:pointer;
	text-decoration:none !important;
	background: #60ab08; /* green */ 
	border-radius:0px;
	border: 4px solid #bfbfbf;
  -webkit-appearance: none;
}
.button.yellow {
	background-color:  #fccf00; 
}

input[type="submit"].wpcf7-submit {
    line-height: 40px;
}
.green .button {
	background-color: #666666;
}
.green .button:hover {
	background-color: #f1f1f1;
	color: #666666 !important;
}
.mc-field-group input[type="submit"] {
    background-color: #666666;
    height: 42px;
    line-height: 34px;
	font-size: 18px;
}
.mc-field-group input[type="submit"]:hover {
	background-color: #60ab08;	
}
.button.yellow:hover,
input[type="submit"]:hover
{
  background-color: #666666;
}
label {
    width: 100%;
    float: left;
    color: #666;
    font-weight: 400;
    padding-bottom: 5px;
    font-size: 18px;
}

p 
{
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 15px;
    font-weight: 300;
}
p a {
  color: #60ab08;
  text-decoration: none;
}
.news #content ol li a,
.news #content ul li a,
.news p a { font-weight: 600; } 
p a:hover {
  color: #666666;
  text-decoration: none;
}
.footer p
{
  font-size: 16px;
  text-align: center;
}
.mc-field-group {
	width: 26%;
	padding: 0 2% 0 0;
	float: left;
}
.mc-field-group.submit {
    width: 14%;
    padding: 26px 0 0;
}
div#mc_embed_signup {
    padding-top: 20px;
}

@media (max-width: 1100px) {
.mc-field-group {
	width: 48%;
}
div#mc_embed_signup {
    padding-top: 0px;
}
}

@media (max-width: 550px) {
.mc-field-group {
	width: 98%;
}
div#mc_embed_signup {
    padding-top: 0px;
}
}







/* --- LINK STYLES --- */

a, a:link {
  color: #60ab08; /* green */
  text-decoration: none;
}
a:visited {
  color: #60ab08; /* green */
  text-decoration: none;
}
a:hover {
  color: #60ab08; /* green */
  text-decoration: underline;
}
/* --- HEADER STYLES ---*/ 

h1, h2, h3, h4, h5, h6 {
	margin: 0;
  padding: 0 0 10px 0;
  font-weight: 300;
}


h1 {
  color: #60ab08; /* green */
  font-size: 54px;
  line-height: 60px;
}

h1.centered {
  text-align: center;
}
h1.categoryname {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 30px;
}

h2 {
    font-size: 44px;
    line-height: 52px;
}


.icons h2.sectiontitle {
    color: #666666;
    text-align: center;
    padding: 10px 0 40px;
}
.carousel h2.sectiontitle{
    color: #666666;
    text-align: center;
    padding: 0px 0 40px;
}
.numbers h2.sectiontitle {
    color: #666666;
    text-align: center;
    padding: 50px 0 40px;
}
.profile h2 {
    text-transform: capitalize;
    padding-bottom: 10px;
    font-size: 42px;
    line-height: 50px;
    padding-top: 20px;
}
.profile {
	padding: 10px 0px;
}

h3 {
	font-size:36px;
  line-height: 44px;
}
.search h3 a {
  font-weight: 400;
}
h3.numbertext {
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
}

h4 {
	font-size:32px;
	line-height:38px;
}
.newsletter h4 {
    font-size: 28px;
    padding-bottom: 10px;
}
.newsletter h4 i:before {
    font-weight: 400;
}

h5 {
	font-size:18px;
  line-height: 24px;
}

h6 {
	font-size:18px;
	line-height:24px;
}

/* --- PARAGRAPH STYLES --- */

p {
	padding: 0 0 15px;
	text-align: left;
}
p.centered {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    padding: 0 50px 5px;
}

.bgimg p {
  font-size: 24px;
  line-height: 32px;
}

img {
    max-width: 100%;
    height: auto;
}

img.round {
	border-radius: 50%;
}

/* if @font-face is used, make certain the strong tag is styled to display the bold version of a custom font, not simply a bold on a non-bold font */
strong {
  font-weight: 400;
}
.news strong {
  font-weight: 600;
}
/* inserts/deletions */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* --- FORM FIELD STYLES --- */


.wpcf7-form p {
    overflow: hidden;
    padding-bottom: 10px;
}

.white span.wpcf7-not-valid-tip {
    color: #60ab08; /* green */ 
	font-size: 16px;
}

.white div.wpcf7-validation-errors, 
#content div.wpcf7-acceptance-missing {
    border: none;
}

.white div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: none;
    font-weight: 400;
}

.newsletter .onefourth p.small {
    font-size: 15px;
}



.button.grey 
{
  background-color: #666666; /* grey */
}


.button:hover
{
  background-color: #666666;
}

.button.grey:hover {
	background-color: #60ab08; /* green */ 
}

input[type="checkbox"], input[type="radio"] {
	margin:0 5px 0 0;
	padding:0;
	vertical-align:middle;
}

/* Labels are clickable, we can make this behavior more obvious by setting the cursor to indicate this. */
button, input[type="submit"] {
	cursor:pointer;
}

/* focus styles */
:focus {
	outline: 0;
}
/* --- BLOCKQUOTE STYLES --- */

blockquote {
    background-color: #d9d9d9;
    margin: 30px 0;
    padding: 30px 30px 15px;
    text-align: center;
}
blockquote p {
    font-size: 15px;
    line-height: 20px;
}
blockquote .bottomborder {
    border-top: 1px solid #666666;
    padding-bottom: 12px;
}
#content iframe {
    width: 100%;
}

.videowrapper {
    clear: both;
    float: none;
    height: 0;
    margin: 0 0 20px;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}


.videowrapper > iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/* --- LIST STYLES --- */

ul, ol {
	margin: 0 0 0;
	padding: 0 0 15px 0;
}
ul {
	margin-left: 25px;
}
ul ul {
	margin-bottom:0;
    padding: 8px 0 3px;
}
ul li {
	padding: 0 0 5px 0;
	font-size: 20px;
    line-height: 28px;
}
ul ul li {
	padding: 0 0 3px 0;
}
dl {
	margin: 0 0 1em 0;
}
ol {
	list-style-type:decimal;
	margin-left:25px;
}
ol ol {
	margin-bottom:0;
  padding: 8px 0 5px;
}
ol li {
    padding: 0 0 3px 0;
    font-size: 20px;
    line-height: 28px;
}
ol li ol li {
	list-style-type:lower-alpha;
  	padding: 0 0 3px 0;
}
ol li ol li ol li {
	list-style-type:lower-roman;
}
ol li ol li ol li ol li {
	list-style-type:decimal;
}

.sideblog ul {
    margin: 0;
    padding: 0 0 10px 0;
}

.sideblog ul li {
    list-style-type: none;
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 16px;
    line-height: 20px;
}

.sideblog ul li a:hover {
	text-decoration: none;
}
.sideblog h3 {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 18px;
}
.sideblog h3 a:hover
{
  text-decoration: none;
}


/* ---  IMAGE STYLES --- */

img {
}
a img {
	border: 0 none;
}
img.alignright {
    float: right;
    max-width: 50%;
    width: 100%;
    padding: 0px 0 20px 3%;
}
img.alignright.wp-post-image {
	padding-top: 10px;
}
img.alignnone, img.aligncenter { width: 100%; height: auto;}
.single img.alignnone, .single img.aligncenter { padding-bottom: 5px; }
img.alignleft {
    float: left;
    max-width: 50%;
    width: 100%;
    padding: 0 3% 20px 0;
}
.wp-caption.alignnone, .wp-caption.aligncenter {
    width: 100% !important;
    height: auto !important;
    padding: 10px 0px;
}
.wp-caption.alignnone img, .wp-caption.aligncenter {
    width: 100%;
    height: auto;
}
p.wp-caption-text {
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    padding-bottom: 5px;
}
.news #content p.wp-caption-text {
    font-size: 15px;
    line-height: 18px;
}
.news #content p.wp-caption-text.featured {
    margin-top: -15px;
}

.excerpt img.wp-post-image {
    float: left;
    max-width: 100%;
    padding-bottom: 10px;
}
@media (max-width: 550px) {

img.alignright,img.alignleft {
  max-width: 100%;
  padding: 0 0 20px 0;
}
}

/* Wrapper Styles */

.wrapper
{
    height: auto;
    overflow: hidden;
    width: 100%;
}

.wrapper.grey 
{
    background-color: #f1f1f1; /* grey */
}
.wrapper.dkgrey {
	background-color: #666666;
}

.wrapper.white
{
  background-color: #ffffff;
}
.wrapper.green {
	background-color: #60ab08; /* green */ 
}
.wrapper.yellow {
	background-color:  #fccf00; 
}

.wrapper.newsletter
{
border-top: 10px solid #fccf00; /* yellow */ 
    background-color: #f1f1f1;	
}
.news .wrapper.newsletter { display: none; }

.grey .fullwidth,
.green .fullwidth {
    padding: 50px 4%;
    text-align: center;
}
.bgimg.internal .fullwidth {
  padding: 80px 4% 60px;
}

.wrapper.header
{
	background-color: transparent;
	border-bottom: 1px solid #b7b7b7;
	overflow: visible;
}
.news .wrapper.header {
  background-color: #333;
}
.wrapper.header .fullwidth.row {
    overflow: visible;
    height: 140px;
}

.news .wrapper.header .fullwidth.row {
  max-width: 100%;
}

.wrapper.header #banner
{
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
  background-size: cover;
  height: 400px;
  position: relative;
  width: 100%;
  float: left;
  padding: 0;
  margin-bottom: 50px;
  margin-top: 166px;
}
.wrapper.header #banner.internal {
    height: 166px;
    margin: 0;
}

.wrapper.header #slider
{
	position: relative;
	width: 100%;
	padding: 0;
	float: left;
}

.margin .fullwidth.small { padding-top: 30px; }
.margin .fullwidth.medium { padding-top: 60px; }
.margin .fullwidth.large { padding-top: 90px; }

.wrapper.bgimg {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
  background-size: cover;
  border-bottom: 1px solid #b7b7b7;
}
.page-id-5295 .wrapper.bgimg, .page-id-5590 .wrapper.bgimg {
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 50% 50%;
    background-size: contain;
    border-bottom: none;
}

@media (max-width: 900px) {
.bgimg.internal .fullwidth {
  padding: 10px 4%;
}
.bgimg h1 {
    font-size: 44px;
    line-height: 48px;
    padding-top: 10px;
}	
}

/* tablet width */
@media (max-width: 768px) {


.margin .fullwidth.small { padding-top: 20px; }
.margin .fullwidth.medium { padding-top: 40px; }
.margin .fullwidth.large { padding-top: 60px; }
	
.wrapper.header #banner
{
  height: 250px;
  margin-top: 0px;
}
.wrapper.bgimg {
    background-image: none !important;
}
.wrapper.bgimg .twothirds { display: none;}
#mobilemain {display: block !important; }
#mobilemain img.alignleft { max-width: 200px;}
	.bgimg h1 { padding-top: 0px; }	
}

@media (max-width: 500px) {
.bgimg h1 { padding-top: 10px; }		
.bgimg p {
    font-size: 20px;
    line-height: 26px;
}
  

}
@media (max-width: 450px) {
#mobilemain img.alignleft { display: none; }	
	
}




#searchicon {
	clear: right;
    float: right;
    padding: 0 0 0 40px;
    height: 60px;
    color: #666666;
    display: inline-block;
    margin-left: 0px;
}


#searchicon a.fas {
    padding: 0px;
    height: 60px;
    width: 30px;
	font-size: 0px;
}

#searchicon a.fas::before {
    font-size: 20px;
    line-height: 60px;
	color: #666666;
}
.news #searchicon a.fas:before { color: #fff; }
.news #searchicon a.fas:hover:before {
  color: #999999;
}
#searchicon a.fas:hover,
#searchicon a.fas:hover:before {
	color: #666666;
	text-decoration: none;
}

#quickSearchWrapper {
    position: absolute;
    right: 2%;
    top: 140px;
    display: none;
    background-color: #ffffff;
    padding: 0 2px 0 10px;
    border: 1px solid #b7b7b7;
    z-index: 99999999;
}
#searchform button {
    border: none;
    background-color: #fff;
    font-size: 24px;
    color: #666;
    line-height: 58px;
	float: left;
  -webkit-appearance: none;
}

#searchform input#s {
    width: 200px;
    float: left;
    margin: 10px 6px 10px 0;
    border: none;
    background-color: #ffffff;
	
}

#mainmenu #searchform {
    width: 300px;
    float: left;
    margin-left: 4%;
}

#mainmenu #searchform input#s,
#mainmenu #searchform input#go {
	margin-top: 0px;
	margin-bottom: 25px;
}


#mainmenu {
    float: right;
}

#mainmenu ul
{
  height: 60px;
  margin: 0;
  padding: 0;
}

#mainmenu ul.mainmenu li {
    padding: 0;
    display: inline-block;
    float: left;
    height: 60px;
    position: relative;
}

#mainmenu ul.mainmenu li a {
    line-height: 60px;
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    height: 60px;
    margin: 0 25px;
}
.news #mainmenu ul.mainmenu li a { color: #ffffff; }
#mainmenu ul.mainmenu li:last-child a {
    margin: 0 0 0 25px;
}

#mainmenu ul.mainmenu li a:hover,
#mainmenu ul.mainmenu li.current-menu-item a,
#mainmenu ul.mainmenu li.current-menu-ancestor a {
   text-decoration: none;
   color: #60ab08; /* green */
}

.news #mainmenu ul.mainmenu li a:hover,
.news #mainmenu ul.mainmenu li.current-menu-item a,
.news #mainmenu ul.mainmenu li.current-menu-ancestor a {
   text-decoration: none;
   color: #999999; 
}


#mainmenu ul.mainmenu li ul {
    background-color: #ffffff;
    display: none;
    left: 0;
    margin: 0;
    padding: 10px 0 10px;
    position: absolute;
    top: 60px;
    width: 200px;
    z-index: 99999;
    height: auto;
    border: 1px solid #b7b7b7;
}
.news #mainmenu ul.mainmenu li ul { background-color: #333; }

#mainmenu ul.mainmenu li:last-child ul {
    left: unset;
    right: -24px;
    text-align: right;
}


#mainmenu ul.mainmenu li ul li ul {
  border-top: none;
}

#mainmenu ul.mainmenu li:hover ul
{
display: block;
}

#mainmenu ul.mainmenu li ul li {
    display: block;
    list-style-type: none;
    height: auto;
    line-height: 20px;
    width: 200px;
}

#mainmenu ul.mainmenu li ul li a,
#mainmenu ul.mainmenu li:last-child ul li a,
#mainmenu ul.mainmenu li ul li:last-child a, 
#mainmenu ul.mainmenu li.current-menu-item ul li a,
#mainmenu ul.mainmenu li.current-menu-ancestor ul li a {
    color: #666666;
    display: inline-block;
    font-size: 18px;
    height: auto;
    line-height: 22px;
    padding: 0px;
    margin: 10px 25px;
    width: auto;
}
.news #mainmenu ul.mainmenu li ul li:last-child a { color: #ffffff; }

#mainmenu ul.mainmenu li ul li a:hover,
#mainmenu ul.mainmenu li ul li.current-menu-item a,
#mainmenu ul.mainmenu li.current-menu-item ul li.current-menu-item a
{
  color: #60ab08; /* green */
}

.news #mainmenu ul.mainmenu li ul li a:hover,
.news #mainmenu ul.mainmenu li ul li.current-menu-item a,
.news #mainmenu ul.mainmenu li.current-menu-item ul li.current-menu-item a,
.news #mainmenu ul.mainmenu li ul li:last-child a:hover {
  color: #999999; 
}

#mainmenu ul.mainmenu li ul li ul,
#mainmenu ul.mainmenu li ul li ul li,
#mainmenu ul.mainmenu li ul li:hover ul,
#mainmenu ul.mainmenu li ul li ul li a
{
	display: none !important;
}


#mobilemenubutton
{
 display: none;
}

@media (max-width: 1300px) {
#mainmenu ul.mainmenu li a {
font-size: 17px;
margin: 0 15px;
}
#mainmenu ul.mainmenu li:last-child a {
    margin: 0 0 0 15px;
}
/*#mainmenu ul.mainmenu li:first-child a {
  margin: 0 15px 0 0;
}*/
#mainmenu ul.mainmenu ul li:first-child a {
    margin: 10px 25px;
}	
#mainmenu ul.mainmenu li ul {
    left: -4px;
}	
#logo {
    width: 300px;
    height: auto;
    padding: 20px 0 0px 0;
}
#logo img {
    padding: 0px 0px 0px 0px;
}
#mainmenu ul {
    height: 60px;
}
#mainmenu ul.mainmenu li {
    height: 60px;
}
#mainmenu ul.mainmenu li a {
    line-height: 60px;
    height: 60px;
}
#mainmenu ul.mainmenu li ul {
    top: 60px;
}

}
/* tablet width */
@media (max-width: 768px) {

	#social,#searchicon { display: none;} 
.wrapper.header {
overflow: visible;
}

#logo {
    padding: 10px 0 10px 0;
    max-width: 150px;
}	
	
.wrapper.header .fullwidth.row {
    height: 86px;
}	
#mainmenu #searchform {
   width: 255px;
    margin-left: 4%;
    float: right;
}

#searchform input#s {
	width: 175px; border: 1px solid #b7b7b7;
	  -webkit-appearance: none;}	
	
#searchform button {
    color: #666;
    font-size: 24px;
    background-color: #fff;
	line-height: 40px;
	width: 32px;
}	
	
#mobilemenubutton
{
 display: block;
 float: right;
 width: auto;
 padding: 0 0px 0 10px;
	margin-right: -4%;
}

#mobilemenubutton a i.fas {
    background-clip: padding-box;
    background-color: transparent;
    color: transparent;
    display: block;
    font-size: 0;
    height: 85px;
    margin: 0;
    padding: 0 0 0 0px;
    overflow: hidden;
    text-align: center;
    width: 50px;
}
#mobilemenubutton a i.fas::before {
    color: #666666;
    font-size: 28px;
    line-height: 88px;
    cursor: pointer;
}
	#mobilemenubutton a:hover { text-decoration: none; border: none;}
#mobilemenubutton a i.fas:hover:before {
		color: #666666;
	text-decoration: none;
}	

#searchicon
{
  height: 50px;
  line-height: 50px;
  width: 48%;
  padding: 0 2% 0 0;
  text-align: right;
}
#quickSearchWrapper {
    top: 126px;
right: 0px;
}


#mainmenu {
    width: 275px;
    float: right;
    display: none;
    overflow: hidden;
    height: auto;
    background-color: #fff;
    position: absolute;
    top: 86px;
    right: 0px;
	border: 1px solid #b7b7b7;
	z-index: 99999;
}

#mainmenu ul.mainmenu {
  overflow: hidden;
  height: auto;
  padding: 10px 0px;
}

#mainmenu ul.mainmenu li {
    padding: 0;
    display: block;
    height: auto;
    width: 88%;
    margin: 0 6%;
}

#mainmenu ul.mainmenu li a {
	height: auto;
    line-height: 28px;
    font-size: 22px;
    padding: 12px 0 12px 0;
    display: block;
    color: #666666;
	margin: 0;
	text-align: right;
}
#mainmenu ul.mainmenu li:last-child a,
#mainmenu ul.mainmenu li:first-child a {
    padding: 12px 0 12px 0;
margin: 0;
	}	

#mainmenu ul.mainmenu li ul {
    display: none;
    left: 0;
    position: relative;
    top: 0;
    border-top: none;
    width: 100%;
}

#mainmenu ul.mainmenu li:hover ul
{
display: none;
}

#mainmenu ul.mainmenu li.current_page_item ul,
#mainmenu ul.mainmenu li.current_page_ancestor ul {
    display: block;
    background-color: transparent;
    border: none;
	padding: 0;
}
	
#mainmenu ul.mainmenu li ul li
{
		width: 100%;
	padding: 0;
	margin: 0;
}

#mainmenu ul.mainmenu li ul li a,
#mainmenu ul.mainmenu li:last-child ul li a,
#mainmenu ul.mainmenu li ul li:last-child a, 
#mainmenu ul.mainmenu li.current-menu-item ul li a,
#mainmenu ul.mainmenu li.current-menu-ancestor ul li a {
    color: #666666;
}
#mainmenu ul.mainmenu li ul li a:hover,
#mainmenu ul.mainmenu li ul li.current-menu-item a,
#mainmenu ul.mainmenu li.current-menu-item ul li.current-menu-item a {
   color:#60ab08;
}
	
	
	

}

	

/* END RESPONSIVE HEADER STYLES */

.fullwidth {
  max-width: 1260px;
  width: 92%;
  padding: 0px 4% 40px;
  margin: auto;
}  
.internal .fullwidth {
  padding: 0 4%;
}

.row {
    clear: both;
    overflow: hidden;
}

#content .row .round {
    margin-bottom: 20px;
}

#content 
{
  width: 70%;
  float: left;
}
#content.wide { width: 100%; }
.news #content.wide { padding: 60px 0 10px; }

#rightcol 
{
  width: 25%;
  float: right;
  padding: 0 0 0 5%;
}
#rightcol.sideblog {
    margin: 0 0 0 5%;
    padding: 50px 2% 5px;
    width: 21%;
}



#rightcol ul.sidemenu {
    list-style-type: none;
    text-align: left;
	margin: 0;
}
#rightcol ul.sidemenu li {
    display: none;
    background-color: #f1f1f1;
    padding: 30px 30px 12px;
    margin: 0;
}
#rightcol ul.sidemenu li ul li {
    padding: 5px 0px;
    margin: 0px;
}

#rightcol ul.sidemenu li ul {
	margin: 0px;
	padding: 5px 0px;
}

#rightcol ul.sidemenu li a {
    color: #666666;
    display: block;
    font-size: 40px;
	  line-height: 44px;
    font-weight: 400;
    padding: 0 0 5px;
    width: 100%;
    margin-bottom: 0px;
}

#rightcol ul.sidemenu li ul li a {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0px;
    font-weight: 400;
  color: #666666; 
}
#rightcol ul.sidemenu li.current-menu-item,
#rightcol ul.sidemenu li.current-menu-ancestor, 
#rightcol ul.sidemenu li.current-menu-item ul li,
#rightcol ul.sidemenu li.current-menu-ancestor ul li,
.events-single #rightcol ul.sidemenu li.event-parent,
.events-single #rightcol ul.sidemenu li.event-parent ul li
{
  display: block;
}
#rightcol ul.sidemenu li a:hover,
#rightcol ul.sidemenu li.current-menu-item a
{
  text-decoration: none;
  color: #60ab08; /* green */
}

#rightcol ul.sidemenu li.current-menu-item ul li a
{
  color: #666666;
}
#rightcol ul.sidemenu li.current-menu-item ul li a:hover,
#rightcol ul.sidemenu li ul li.current-menu-item a
{
  color: #60ab08; /* green */
}

#rightcol ul.sidemenu li ul li.current-menu-item ul li a
{
  color: #666666;
}
#rightcol ul.sidemenu li ul li.current-menu-item ul li a:hover,
#rightcol ul.sidemenu li ul li ul li.current-menu-item a
{
  color: #60ab08; /* green */
}

#rightcol ul.sidemenu li ul li ul {
    padding: 2px 0 0 0;
}
#rightcol ul.sidemenu li ul li ul li {
    padding: 0 0 0 15px;
}
#rightcol ul.sidemenu li ul li ul li a {
    font-size: 16px;
}

@media (max-width: 900px) {
#content 
{
  width: 70%;
}	
#rightcol 
{
  width: 25%;
}
}	

.half
{
  float: left;
  width: 47%;
  padding: 0 6% 0 0;
}

.half.last {
  padding: 0;
}

.half.copy {
    padding-top: 80px;
}
.half.cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0;
    width: 50%;
    height: 600px;
}

.cover .half.copy.last,
.cover .half.copy {
    padding: 170px 5% 0;
    width: 40%;
}



.half.copy h2 {
    color: #60ab08;
}
.dkgrey .half.copy h2,
.green .half.copy h2, 
.dkgrey .half.copy p,
.green .half.copy p
{ color: #ffffff; }
.yellow .half.copy h2
{ color: #666666; }

.half.copy h2,
.half.copy p
{ text-align: center; }

.half.copy.last h2,
.half.copy.last p
{ text-align: center; }
.sidebyside .half.last {
    float: right;
}
.cover .half.last.cover {
    float: right;
}

.gameblock p {
    padding-bottom: 10px;
    line-height: 24px;
}
.gameblock p.accordionHead {
    text-transform: capitalize;
    font-size: 24px;
    line-height: 32px;
}
.gameblock.platform {
    width: 47%;
	padding: 0 3% 0 0;
    float: left;
}
.gameblock.publisher {
    width: 100%;
    padding: 0;
    float: left;
}

.third
{
  width: 30%;
  float: left;
  padding: 0 5% 0 0;
}

.third.last {
  padding: 0;
}


.twothirds {
    float: left;
    width: 60%;
    padding: 0 5% 0 0;
}


.onethird {
    float: left;
    width: 35%;
    padding: 0 5% 0 0;
}

.twothirds.last {
    padding: 0;
}
.onethird.last {
	padding: 0;
}

.onefourth {
	float: left;
	width: 25%;
	padding: 0 5% 0 0;
}
.threefourths {
	float: left;
	width: 70%;
	padding: 0 5% 0 0; 
}
.threefourths.last,
.onefourth.last { padding: 0; }


.photoround {
	height: 400px;
	width: 400px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;	
	border-radius: 50%;
	margin: auto;
}

@media (max-width: 1150px) { .photoround { height: 350px; width: 350px; } .half.copy { padding-top: 50px; } }
@media (max-width: 900px) { .half.copy { padding-top: 30px; } }
@media (max-width: 768px) { .photoround { height: 250px; width: 250px; margin-top:30px; } .half.copy { padding-top: 0px; } }
@media (max-width: 600px) {.photoround { height: 300px; width: 300px;  margin: 0 auto 20px; }}


.profilecopy {
  float: left; 
  width: 75%;
}
.profileimage {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    float: left;
    margin: 0 30px 10px 0;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: scroll;
}
@media (max-width: 1100px) {  .profilecopy { width: 70%; } }
@media (max-width: 900px) {  .profilecopy { width: 60%; } }
@media (max-width: 768px) {  .profilecopy { width: 70%; } .profile h2 { clear: left; }}
@media (max-width: 700px) {  .profilecopy { width: 65%; } }
@media (max-width: 600px) {  .profilecopy { width: 100%; } .profileimage {margin: 0 0 10px 10px;} }
@media (max-width: 400px) { .profileimage { width: 250px; height: 250px; } }


/* BLOG STYLES */

.paging h2 { display: none; }

.nav-links {
    text-align: center;
    padding: 0px 0px 50px;
}

.page-numbers.current {
    background-color: #999999;
    cursor: default;
    color: #fff;
}
.page-numbers {
    display: inline-block;
    padding: 5px 12px;
    border: none;
    margin: 0 3px;
    min-width: 12px;
}

a.page-numbers {
    background-color: #333;
    color: #fff;
}


.featuredimagewrap {
    position: relative;
    overflow: hidden;
  margin-bottom: 20px;
}
.single-post .featuredimagewrap img.wp-post-image {
    float: left;
    padding-bottom: 0;
}
.featuredimagewrap .fiwcopy {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 94%;
    padding: 100px 3% 10px;
    background: rgba(0,0,0,0) linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,.8) 100%) repeat scroll 0 0;
}
.featuredimagewrap .fiwcopy h1 {
    color: #fff;
    font-size: 48px;
    line-height: 52px;
}
.featuredimagewrap .fiwcopy h3 {
    line-height: 24px;
}
.featuredimagewrap .fiwcopy h3 a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}




@media (max-width: 600px) {
.excerptcopy h2,  
.featuredimagewrap .fiwcopy h1 {
    font-size: 32px;
    line-height: 36px;
}  
	
}


@media (max-width: 450px) {

.excerptcopy h2,  
.featuredimagewrap .fiwcopy h1 {
    font-size: 22px;
    line-height: 26px;
}  
.excerptcopy h4, 
.featuredimagewrap .fiwcopy h3 a {
    font-size: 16px;
    line-height: 16px;
}
	
}


h5.date {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

.news h2 {
    font-size: 32px;
    line-height: 40px;
    color: #333;
}

.news #content p, .news #content ul li, .news #content ol li  { font-size: 18px; line-height: 24px; }


.section {
    background: #333;
    padding: 20px 20px 0;
    margin-bottom: 20px;
}
.section.cat { background: #555; }

#rightcol.sideblog .section.cat ul {
    padding-bottom: 5px;
}

.section.cat p.accordionHead i.fas {
    color: #fff;
    font-size: 15px;
}
.section.cat p.accordionHead a {
    font-weight: 400;
    color: #fff;
}
.section.cat p.accordionHead {
    font-size: 15px;
    text-transform: uppercase;
    border-top: 1px solid #bababa;
}



.sideblog h3 a {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
}

.featuredwrapper {
    width: 92%;
    padding: 100px 4% 25px;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0) linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,.8) 100%) repeat scroll 0 0;
}

.blog .featuredwrapper h1 a {
    color: #fff;
}

.blog .featuredwrapper h1 a:hover {
  text-decoration: none; 
}
.blog .featuredwrapper h1 {
    font-size: 46px;
    line-height: 52px;
    padding-bottom: 15px;
}


.featuredwrapper h4 {
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px 0px 10px;
}
.featuredwrapper p {
  color: #fff;
}
.featuredwrapper p a {
  font-weight: 600;
  color: #fff;
}
.featuredwrapper p a:hover {
  color: #999999;
}

@media (max-width: 900px) {
.blog.news .wrapper.featured .fullwidth {
    height: 350px;
}
  
  .blog .featuredwrapper h1 {
    font-size: 38px;
    line-height: 44px;
    padding-bottom: 10px;
}  
.featuredwrapper h4 {
    font-size: 18px;
    line-height: 18px;
   padding: 0px 0px 10px;
}
  .featuredwrapper p { padding-bottom: 10px; }  
}

@media (max-width: 768px) {
.blog.news .wrapper.featured .fullwidth {
    height: 300px;
}
  
  .blog .featuredwrapper h1 {
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 5px;
}  
.featuredwrapper h4 {
    font-size: 16px;
    line-height: 16px;
   padding: 0px 0px 5px;
}
  .featuredwrapper p { font-size: 16px; line-height: 20px; padding-bottom: 10px; }  
}

@media (max-width: 600px) {
.featuredwrapper {
    padding: 100px 4% 5px;
  }
.blog.news .wrapper.featured .fullwidth {
    height: 300px;
}
  .blog .featuredwrapper h1 {
    font-size: 28px;
    line-height: 34px;
}  
}





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

.propertywarning {
    padding: 20px 0;
    border-top: 1px solid #bababa;
    margin-top: 20px;
    font-size: 15px;
    line-height: 20px;
}


hr {
    border: none;
    border-top: 1px solid #bababa;
    padding-top: 12px;
}

p.meta {
    font-weight: 400;
    color: #666666;
}

.single-post img.wp-post-image {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}

.single-post .wp-caption img.wp-post-image
{
  padding-bottom: 0px;
}
.blog #content .row {
  overflow: hidden; 
  padding-bottom: 50px;
}

.excerpt {
    float: left;
    width: 30%;
    margin: 0 5% 0 0;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.inside .excerpt.last,
.archive .excerpt.last,
.single .excerpt.last {
    margin: 10px 0 40px 0;
}
.inside .excerpt,
.archive .excerpt,
.single .excerpt {
    width: 46.5%;
    margin: 10px 7% 40px 0;
}
.inside .excerpt.last,
.inside .excerpt {
  margin-bottom: 0px; 
}

/* tablet width */
@media (max-width: 768px) {
 
  
  
.inside .excerpt.last,
.archive .excerpt.last,
.single .excerpt.last, 
.inside .excerpt,
.archive .excerpt,
.single .excerpt,    
 .excerpt {
    float: left;
    width: 100%;
    margin: 0 0 40px;
  }
  
}

.excerptcopy {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0) linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,.8) 100%) repeat scroll 0 0;
    width: 90%;
    padding: 50px 5% 10px;
}
.excerptcopy h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 5px;
    line-height: 24px;
}

.excerptcopy  p { display: none; color: #ffffff; }

.excerpt.last { margin: 0; }

.excerptcopy h2 {
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 5px;
    color: #fff;
}


p.date {
    color: #9F9F9F;
    padding-bottom: 10px;
}
.excerpt p {
    font-size: 18px;
    line-height: 24px;
  padding-bottom: 10px;
}

.blog h1,
.category h1 {
	color: #666666;
	padding-bottom: 30px;
}



#rightcol.sideblog ul li a {
	color: #ffffff;
  font-weight: 400;
}

#rightcol.sideblog ul {
	padding-bottom: 10px;
}


#rightcol.sideblog h4 {
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

/* tablet width */
@media (max-width: 768px) {
  
.blog #content .row {
    padding-bottom: 40px;
}  
 .news #content .excerptcopy  p { display: block; font-size: 16px; line-height: 20px; }
	
.newsletter .onefourth,
.newsletter .threefourths {
    width: 100%;
}
	
#content 
{
  width: 100%;
}
	
#rightcol.sideblog {
    margin: 0;
    padding: 30px 0 5px;
    width: 100%;
}	
	
	

#rightcol 
{
  width: 100%;
  padding: 30px 0 0 0;
}

.onethird,
.twothirds,
.onethird.first,
.twothirds.first
{
width: 100%;
padding: 0;
}

.third,
.third.first
{
  width: 100%;
  padding: 0 0 30px 0;
}

#content .third,
#content .third.first
{
  padding: 0;
}
	
.cover .half.copy.last, .cover .half.copy {
   padding: 70px 5% 0;
}	
.half.cover {

    height: 500px;
}	


}




@media (max-width: 600px) {

.half	
{
  float: left;
  width: 100%;
  padding: 0;
}

.half.first {
  padding: 0 0 30px 0;
}

#content .half.first
{
padding: 0;
}
.half.cover {
    width: 100%;
    height: 400px;
}	
	
.cover .half.copy.last, .cover .half.copy {
    width: 90%;
    padding: 40px 5% 20px;
}		
	
	
	
.gameblock.platform {
    width: 100%;
	padding: 0;
}
.gameblock.publisher {
    width: 100%;
    padding: 0;
}

}


@media (max-width: 500px) {

.half.cover {
    height: 300px;
}
}


/* ACCORDION STYLES */

p.accordionHead {
    border-top: 1px solid  #666666; /* grey */
    cursor: pointer;
    padding: 10px 0 10px 0;
    font-weight: 400;
	font-size: 20px;
}

p.accordionHead a {
  color: #60ab08; /* green */
}

p.accordionHead a:hover {
  text-decoration: none;
  color:  #60ab08; /* green */
}

p.accordionHead i.fas {
    color:   #60ab08; /* green */
    cursor: pointer;
    display: block;
    float: right;
    font-size: 18px;
    line-height: 30px;
    padding: 1px 0;
}

p.accordionHead:hover i.fas,
p.accordionHead:hover a {
  color:  #60ab08; /* green */ 
}
.bottomborder {
    border-top: 1px solid #666666;
    padding-bottom: 25px;
}

.resource p
{
	font-size: 20px;
	line-height: 28px;
}

@media (max-width: 500px) {
h1 { font-size: 36px; line-height: 44px; }
	h2, .profile h2 { font-size: 26px; line-height: 34px;}
	h3 { font-size: 24px; line-height: 32px;}
	h4 { font-size: 22px; line-height: 28px;}
	
	p, .resource p, ul li, ol li {font-size: 18px; line-height: 24px; }
#content { max-width: 300px; margin: auto; }
  .news #content { max-width: 100%; }
}

@media (max-width: 450px) {
	#logo {padding: 10px 0 10px 0;width: 150px;}
	
}
.videowrapper {
    clear: both;
    float: none;
    height: 0;
    margin: 0 0 20px;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}


.videowrapper > iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


	
/* FOOTER STYLES */

.wrapper.footer {
    background-color: #666666;
    color: #ffffff;
    overflow: hidden;
}
.news .wrapper.footer { background-color: #333; }

#footermenu {
    width: 94%;
    float: none;
    text-align: center;
    padding-bottom: 20px;
    margin: 0px auto;
}

ul.footer-menu, ul.footer-menu ul {
	margin: 0;
	padding: 0;
}
ul.footer-menu ul { padding-top: 3px; text-align:center;}
ul.footer-menu li {
    list-style-type: none;
    display: inline-block;
    width: auto;
    padding: 0 20px;
}
ul.footer-menu li a {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
}

@media (max-width: 900px) {
   ul.footer-menu li {
    padding: 0 15px;
   }
   ul.footer-menu li a {
	font-size: 16px;
  }
}
@media (max-width: 768px) {
  ul.footer-menu li {
    display: block;
    padding: 3px 20px;
    }
   ul.footer-menu li a {
	font-size: 18px;
  }
}


p.socialicons {
	padding: 10px 0px;
  text-align: center;
}
p.socialicons.internal { text-align: left; padding: 0 0 15px 0;}

p.socialicons a {
    color: #fff;
    font-size: 46px;
    display: inline-block;
    padding: 0 8px;
}
p.socialicons.internal a { color: #666; padding: 0 5px 0 0; }

/*p.socialicons a i:before {
    font-weight: 400;
}*/

.footer p.socialicons {
	padding: 20px 0px;
}
.footer p.socialicons a {
    font-size: 28px;
}

.footer .fullwidth {
    padding: 60px 0 30px;
    width: 92%;
}


.address h4 {
    text-align: center;
    padding-bottom: 5px;
}
.address p {

    text-align: center;

}






table {
    text-align: center;
    margin: 0 0 25px;
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 5px;
   border: 1px solid #666666;
	text-transform: capitalize;
}
th {
    background-color: #666;
    color: #fff;
    font-weight: 400;
}
td.title, th.title { text-align: left;}

table#versions td:nth-child(1), table#versions th:nth-child(1) {
    width: 20%;
}
table#versions th, table#versions td {
    padding: 5px;
    border: 1px solid #666666;
    text-transform: capitalize;
    width: 40%;
	line-height: 24px;
}
table#versions td img {
    max-width: 300px;
}
table#versions th span {
    color: #fccf00;
    display: block;
    font-size: 16px;
}


@media (max-width: 500px) {
	th, td, table#versions th span { font-size: 15px; line-height: 20px;}
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/





#slider
{
  width: 100%;
  overflow: hidden;
  float: left;
  position: relative;
  border-bottom: 1px solid #b7b7b7;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 20px;
	padding: 0;
	*zoom: 1;
}


/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: 0px;
	background: #fff;
	width: 100%;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -10px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bxhomeslider 
{
 margin: 0;
padding: 0;
}

.bx-wrapper .bxhomeslider li
{
 position: relative;
}

.bx-wrapper .bxhomeslider li
{
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}
.bxhomeslider li div.copy {
    position: relative;
    text-align: left;
    width: 430px;
    margin: 40px 5% 40px 0;
    padding: 50px 30px 25px 30px;
    height: 380px;
    float: right;
}
div.copy h1 {
	font-weight: 800;
	line-height: 56px;
}

div.copy p {
    font-size: 24px;
    line-height: 32px;
}

div#mobilebanner { display: none;}

/* tablet width */
@media (max-width: 768px) {

img#mobileimage {
    float: left;
	width: 32%;
	padding-right: 20px;
}
	
div#mobilebanner {
    display: block;
    height: 335px;
    padding: 30px 5%;
    border-bottom: 1px solid #b7b7b7;
	width: 90%;
}
#slider { display: none;}	
	
.bxhomeslider li div.copy {
    position: relative;
    text-align: left;
    width: 410px;
    margin: 40px 5% 40px 0;
    padding: 25px 30px 25px 30px;
    height: 230px;
    float: right;
}
div.copy h1 {
	font-size: 44px;
	line-height: 48px;
}

div.copy p {
    font-size: 20px;
    line-height: 26px;
}
	
}

@media (max-width: 625px) {
img#mobileimage {
    width: 40%;
	}
	
div#mobilebanner {
    height: 320px;
	}
#mobilebanner div.copy h1 {
	font-size: 36px;
	line-height: 40px;
}
#mobilebanner div.copy p {
    font-size: 18px;
    line-height: 24px;
}	
#mobilebanner .button {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
}

@media (max-width: 530px) {
	div#mobilebanner {
    height: 275px;
	}
#mobilebanner div.copy h1 {
    font-size: 30px;
    line-height: 34px;
}
}

@media (max-width: 530px) {
	img#mobileimage {
    display: none;
	}
div#mobilebanner {

    height: auto;
    padding: 20px 5% 5px;

}
}

.back-to-top {
    background-color: #60ab08;
    color: #FFFFFF !important;
    opacity: 0;
    transition: opacity .6s ease-in-out;
    z-index: 999;
    position: fixed;
    right: 10px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 50%;
	text-decoration: none !important;
  }
a.back-to-top i.fas {
	color: #ffffff !important;
	font-size: 22px;
}

  a.back-to-top {
    font-weight: 1000;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
    padding-left: 2px;
    padding-top: 14px;
  }

  .back-to-top:hover, .back-to-top:focus, .back-to-top:visited {
    color: #FFFFFF;
  }

  .back-to-top.show {
    opacity: 1;
  }


.internal .gallery-item img {
    border: 1px solid #f1f1f1 !important;
}
.internal .gallery-columns-5 .gallery-item {
    margin: 0 2% 1% 0 !important;
    width: 18% !important;
}