/*
    Theme Name: Epik
    Theme URI: http://appfinite.com/themes/epik
	Description: Epik is a mobile responsive and HTML5 theme built for the Genesis Framework.
    Author: Appfinite
    Author URI: http://www.appfinite.com/
 
    Version: 99.99.99
 
	Tags: black, blue, default, gray, green, orange, pink, purple, red, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
    Template: genesis
    Template Version: 2.0
 
*/
 
/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Buttons
		- Message Boxes
		- Circles
		- Pricing Plans
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Slider Wide
		- Slider
		- Slider Misc
		- Welcome
		- Welcome Feature 1-3
		- Home Feature BG
		- Home Feature BG Alt
		- Home Feature BG Dark
		- Home Features
			- Home Feature (1-14)
		- Home Bottom Message
		- Featured Page and Featured Post
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Portfolio
	- Miscellaneous
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Black
		- Blue
		- Dark Blue
		- Gray
		- Green
		- Orange
		- Pink
		- Purple
		- Red
	- Media Queries
		- max-width: 1180px
		- max-width: 1023px
		- max-width: 960px
		- max-width: 767px
		- max-width: 580px
		- max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 100%; /* 16px browser default */
}

body {
	background: #ffffff;
	color: #333;
	font-family: 'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%; 
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background: #333;
	color: #fff;
}

::selection {
	background: #333;
	color: #fff;
}

a {
	color: #000;
	font-weight: 400;
	text-decoration: none;
}

a img {
	margin-bottom: 0;
}

a:hover {
	color: #888;
	text-decoration: underline;
}

p {
	margin: 0 0 1.25rem;
	padding: 0;
}

strong {
	font-weight: 600;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 0 30px 5px 60px;
}

pre {
	background: #333;
	color: #ccc;
	overflow: scroll;
	padding: 0 1.25rem;
	white-space: pre;
}

cite {
	font-style: normal;
}

.quote {
	background: #fff;
	border: 1px solid #ddd;
	color: #888;
	padding: 1.25rem;
}

.quote-arrow {
	background-image: url(images/quote-arrow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 .625rem;
	padding: 14px 0 0;
	position: relative;
}

.quote-gray {
	background: #eee;
	border: 1px solid #ccc;
	color: #333;
	padding: 1.25rem;
}

.quote-arrow-gray {
	background-image: url(images/quote-arrow-gray.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 .625rem;
	padding: 14px 0 0;
	position: relative;
}

.quote-black {
	background: #121212;
	border: 1px solid #353535;
	color: #fff;
	padding: 1.25rem;
}

.quote-arrow-black {
	background-image: url(images/quote-arrow-black.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 .625rem;
	padding: 14px 0 0;
	position: relative;
}

.quote-black a {
	color: #fff !important;
}

.quote-black p {
	color: #fff;
}

.quote strong {
    color: #333; 
    padding: .625rem 0 0;   
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 1rem;
	padding: 0;
}

h1 {
	font-size: 2.250em;
}

h2 {
	font-size: 1.875em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1.125em;
}

h6 {
	font-size: 1em;
}

h1 a,
h2 a {
	color: #333;
}

h1 a:hover,
h2 a:hover {
	text-decoration: none;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video {
	max-width: 100%;
}

/*img {
	height: auto;
	width: auto; IE8 
}
*/

.format-gallery #gallery-1 img {
	border: none;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {

	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #999;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	padding: .75rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #aaa;
	outline: none;
}

::-moz-placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: #2a2a2a;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	letter-spacing: 1px;
	padding: .75rem 1.25rem;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"] {
	background: #111;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	opacity: .7;
	transition:all .5s ease;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.top-image {
padding:0;
margin-bottom:-25px;
}

.top-image p { 
height:350px; overflow:hidden; min-width:100%;
}

.top-image-large p { 
height:550px; overflow:hidden; min-width:100%;
}

.top-image img {
min-width:100%!important;
}

/* Buttons
--------------------------------------------- */

a.button {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    display: inline-block;	
    font-size: .813em;
    font-weight: 400;	
    line-height: .813em;
    margin: 0 0 .625rem;
    padding: .5rem 1.25rem;
    text-decoration: none;	
}

a.button:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	color: #fff !important;
	opacity: .7;
	transition:all .5s ease;	
}

a.button.small {
	background-color: #303236;
	color: #fff;
    font-size: .813em;
    font-weight: bold;	
    line-height: .813em;
    padding: .5rem 1.25rem;
}

a.button.medium {
	background-color: #303236;
	color: #fff;
    font-size: 1em;
    line-height: 1.625em;
    padding: .5rem 1.25rem;
}

a.button.large {
	background-color: #303236;
	color: #fff;
    font-size: 1.125em;
    line-height: 1.5em;
    padding: 1rem 2rem;
}

a.button.slim {
	background-color: #303236;
	color: #fff;
    font-size: .875em;
    line-height: 1.375em;
    margin: 0;
    padding: .25rem 2.5rem;
    text-transform: uppercase;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets a.button.small,
.footer-widgets a.button.medium,
.footer-widgets a.button.large,
.footer-widgets .circle {
	background: #111;
}

a.button.black {
	background-color: #111 !important;
	border: 1px solid #000 !important;
	color: #fff !important;
}

a.button.blue {
	
	border: 1px solid #020c1a !important;
	color: #020c1a !important;
}

a.button.darkblue {
	background-color: #293f5e !important;
	border: 1px solid #000 !important;
	color: #fff !important;
}

a.button.gray {
	background-color: #777 !important;
	border: 1px solid #555 !important;
	color: #fff !important;
}

a.button.green {
	background-color: #9dcb2a !important;
	border: 1px solid #83a924 !important;
	color: #fff !important;
}

a.button.orange {
	background-color: #ff7e00 !important;
	border: 1px solid #cb6400 !important;
	color: #fff !important;
}

a.button.pink {
	background-color: #ff55a9 !important;
	border: 1px solid #c14080 !important;
	color: #fff !important;
}

a.button.purple {
	background-color: #7154c4 !important;
	border: 1px solid #594299 !important;
	color: #fff !important;
}

a.button.red {
	background-color: #d91420 !important;
	border: 1px solid #a8271e !important;
	color: #fff !important;
}

/* Message Boxes
--------------------------------------------- */

.download-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #d2eac2 url(images/download-arrow.png) no-repeat 10px 15px;
	border: 1px solid #a7d28a;
    color: #689c2a;
	margin: 0 .125rem 1.25rem;
	padding: 14px 15px 20px 55px;	
}	

.info-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #cae0ec url(images/info-button.png) no-repeat 10px 15px;
	border: 1px solid #aec3ce;
    color: #08557e;
	margin: 0 .125rem 1.25rem;
	padding: 17px 15px 20px 55px;
}	

.alert-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #f2dbdb url(images/alert-button.png) no-repeat 10px 15px;
	border: 1px solid #eab4b4;
    color: #c8001c;
	margin: 0 .125rem 1.25rem;
	padding: 17px 15px 20px 55px;	
}	

.note-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #ffec97 url(images/note-button.png) no-repeat 10px 15px;
	border: 1px solid #ded5af;
    color: #ac670e;
	margin: 0 .125rem 1.25rem;
	padding: 17px 15px 20px 55px;
}	

.black-box {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #000;
    color: #fff;
    font-weight: 300;
	margin: 0 .125rem 1.25rem;
	padding: 1.875rem;
}
.white-box {
	 border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #ffffff;
    color: #979797;
    font-weight: 300;
	margin: 0 .125rem 1.25rem;
	padding: 1.875rem;
}
.blue-box {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #7adaff;
    color: #005e82;
    font-weight: 300;
	margin: 0 .125rem 1.25rem;
	padding: 1.875rem;
}

.gray-box {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #eee;
    color: #888;
    font-weight: 300;
	margin: 0 .125rem 1.25rem;
	padding: 1.875rem;	
}	

.green-box {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #d2eac2;
    color: #689c2a;
    font-weight: 300;
	margin: 0 .125rem 1.25rem;
	padding: 1.875rem;	
}

.orange-box {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	background: #ff7f3a;
    color: #fff;
    font-weight: 300;
	margin: 0 .125rem 1.25rem;
	padding: 1.875rem;	
}	


.pink-box {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	background: #f2dbdb;
    color: #c8001c;
    font-weight: 300;
	margin: 0 .125rem 1.25rem;
	padding: 1.875rem;	
}	

.red-box {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	background: #ff3d3d;
    color: #fff;
    font-weight: 300;
	margin: 0 .125rem 1.25rem;
	padding: 1.875rem;	
}

.yellow-box {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #ffec97;
    color: #ac670e;
    font-weight: 300;
	margin: 0 .125rem 1.25rem;
	padding: 1.875rem;
}

/* Circles */

.circle {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block;
	font-size: 1.125em;
	line-height: 18px;
	margin: 0 2px;
	padding: .625rem 14px;
	text-align: center;
	text-decoration: none;
}

.options-apps {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block;
	line-height: 18px;
	margin: 0 2px;
	padding: 1.9rem 14px;
	text-align: center;
	text-decoration: none;
	height:2.1em;
	width:2.1em;
	font-size:60px;
	color: rgb(255, 255, 255);
	background: rgb(31, 52, 95);
}

.options-const {
    border-radius: 50%;
    -webkit-border-radius: 10%;
    -moz-border-radius: 50%;
    display: inline-block;
    line-height: 18px;
    margin: 0 2px;
    padding: 1.0rem .1rem;
    text-align: center;
    text-decoration: none;
    height: 2.2em;
    width: 2.2em;
    font-size: 55px;
    color: #223e92;
    background: #e3e4ea;
}

.const-icotext {
	font-size:14px;
	font-weight:600;
	margin-top:10px;
}
.options-apps-text {
	font-size:18px;
}

.const-options-header {
    background-color: #223e92;
    color: #fff;
    padding-left: 20px;
}

.const-opt-nav {
	font-weight:bold;
	text-align:center;
}

.faq-question {
	padding: 15px 0px 5px 0px;
}


.app-btn-wrap {
	text-align:center;
}


/* 
20 Pricing Plans 
---------------------------------------------------------------------------------------------------- */

.plans {
	clear: both;
	margin: 0 auto;
	padding: 1.25rem 0 0;
	text-align: center;
}

.plan-col {
	background: #eee;
	float: left;
	font-weight: 300;
	padding: 0;
	text-align: center;
	vertical-align: top;
}

.plan-col-popular {
	background: #fff;
	float: left;
	font-weight: 300;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: top;
}

.plan-col, 
.plan-col-popular {		
	width: 25%;
}

.plan-col-wrap, 
.plan-col-popular-wrap {
	border: 1px solid #d3d3d3;
	margin: 0 auto;
	padding: 2.5rem 10px;
}

.plans .plan-head h4 {
	font-size: 1.25em;
	font-weight: 300;
	margin: 0 0 1.25rem;
	text-transform: uppercase;
	text-align: center;
}

.plan-head em {
	font-size: .875em;
}

.plan-pricing {
	background: url(images/border-img-x.png) repeat-x scroll center bottom;
	clear: both;
	margin: 0 0 1.25rem;
	padding: 0 0 1.25rem;
	text-align: center;
} 

.plan-price {
	font-size: 60px;
}

.plan-price sup {
	font-size: 1.5em;
}

.plan-pricing .monthly {
	font-size: .875em;
}

.plan-list {
	margin: 0 0 1.25rem;
	overflow: hidden;
}

.plan-list li,
.entry-content .plan-list li {
	list-style: none;
	margin: 0 0 1.25rem;
}

.plan-button {
	clear: both;
}

.plan-button a,
.entry-content .plan-button a {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #303236;
	color: #fff;
	font-size: 1.125em;
	font-weight: 400;
	padding: .375rem 25px 8px;
}

.plan-button a:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	opacity: .7;
	transition:all .5s ease;
	text-decoration: underline;
}
	

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1160px;
}

.site-inner {
	clear: both;
	padding: 0;
}

.home .site-inner {
	padding-top: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

.college {
    margin-bottom:17px !important;
	list-style-type: none !important;
	height:50px;
	font-size: 16px;
    font-weight: bold;
}

/* Content  */

.content {
	float: right;
	width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

.panel-grid-cell .widget-title {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	width: 50%;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky { }

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 1.5rem;
}

img.alignnone {
	margin-bottom: .750rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 1.5rem 1.5rem;
}

.wp-caption-text {
	font-size: .875em;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.gallery-caption { }

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom:0;
}

.archive-description,
.author-box {
	background: #fff;
	margin-bottom: 2.5rem;
}

.archive-description,
.author-box  {
	margin-bottom: 2.5rem;
	padding: 2.5rem 2.5rem 1.5rem;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	margin-bottom: 4px;
}

.author-box a {}

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 1.5rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 2.25em;
	font-weight: 400;
	margin-bottom: 0;
	padding: 0;
}

.entry-title a {
	color: #333;
	font-weight: 400;
}

.sidebar .widgettitle a {
	color: #333;
}

.entry-title a:hover {
	color: #888;
}

.widgettitle {
	color: #333;
	font-size: 1.125em;
	letter-spacing: 1px;
	margin-bottom: 1rem;
}

.site-header .widgettitle {
	color: #fff;
}

.sidebar .widgettitle {
	border: none;
	font-size: .875em;
	text-transform: uppercase;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 1.25em;
	margin-bottom: 1.5rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Slider Wide
--------------------------------------------- */

.slider-wide {	
    clear: both;
    width: 100%;
    border-bottom: 10px solid #223e92;
}

.slider-wide .wrap {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;	
}

.slider-wide .widget {
	margin: 0;
}

.slider-wide .flexslider .slides img {
	width: 100% !important;
}

.slider-wide .flexslider {
	max-width: 100% !important;
}

/* Slider
--------------------------------------------- */

.slider {	
    clear: both;
}

.slider .wrap {
    margin: 0 auto 1.25rem;
    padding: 0;
    width: 1140px;	
}

.slider .widget {
	margin: 0 0 1.25rem;
}

/* Slider Misc
--------------------------------------------- */

#genesis-responsive-slider {
	background: none !important;
	border: none !important;
	margin: 0 auto;
	padding: 0 !important;
	position: relative;
}

.flexslider {
	background: none !important;
}

.flex-direction-nav li .prev {
	left: 0 !important;
}

.flex-direction-nav li .next {
	right: 0 !important;
}

.flex-control-nav {
	margin: 12px 0 0 !important;
}

#genesis-responsive-slider li a {
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

#genesis-slider {
    background-color: #fff !important;
    border: medium none !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.slider-previous, .slider-previous:hover {
	margin-left: 10px !important;
}

.slider-next, .slider-next:hover {
	margin-right: 10px !important;
}

.homepage-logo-slider.soliloquy-container.soliloquy-theme-metro .soliloquy-prev {
	left:-30px;
}

.homepage-logo-slider.soliloquy-container.soliloquy-theme-metro .soliloquy-next {
	right:-30px;
}

/*Video CSS
 * ---------------------------------------------------------------------------------------------------*/

.fullscreen-bg__video {
    padding: 0;
    width: 100%;
    min-height: 100%;
	margin-top:-15%
}

.welcome-feature-1 .wrap {
    min-width: 100%;
}

.vid-container { 
	position:relative;
	background-color:#675f5f;
	height:370px;
}
.vid-container video {
    position:relative;
    z-index:0;
	opacity:.4;
}
.overlay {
    position:absolute;
    top:30%;
    left:0;
    z-index:1;
	padding-left:10%;
	padding-right:10%;	
}

.so-widget-sow-button-atom-home .ow-button-base button {
    font-size: 1.1em;
    padding: 1em 2em;
    background: #223e92;
    border: 1px solid;
    border-color: #223e92;
    color: #fff !important;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.065);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
}

@keyframes modal-video {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes modal-video-inner {
    from {
        transform: translate(0, 100px);
    }

    to {
        transform: translate(0, 0);
    }
}

.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    animation-timing-function: ease-out;
    animation-duration: .3s;
    animation-name: modal-video;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.modal-video-close {
    opacity: 0;
}

    .modal-video-close .modal-video-movie-wrap {
        -webkit-transform: translate(0, 100px);
        -moz-transform: translate(0, 100px);
        -ms-transform: translate(0, 100px);
        -o-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }

.modal-video-body {
    max-width: 940px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table;
}

.modal-video-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    animation-timing-function: ease-out;
    animation-duration: .3s;
    animation-name: modal-video-inner;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -ms-transition: -ms-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}

    .modal-video-movie-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -35px;
    right: -35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent;
}

    .modal-video-close-btn:before {
        transform: rotate(45deg);
    }

    .modal-video-close-btn:after {
        transform: rotate(-45deg);
    }

    .modal-video-close-btn:before, .modal-video-close-btn:after {
        content: '';
        position: absolute;
        height: 2px;
        width: 100%;
        top: 50%;
        left: 0;
        margin-top: -1px;
        background: #fff;
        border-radius: 5px;
        margin-top: -6px;
    }

/* 
Welcome
NOT USED
---------------------------------------------------------------------------------------------------- */

.welcome {
	
	clear:none;
	color: #020c1a;
    margin: 0 auto;
    text-align: center;
}

.welcome .wrap {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 1140px;
}

.welcome .widgettitle {
	font-size: 2.250em;
	font-weight: 300;
	line-height: 2.875em;
}


.welcome .entry-header .entry-meta {
	border-bottom: 1px solid #555;
}

#welcome-header{
	font-size:36px; 
	text-align:left; 
	color:#223e92; 
	font-weight:900;
}

#cleanroombox .so-widget-image {
	min-height:199.8px !important;
}

/* Welcome Feature 1-4 

*/

.welcome-features {
	overflow: hidden;
	width: 100%;
}


.welcome-features .widget {
	
	overflow: hidden;
}

.welcome-features h4 {
	font-size: 1.25em;
	line-height: 1;
}

.welcome-feature-1{ 
	z-index:1!important;
	position:relative;}

.welcome-feature-1,
.welcome-feature-3 {
	padding: 3rem 0;
}

.welcome-feature-2 {
	padding-bottom:1rem;
	
}

.welcome-feature-1 {
	background-position:center;
	padding-bottom:5%;
}

.welcome-feature-4 .entry-title{
	text-align:left; 
	font-size:20px!important;
}

.welcome-feature-4 .img-wrap{ 
	height:200px; 
	overflow:hidden;
}
.welcome-feature-4 img{
	min-width:100%; 
	max-height: 400px;
	display:flex;
}

.welcome-feature-4 img.size-full{
	max-height: 100%;
}


.welcom-feature-4 h2{
	color:#223e92;
}

.welcome-feature-4 .entry-content{
	text-align:left;
	font-size:15px;
	padding-bottom:0;
}

.welcome-wide {
	background-color:rgba(255,255,255,0);
	position:relative;
	z-index:1;
	/*margin-top:-150px;*/
}

.welcome-wide h3 {font-size:18px;
text-align:center;
color:#fff;
background-color:#223e92;
min-height:60px; 
padding-bottom:4px;
padding-left:10px;
padding-right:10px;
padding-top:4px;
font-weight:500;
}

.welcome-wide h4 {
	font-size:35px;
}

.welcome-wide img{
-webkit-filter: saturate(2);
filter: saturate(2);
min-width:100%;
}

.welcome-wide img:hover{ 
-webkit-filter: saturate(0);
filter: saturate(0);
background-color:#000; 
opacity:0.2;
}

.welcome-wide .pt-cv-title{
	position:relative; 
	bottom:0;  
	font-size:14px!important; 
	font-weight:300!important; 
	background-color:#223e92; 
	height:40px;
}

.welcome-wide .sow-image-container:hover {
	background-image:url("/wp-content/uploads/2017/09/portaking-icon.png");
	background-size:100% 100%;
}


/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 1.25rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 1.125em;
	line-height: 1.5;
	margin: 10px 0;
}

.home .featured-content .entry-title {
	font-size: 28px;
	padding: 0;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */


/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 1em;
	padding: .5rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 1.rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 1.125em;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.head-wrap {
	background-color: #ffffff;
	margin: 0;
}

.site-header {
	margin: 0 auto;
	max-width: 1140px;
}

.site-header .wrap {
	padding: 1rem 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-family: "Open Sans",sans-serif;
	font-weight: 600;
	float: left;
	padding: 0;
	width: 75%;
}

.header-image .title-area {
	padding: 0;
}

.site-header .widget-area .header-phone {
	color: #000;
    font-size: 26px;
}

.site-title {
	font-size: 2em;
	letter-spacing: 1px;
	line-height: 2em;
	margin: 0 0 .625rem;
}

.site-header .site-title a {
	color: #fff;
	font-weight: 300;
}

.site-title a:hover {
	color: #aaa;
	text-decoration: none;
}

.site-description {
	color: #999;
	font-size: 1.125em;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 .625rem;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: inline-block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 139px;
	width: 380px;
	max-width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #ddd;
	float: right;
	text-align: right;
	width: auto;
}

.site-header .widget-area a {
	color: #fff;
}

.header-image .site-header .widget-area {
	padding-top: 4%;
}

.site-header .search-form {
	float: right;
}

.h1-style {
	text-transform:uppercase;
	margin:10px 0;
	font-size:2.250em;
	font-weight:600;
	line-height:1.5;
}

.h4-style {
	font-size:1.250em;
	font-weight:600;
	line-height:1.5;
	margin:0;
	margin-bottom:1rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.top-nav-item { 
cursor: pointer; 
}

.genesis-nav-menu {
	clear: both;
	color: #ccc;
	font-size: .8em;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight:bold;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	font-weight: 400;
	padding: 1rem;
	position: relative;
}

.nav-primary .genesis-nav-menu a,
.nav-primary .genesis-nav-menu li.menu-item-has-children:first-child .sub-menu a {
	color: #fff;
	padding: 1rem 2rem;
}

.nav-primary .genesis-nav-menu li.menu-item-has-children:first-child a{
	padding-left: 0;
}

.nav-primary .genesis-nav-menu li.menu-item-has-children:first-child .sub-menu a

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: none;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #aaa;
}

.genesis-nav-menu > .menu-item > a { }

.genesis-nav-menu .sub-menu {
	box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	background-color: #020c1a;
	background:#999;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 202px;
	z-index: 99;
	min-width:300px;
}

.genesis-nav-menu .sub-menu a {
	
	letter-spacing: 0;
	padding: .813rem .813rem .813rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -45px 0 0 201px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a { }

.genesis-nav-menu > .last > a { }

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: .813rem 0 13px 20px;
}

.genesis-nav-menu > .right > a {
	background: none; 
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu > .search input {
	padding: .375rem;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
	color: #fff;
}

.site-header .genesis-nav-menu .current-menu-item > a,
.site-header .genesis-nav-menu a:hover {
	color: #aaa;
}

.site-header .genesis-nav-menu .sub-menu .current-menu-item > a { 
	color: #aaa;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {	
	clear: both;
    line-height: 1;	
	margin: 0 auto;
	overflow: hidden;
	width: auto;
	background-color:#223e92;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #aaa;
}

.nav-primary .genesis-nav-menu > .right > a {
    background: none;
}

.nav-primary .sub-menu a:hover {
	color: #aaa;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background: #222;
	clear: both;
}

.nav-secondary .genesis-nav-menu a {
	font-size: .75em;
	padding: .5rem .813rem;
}

.nav-secondary .genesis-nav-menu > .right {
	padding: .5rem 0 .5rem 1.25rem;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
	color: #aaa;
}

.nav-secondary .genesis-nav-menu > .right > a,
.nav-secondary .genesis-nav-menu > .right > a:hover {
    background: none;
    padding: 0;
}

.nav-secondary .sub-menu a:hover {
	color: #aaa;
}

.nav-secondary .genesis-nav-menu .sub-menu .sub-menu {
	margin: -34px 0 0 201px;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	font: normal 32px/1 'dashicons';
	margin: 0 auto;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {

	background: #fff;
	margin: 0 0 2.5rem;
	padding: 2.5rem 0 0;
}

.home .entry {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: none;
}

.entry-content {
	padding: 0 0 1.25rem;
	overflow: hidden;
}

.home .entry-content {
	padding: 0 0 1.25rem;
}

.entry-content a {
	color: #000;
}

.entry-content a:hover {
	color: #888;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 1.563rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 2.5rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	clear: both;
	color: #999;
	font-size: .875em;
}

.entry-meta a {
	font-weight: 600;
}

.entry-header .entry-meta {
	border-bottom: 1px solid #eee;
	font-size: .75em;
	font-weight: 400;
	margin: 0 0 30px;
	padding: 1.25rem;
	text-transform: uppercase;
}

.home .entry-header .entry-meta {
	padding: .625rem 0 1.25rem;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	margin: 0;
	overflow: hidden;
	padding: 1rem 0;
}

.entry-footer  {
	background: #eee;
	padding: .625rem 1.25rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories {
	display: block;
	float: left;
	font-size: .75em;
}

.entry-tags {
	float: right;
	font-size: .75em;
}

/* After Entry widget
--------------------------------------------- */

.after-entry {
	background: #222;
	color: #aaa;
	margin: 3.75rem 0;
	overflow: hidden;
	text-align: center;
}

.after-entry .wrap {
	padding: 2.5rem;
}

.after-entry a {
	color: #fff;
}

.after-entry .widget-title,
.after-entry h4 {
	color: #fff;
	font-size: 1.875em;
}

.after-entry h1,
.after-entry h2,
.after-entry h3,
.after-entry h4,
.after-entry h5,
.after-entry h6 {
	color: #fff;
	font-weight: 400;
}

.after-entry .enews-widget input {
	width: 50%;
}

.after-entry .enews-widget input[type="submit"] {
	width: auto;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	clear: both;
	font-size: .875em;
	margin: 2.5rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background: #444;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	padding: 4px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background: #1e1e1e;
}

/* Comments
--------------------------------------------- */

.entry-comments,
#respond { }

.entry-comments,
.ping-list,
#respond {
	margin-bottom: 2.5rem;
}

.entry-comments a,
#respond a { }

.entry-comments .comment-author {
	margin: 0;
}

#respond input[type="email"],
#respond input[type="text"],
#respond input[type="url"] {
	width: 50%
}

#respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li { }

li.comment {
	padding: 1.875rem;
}

li.comment ul li {
	border-radius: 0;
	border-left: 1px solid #ddd;
}

.thread-alt li.comment {
	border-radius: 0;
	border-left: 1px solid #aaa;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.thread-alt {
	background-color: #ddd;
}

.thread-even {
	background-color: #fff;
}

.bypostauthor { }

.form-allowed-tags {
	background: #dedede;
	font-size: .875em;
	padding: 1.5rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #666;
	font-size: 1em;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: .375rem;
	padding: 0;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	border-bottom: 1px solid #ddd;
	margin-bottom: 32px;
	overflow: hidden;
	padding-bottom: 32px;
}

.sidebar .search-form {
	width: 100%;
}

.sidebar .enews-widget {
	background: #2a2a2a;
	color: #aaa;
	padding: 1.875rem;
}


/*
Portfolio
---------------------------------------------------------------------------------------------------- */

.entry-portfolio {
	margin: 0 0 2.5rem;
	padding: 0;
}

.content .portfolio {
	background: #fff;
    float: left;
    margin: 0 2% 40px 0 !important;
    overflow: hidden;
    padding: 0;
    width: 23%;
}

.portfolio .post-image {
	margin: 0;
}

.portfolio .post-image:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	opacity: 0.6;
}

.portfolio .entry-title {
	font-size: 1.125em;
	margin: 0;
	padding: .938rem 0;
}

.page-template-page_portfolio-php h1 {
	padding: 0;
}
	
.portfolio .entry-title a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	margin: 0;
	text-decoration: none;
}

.portfolio p {
	font-size: 1em;
}

.portfolio .more-link {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	background: #2a2a2a;
	color: #fff;
	display: block;
    font-size: .875em;
    font-weight: 400;	
	padding: 4px 12px;
    margin: 1.25rem 0 0;
	text-align: center;
	text-decoration: none;	
	width: 110px;
}
	
.content .portfolio .more-link:hover {
	background: #555;
	color: #fff;
}

.portfolio .entry-content {
	padding: 0 1.25rem 0;
}

.portfolio .entry-footer {
	background: none;
	padding: 0;
}


/*
Miscellaneous
---------------------------------------------------------------------------------------------------- */

.transparent {
	background: transparent;
}
.white {
	color: #ffffff;
}
.yellow {
	color: #f7f9fb;
}
.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #eee;
	clear: both;
	margin-bottom: 1.625rem;
}

/* Embedded Gists */
.line-pre::before,
.line-pre::after,
.line::before,
.line::after {
	content: '';
}
 
.line-number,
.gist .line-data > .line-pre {
	line-height: 1.2;
}

.tagcloud a {
	background: #e3e3e3;
	float: left;
	padding: 3px 10px;
	margin: 0 2px 5px;
}

.tagcloud a:hover {
	background: #f5f5f5;
}

.search .entry {
	padding: 2.5rem 1.25rem .625rem;
}

/* Content Align (Left & Right) */

.feature-left {
	float: left;
	margin: 0 2% 0 0;
	width:  48%;
}

.feature-right {
	float: right;
	width:  48%;
}

.feature-margin {
	margin-top: 80px;
}

/* Check List */

.check-list {
	list-style: none;
	margin: 0 0 30px;
}

.check-list li {
	padding: 0 0 0 30px;
}

/* Responsive Videos */

.video-container {
	height: 0; 
	overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    position: relative;
}

.video-container iframe,
.video-container object,
.video-container embed {
    left: 0;     
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {		

	clear: both;
	color: #979797;
	font-size: 1em;
	line-height: 1.4;
	text-align: center;
	
}

.footer-widgets .wrap {
	padding: 1rem 0;
}

.footer-widgets a {
	
}

.footer-widgets p {
	
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	
	margin: 0 1rem;
	width: auto;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	
}




.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
    color: #fff;
}


.footer-widgets .widget {
	margin-bottom: 1rem;
}

.footer-widgets .widgettitle {
	color: #979797;
	font-family: 'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
}

.footer-widgets li {
	list-style-type: none;
	
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .entry {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: none;
}

.footer-widgets .featured-content .entry-title {
	margin: .938rem 0;
	padding-left: 0;
}

.footer-widgets .entry-content {
	padding: 0;
}

.footer-widgets .fa {
	font-size: 2em;
	margin-right: 2rem;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background:#223e92;
	color:#fff;
	font-size: .875em;
	text-align: center;
}

.site-footer .wrap {
	padding: 1.875rem 20px;
}

.site-footer a { 
	color: #fff;
	font-weight: 400;
}

.site-footer p {
	margin: 0;
}


/* 
16 Theme Colors
---------------------------------------------------------------------------------------------------- */



/* Epik Dark Blue
--------------------------------------------- */
 
.epik-darkblue a {
 	color: #293f5e;
}

.epik-darkblue .site-title a:hover {
	color: #ccc;
}

.epik-darkblue .site-description {
	color: #ccc;
}

.epik-darkblue .genesis-nav-menu a {
	color: #fff;
}

.epik-darkblue .site-header .widget-area {
	color: #eee;
}

.epik-darkblue .genesis-nav-menu a:hover,
.epik-darkblue .genesis-nav-menu .current-menu-item > a {
    color: #aaa;
}

.epik-darkblue .nav-primary .sub-menu a:hover,
.epik-darkblue .nav-secondary .sub-menu a:hover,
.epik-darkblue .site-header .sub-menu a:hover,
.epik-darkblue .site-header .genesis-nav-menu .sub-menu .current-menu-item > a,
.epik-darkblue .genesis-nav-menu .sub-menu .current-menu-item > a,
.epik-darkblue .genesis-nav-menu .sub-menu .current-menu-item > a:hover { 
	color: #486ea3;
}

.epik-darkblue h1 a,
.epik-darkblue h2 a {
	color: #333;
}

.epik-darkblue h1 a:hover,
.epik-darkblue h2 a:hover {
	color: #293f5e;
}

.epik-darkblue .footer-widgets{
	background-color:#f8f8f8;
	color:#000;}


.epik-darkblue .footer-widgets a {
	color: #223e92;
	
}


.epik-darkblue .footer-widgets p {
	color: #eee;
}

.epik-darkblue .archive-pagination li a:hover,
.epik-darkblue .archive-pagination li.active a {
	background: #293f5e;
}

.epik-darkblue .content .portfolio .more-link,
.epik-darkblue .plan-button a {
	background: #293f5e;
	color: #fff;
}

.epik-darkblue .content .portfolio .more-link:hover,
.epik-darkblue .plan-button a:hover {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	opacity: .7;
	transition: all .5s ease;
}

.epik-darkblue button,
.epik-darkblue input[type="button"],
.epik-darkblue input[type="reset"],
.epik-darkblue input[type="submit"],
.epik-darkblue .sidebar .enews-widget input[type="submit"],
.epik-darkblue a.button.small,
.epik-darkblue a.button.medium,
.epik-darkblue a.button.large,
.epik-darkblue .circle {
	background: #293f5e;
}

.epik-darkblue .footer-widgets button,
.epik-darkblue .footer-widgets input[type="button"],
.epik-darkblue .footer-widgets input[type="reset"],
.epik-darkblue .footer-widgets .enews-widget input[type="submit"],
.epik-darkblue .footer-widgets a.button.small,
.epik-darkblue .footer-widgets a.button.medium,
.epik-darkblue .footer-widgets a.button.large,
.epik-darkblue .footer-widgets .circle {
	background: #111;
}

.epik-darkblue .enews-widget input:hover[type="submit"] {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	opacity: .7;
	transition: all .5s ease;
}

.epik-darkblue .footer-widgets input[type="submit"] {
	background: #223e92;
	width: 97.5%;
}

.epik-darkblue .footer {
	background: #293f5e;
}

.epik-darkblue .site-footer a {
	color: #fff;
}

/*
Jweb Styles
--------------------------------------------------------------------------------------------------- */

.slider-wide .soliloquy .soliloquy-container .soliloquy-caption-inside,
.slider-wide .soliloquy .soliloquy-container .soliloquy-controls {
		width: 1140px;
		
}

.slider-wide .soliloquy .soliloquy-container h1 {
	color: #fff;
	font-size: 3em;
	text-shadow: .125rem .125rem .125rem rgba(0,0,0,.5);
	
}

.slider-wide .soliloquy .soliloquy-container h2 {
	font-size: 1.2em;
	font-weight: 300;
	text-shadow: .125rem .125rem .125rem rgba(0,0,0,.5);
}

.slider-wide .soliloquy .soliloquy-container .soliloquy-caption a {
	font-size: 1.8em;
	color: #fff;
	display: inline-block;
	background-color: rgba(34,62,146, .8);
	padding: .5rem 1rem;
	border: 1px solid #fff;
	border-radius: 5px;
	margin-top: 1rem;
}
.envira-albums .envira-gallery-wrap,
.envira-albums .envira-gallery-wrap .envira-gallery-public {
	margin-bottom: 0;
}
#envira-albums-2 .envira-gallery-item {
	position: relative;
	padding: 20px 10px 10px !important;
	vertical-align: center;
	
}
#envira-albums-2 .envira-gallery-wrap .envira-gallery-public .envira-gallery-item > .envira-gallery-link {
	display: block;
	background-color: #17285d;
	
}

#envira-albums-2 .envira-gallery-wrap .envira-gallery-public .envira-gallery-item:hover img {
	opacity: .5 !important;
	

}

#envira-albums-2 .envira-gallery-wrap .envira-gallery-public .envira-gallery-item:hover{
	
	border-bottom: 10px solid #223e92;
}


#envira-albums-2 .envira-gallery-item img {
	mix-blend-mode: exclusion;
	filter: contrast(120%);
	opacity: 1;
	width: 100%;
	
	
}

#envira-albums-2 .envira-gallery-item .envira-album-title {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 400;
	padding: 0 20px 0 0;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
}

#envira-albums-2 .envira-gallery-item .envira-album-title:hover {
	cursor: pointer;
}

.footer-widgets .gform_wrapper .gfield_label,
.footer-widgets .gform_wrapper .gfield_required {
	display: none !important;
}

.gform_wrapper .gform_footer {
	margin-top: 0;
	padding-bottom: 0;
}

.gform_wrapper .gform_footer .gform_button {
	background-color: #223e92;
}	
.gform_wrapper .gfield,
.gform_wrapper .gform_footer {
	margin-top: 0 !important;
	padding-bottom: 1em !important;
	padding-top: 0 !important;
	margin-bottom: 0!important;
}

.pt-cv-content-item p,
.pt-cv-content-item a {
	margin-bottom: 0 !important;
}
#pt-cv-view-11f64ff5a7 { /*Recently added content view*/
	max-width: 500px;
	display: inline-block;
}
#pt-cv-view-ff2f507981 .carousel-inner,
#pt-cv-view-ff2f507981 .carousel-inner * {
	max-height: 500px;
}

#pt-cv-view-ff2f507981.pt-cv-view .pt-cv-carousel-indicators {
	margin-bottom: 0;
}
#pt-cv-view-ff2f507981 .pt-cv-carousel-caption {
	width: 40%;
	max-width: 400px;
	top: 0;
	bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	vertical-align: middle;
	background-color: rgba(34,62,146,.7);
	
	
}

#pt-cv-view-ff2f507981 .pt-cv-carousel-caption .pt-cv-title {
	font-size: 1.5em;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
	
}

#pt-cv-view-ff2f507981 .pt-cv-carousel-indicators li.active {
	background: rgba(45,82,194,1);
background: -moz-linear-gradient(top, rgba(45,82,194,1) 0%, rgba(13,26,61,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(45,82,194,1)), color-stop(100%, rgba(13,26,61,1)));
background: -webkit-linear-gradient(top, rgba(45,82,194,1) 0%, rgba(13,26,61,1) 100%);
background: -o-linear-gradient(top, rgba(45,82,194,1) 0%, rgba(13,26,61,1) 100%);
background: -ms-linear-gradient(top, rgba(45,82,194,1) 0%, rgba(13,26,61,1) 100%);
background: linear-gradient(to bottom, rgba(45,82,194,1) 0%, rgba(13,26,61,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d52c2', endColorstr='#0d1a3d', GradientType=0 );
}

/* Product View
-------------------------------------*/
#pt-cv-view-903a4ea6c7  .pt-cv-content-item .pt-cv-pinmas {
	background-color: #17285d;
}
#pt-cv-view-903a4ea6c7  .pt-cv-content-item:hover img {
	opacity: .5 !important;
}
#pt-cv-view-903a4ea6c7 .pt-cv-title a{
	position: absolute;
	top: 50%;
	
	-webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 98%;
   
    display: block;
    font-size: 1em;
    text-transform: uppercase;
    text-shadow: 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.5) !important;
}
#pt-cv-view-903a4ea6c7 img {
	mix-blend-mode: exclusion;
	filter: contrast(120%);
	opacity: 1;
	  -webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;
  	vertical-align: bottom;
  	display: block;
  	
}
#pt-cv-view-903a4ea6c7 .pt-cv-title a {
	color: #fff;
	
}


.welcome-feature-4 .pt-cv-wrapper {
	text-align: center;
}
.page-template-page_product-landing .site-inner .panel-grid,
.page-template-page_construction-options .site-inner .panel-grid {
	padding: 1rem 0;
}
.page-template-page_product-landing .site-inner .panel-grid:nth-child(3),
.page-template-page_product-landing .site-inner .panel-grid:nth-child(5),

/* {
	background-color: #f7f9fb;
}*/
.page-template-page_construction-options .site-inner .panel-grid:first-child,
.page-template-page_construction-options .site-inner .panel-grid:last-child {
	border-bottom: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: 	none;
	box-shadow: 		none;
}
.page-template-page_construction-options .site-inner .panel-grid {
	border-bottom: 2px solid #223e92;
	-webkit-box-shadow: 0px 7px 5px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 	0px 7px 5px -5px rgba(0,0,0,0.75);
	box-shadow: 		0px 7px 5px -5px rgba(0,0,0,0.75);
}
.page-template-page_construction-options .site-inner .panel-grid .so-panel:first-child,
.page-template-page_construction-options .site-inner .panel-grid .so-panel:last-child {
	border-bottom: 0;
	
}
.page-template-page_construction-options .site-inner .panel-grid .so-panel {
	border-bottom: 1px solid #aaa;
}
.float.left{

	float: left;
	max-width: 300px;
	
}

.float.left ul {
	font-size: .5em;
}

.breadcrumb {
	padding-top: 2.5rem;
	font-size: .8em;
}
.gch-header img,
.gch-header-image-inner  {
	width: 100%;
}

.applications {
	background-color: #eee;
	padding: 1rem;
}

.applications h3 {
	background-color: none;
	color: #223e92;
	margin: 0 auto;
	max-width: 100%;
	text-transform: uppercase;
	padding: .3rem;
}

/*.post-965 .applications h3 {
	font-size: 1.3em; 
}

(.applications h3::before {
	font-family: FontAwesome;
	content: "\f107";
	display: inline-block;
	width: 20px;
	color: #fff;
	
}

.applications ul {
	max-width: 100%;
	width: 400px;
	margin: 0 auto;
	background-color: #eee;
	display: none;
	-webkit-box-shadow: 4px 3px 16px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 3px 16px -5px rgba(0,0,0,0.75);
	box-shadow: 4px 3px 16px -5px rgba(0,0,0,0.75);
}

.applications ul li {
	list-style-type: none;
	margin: 0;
	border-bottom: 1px solid #aaa;
	padding: .5rem 1rem;
}

.applications ul a {
	display: block;
	font-size: 1.5em;
	text-align: center;
}*/

/*envira albums:
background #17285d
 filter: contrast(120%);
    mix-blend-mode: exclusion;
    width: 100%;
    on hover opacity half*/
.envira-gallery-public .envira-gallery-link,
.envira-gallery-public .envira-gallery-item-inner {
	background-color: #17285d ;
}
.envira-gallery-public .envira-album-title {
	position: absolute;
	top: 50%;
	color: #fff;
	-webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0 5px;
    font-size: 2em;
    font-weight: 500;
    margin-top: -.5rem !important;
    text-transform: uppercase;
    text-shadow: 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
}
/*.envira-gallery-public img {
	filter: contrast(120%);
    mix-blend-mode: exclusion;
    width: 100%;
}

.single-envira .envira-gallery-public img {
	filter: contrast(120%);
    mix-blend-mode: normal;
    width: 100%;
}*/

.rec-added .pt-cv-wrapper .pt-cv-view{
	margin: 0 auto;
	display: block !important;
	
}

.rec-added .widget-title {
	text-align: center;
}

.attachment_category .children {
	display: none;
}

.resource-download {
	display: none;
	border-bottom: 1px solid #aaa;
	width: 100%;
	position: relative;
}

.resource-download .title {
	max-width: 70%;
	
}
.design-resources-container {
	float: right;
	border-radius: 3px;
	width: 50%;
	background-color: #eee;
	min-height: 100px;
	padding: 1rem 1rem .5rem;
}

.download-link {
	display: inline-block;
	right: 0;
	bottom: 0;
	position: absolute;
	
}

.hide-on-click {
	font-size: .6em;
}

.pt-cv-title a {
	display: block;
}

.pt-cv-pinterest .pt-cv-title {
	padding: 0;
}

.entry-content h2 a {
	text-decoration: underline;
}

a.detail-button {
	padding: .5rem 1rem;
	border: 2px solid #fff;
	color: #fff;
	text-decoration: italic;
background: rgba(34,62,146,1);
background: -moz-linear-gradient(top, rgba(34,62,146,1) 0%, rgba(16,30,71,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34,62,146,1)), color-stop(100%, rgba(16,30,71,1)));
background: -webkit-linear-gradient(top, rgba(34,62,146,1) 0%, rgba(16,30,71,1) 100%);
background: -o-linear-gradient(top, rgba(34,62,146,1) 0%, rgba(16,30,71,1) 100%);
background: -ms-linear-gradient(top, rgba(34,62,146,1) 0%, rgba(16,30,71,1) 100%);
background: linear-gradient(to bottom, rgba(34,62,146,1) 0%, rgba(16,30,71,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#223e92', endColorstr='#101e47', GradientType=0 );
border-radius: 3px;
margin-bottom: 2rem;

}
.main_map_transparent {
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.main_map {
	z-index: 1;
	
}
.detail_map {
	display: none;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
}

.page-id-1849 img,
.page-id-1849 p {
	margin-bottom: 0;
}

#gform_wrapper_8 {
	display: none;
	clear: left;
	
	font-size: .8em;
}

.single-envira .breadcrumb {
	display: none;
}

.envira-tags-filter-link {
	text-transform: capitalize !important;
}

.sales-map-detail .left img {
	cursor: pointer;
}

.page-template-page_ppc-landing .head-wrap {
	z-index: 3;
}

hr {
	height: 2px;
	border-width:0;
	color: black;
	background-color: #000;
}
.page-template-page_product-landing .header-img-container  hr, .app-page-header-container hr {
	background-color: #fff;
	color: #fff;
	width: 80%;
}
.page-template-page_product-landing .header-img-container, .app-page-header-container {
	background-color: #223e92;
}

.page-template-page_product-landing .header-img-container .left, .app-page-left {
	width: 60%;
	display: inline-block;
	padding-right: 1rem;
	background-color: #fff;
	vertical-align: middle;
	height: 100%;
}

.option-page-image {
	width: 32%; 
	display: inline-block; 
	vertical-align: middle; 
	height: auto; 
	background-color: #fff;
}

.page-template-page_product-landing .header-img-container .left img, .app-page-left img, .option-page-image img {
	vertical-align: middle;
}
.page-template-page_product-landing .header-img-container .right, .app-page-right {
	width: 40%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background-color: #223e92;
	color: #fff;
	padding: 1rem;
}

.options-page-row {
	display: block
}

.options-page-copy {
	width: 100%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}

.page-template-page_product-landing .button.white, .app-page-btn.button.white {
	font-size: 1.5em;
	background-color: #fff;
	margin: 10px 0;
	
}

.page-template-page_product-landing .button.white:hover, .app-page-btn.button.white:hover {
	background-color: #354f9c;
	color:#fff;
	border-color: transparent;
	opacity: 1;
	text-shadow: 3px 3px 3px rgba(0,0,0,.4);
}


.page-template-page_product-landing .header-img-container .right h1,
.page-template-page_product-landing .header-img-container .right h2,
.app-page-right h2
{
	color: #fff;
	text-transform: uppercase;
	margin: 10px 0;
}
.page-template-page_product-landing .header-img-container .right h2, .app-page-right h2 {
	font-weight: 400;
	
}

.blue-row {
	background-color: #354f9c;
	text-align: center;
	padding: 1rem 0;
}

.blue-row h2 {
	color: #fff;
	margin: 10px 0;
	text-transform: uppercase;
}

#gform_wrapper_9 .gform_description {
	font-weight: bold;
}

.post-1181 .applications .pt-cv-content-item,
.post-1159 .applications .pt-cv-content-item,
.post-965 .applications .pt-cv-content-item,
.post-1165 .applications .pt-cv-content-item {
	float: none;
	display: inline-block;
	text-align: left;
}

.post-1181 .applications .pt-cv-page,
.post-1159 .applications .pt-cv-page,
.post-965 .applications .pt-cv-page,
.post-1165 .applications .pt-cv-page {
	text-align: center;
}

#phone {
	font-size:20px; 
	margin-top:-15px;
}


.display-posts-box {
	background-color:#eee;
	padding:25px;
	border-radius:15px;
	margin-top:-25px
}

.display-posts-listing .listing-item {
	margin-top:5px;
	margin-bottom:5px;
}

.display-posts-box h2 {
	color:#555;
	margin-bottom:-3px;
}

.listing-item .title {font-weight:bold; color:#777;}

#payment ul.payment_methods li {
	list-style: none !important;
}

.cart-contents {
	width: 50px;
	height: 50px;
	background-image: url('/wp-content/uploads/2019/01/cart__white_icon_1052358.png');
	background-size: cover;
	display: block;
    position: absolute;
    right: 20px;
    top: 0px;
	
}
.logged-in .cart-contents {
    top: 25px;
}
.cart-contents-count{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.site-header {
	position: relative;
}

.cta-icons {
		text-align:center;
		font-size: 17px;
		font-weight:505;
		
	}
.cta-row {
	background-color: #f6f6f6 !important;
	padding-top:30px;
	padding-bottom: 30px;
	max-width:none !important;
	border-radius: 15px;
}

.cta-row i {
	color: #223e92 !important;
}


/*.envira-tags-filter,
.envira-tag-filter {
	display: none;
}

#envira-tag-filter-all,
#envira-tag-filter-aluminum,
#envira-tag-filter-steel,
#envira-tag-filter-ballistic-rated,
#envira-tag-filter-brick,
#envira-tag-filter-faux-stone,
#envira-tag-filter-standing-seam-roof {
	display: list-item;
}*/


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape)
--------------------------------------------- */

@media screen and (max-width:1600px) {
.welcome-wide { position:relative;
	z-index:1; 
	/*margin-top:-100px;*/
	}
}

@media screen and (max-width:1300px) {
.welcome-wide{
	position:relative;
	z-index:1;
	/*margin-top:-50px;*/
	}
	
	.nav-primary .genesis-nav-menu a {
		padding: 1rem 1.75rem;
	}
	
	.genesis-nav-menu {
		letter-spacing:.5px;
	}
	
}

@media only screen and (max-width: 1180px) {

	.wrap,
	.site-header {
		max-width: 95%;
		text-align:center;
	}
	.slider-wide .soliloquy .soliloquy-container .soliloquy-caption-inside,
	.slider-wide .soliloquy .soliloquy-container .soliloquy-controls {
		width: 100%;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 60%;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary,
	.title-area {
		width: 40%;
	}
	
	.hf1,
	.hf3,
	.hf4,
	.hf5,
	.hf6,
	.hf7,
	.hf8,
	.hf9,
	.hf14 {
		/*background-attachment: scroll;*/
		background-position: top;
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}

}

/* iPads (portrait)
--------------------------------------------- */

@media only screen and (max-width: 1023px) {

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area,
	.wrap {
		width: 100%;
	}
	
	.box-row {
		text-align: center;
	}
	
	.design-resources-container {
		float: none;
		width: 100%;
	}
	
	.slider-wide .soliloquy .soliloquy-container .soliloquy-caption-inside,
	.slider-wide .soliloquy .soliloquy-container .soliloquy-controls {
		width: 100%;
	}
	
	.site-header,
	.nav-primary .wrap,
	.nav-secondary .wrap,
	.slider .wrap,
	.welcome .wrap,
	.home-feature-bg .wrap,
	.home-feature-bg-alt .wrap,
	.home-feature-bg-dark .wrap,
	.footer-widgets .wrap {
		width: 90%;
	}
	
	.title-area {
		padding: 1rem 0;
	}
	
	.header-image .site-title a {
		float: none;
	}
	
	.header-image .site-title {
		text-align: center;
	}
	
	.header-image .site-header,
	.header-image .site-header .wrap {
		background-position: center top !important;
	}
	
	.site-header .widget-area {
		text-align: center;
	}

	.site-inner {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	
	.page-template-page_ppc-landing .site-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.site-inner {
		background: none;
	}
	
	.nav-primary {
		background-repeat: repeat-y;
	}

	.genesis-nav-menu li,
	.genesis-nav-menu > .right,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	
	.site-description,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	
	.genesis-nav-menu .menu-item {
		display: inline-block;
		float: none;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a { }
	

	.site-header .search-form {
		margin: 1rem auto ;
	}

	.sidebar .widget.enews-widget {
		padding: 2.5rem;
	}
	
	.wp-caption {
		width: 100% !important;
	}
	
	.footer-widgets .widget {
		margin-bottom: 2.5rem;
	}
	
	.wrap {
		max-width:1100px;
	}
	
	.genesis-nav-menu .menu-item a {
    font-size: 13px;

}

}

/* iPad/Tablets (portrait and landscape)
--------------------------------------------- */

@media only screen and (max-width: 960px) {

	.feature-margin {
		margin: 0;
	}
	.page-template-page_product-landing .header-img-container .left, .app-page-left, .option-page-image {
		width: 100%;
		padding: 0 0 1rem;
		display: block;
	}
	.page-template-page_product-landing .header-img-container .right, .app-page-right {
		width: 100%;
		display: inline-block;
	}

}

/* iPhones (portrait and landscape)
--------------------------------------------- */

@media only screen and (max-width: 867px) {
	
	.home-feature-3,
	.home-feature-4,
	.home-bottom-sidebar-1,
	.home-bottom-sidebar-2,
	.home-bottom-sidebar-3,
	.home-bottom-sidebar-4,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.applications .pt-cv-ifield {
		text-align: center;
	}
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	.nav-primary .genesis-nav-menu li.menu-item-has-children:first-child a {
		padding-left: 1.25rem;
	}
	.nav-primary .responsive-menu-icon {
		
		width: 32px;
		margin: 10px auto;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
		
		
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		display: block;
		padding: 1.25rem;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: .938rem 1.25rem;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 1.25rem;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}

	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}

	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(255, 255, 255, 0.05);
	}
	
	.feature-left,
	.feature-right {
		width: 45%;
	}
	
	.home-feature-10,  
	.home-feature-12 {
		width: 48%;
	}
	
	.home-feature-11,
	.home-feature-13 {
		float: right;
		margin: 0;
		width: 48%;
	}
	
	.home-feature-12 {
		clear: both;
	}

	.search-form {
		width: 80%;
	}
	
	.content .portfolio {
		width: 48%;
	}
	
	.content .portfolio .post-image {
		width: 100%;
	}
	
	.home-feature-10 img, 
	.home-feature-11 img, 
	.home-feature-12 img, 
	.home-feature-13 img {
		width: 100%;
	}
	
	.plan-col, 
	.plan-col-popular {	
		float: none;
		margin: 0 auto 40px;	
		width: 80%;
	}

.top-image p {
	height:auto;
}

.app-mobile-btn {
	margin-bottom:-45px;
}

.mobile-img-shrink {
	max-width:50%;
}
	
.welcome-feature-1 {
    background-image: url(/wp-content/uploads/2017/09/2nd-background-image.jpg)!important;	
	}

.vid-container {
	background-color:transparent;
	height:250px;
	}
.overlay {
	top:5%;	
	}

#home-video {
		display:none;
	}
	
	.video-h2 {
		font-size: 1.2em;
	}
	
.options-apps {
	font-size:45px;
	padding:1.4rem;
}

.options-apps-text {
	font-size:18px;
	display:inline-block;
	margin-left:10px;
}
	
.app-btn-wrap {
	display:block;
	margin-bottom:30px;
	text-align:left;
	}
	
.welcome-wide{position:relative;
	z-index:1;
	margin-top:10px;
	}
	
	.welcome-wide h3 {
		max-width: 100%;
	}
	.welcome-wide img {
		max-width: 100%!important;
		min-width:100%;
	}
	
	.welcome-wide .sow-image-container:hover {
		background-image:none;
	}
	
	.options-const {
		background:none;
		padding:0;
		height:auto;
		width:auto;
		display:block;
	}
	
	.const-buttons .app-btn-wrap {
		margin:0;
	}
	
	.const-options-header { 
		padding-left:0;
	}
	
}

@media (max-width: 640px) {
  .welcome-wide .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .wrap #siteorigin-panels-builder-9 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .wrap #text-2 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

@media only screen and (max-width: 580px) {

	.home .wrap {
		text-align: center;	
	}
	
	.site-header .wrap {
		width: 100%;
	}
	
	.welcome-feature-1, 
	.welcome-feature-2,
	.welcome-feature-3,
	.home-feature-1,
	.home-feature-2,
	.home-feature-3,
	.home-feature-4,
	.home-feature-1,
	.home-feature-2,
	.home-feature-3,
	.home-feature-4,
	.home-feature-5,
	.home-feature-6,
	.home-feature-7,
	.home-feature-8,
	.home-feature-9,
	.home-feature-10,
	.home-feature-11,
	.home-feature-12,
	.home-feature-13,
	.home-feature-14 {
		margin: 0 auto;
	    text-align: center;
	    width: 100%;
	}
	
	.feature-left {
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	
	.feature-right {
		float: none;
		margin: 2.5rem auto 0;
		text-align: center;
		width: 100%;
	}

	.app-icons {
		-webkit-flex-direction: unset !important;
    	-ms-flex-direction: unset !important;
   		flex-direction: unset !important;
		-webkit-flex-wrap: wrap !important;
    	flex-wrap: wrap !important;
}

	.app-icons .panel-grid-cell {
    	width: 50% !important;
}
	
.overlay {
		top:0;
	}
	
	.options-apps {
    font-size: 35px;
    padding: 1.2rem;
	}
	
		.homepage-logo-slider .soliloquy-container.soliloquy-theme-metro .soliloquy-prev {
	left:0px;	
}

   .homepage-logo-slider .soliloquy-container.soliloquy-theme-metro .soliloquy-next {
	right:0px;
}

}

@media only screen and (max-width: 480px) {

	.site-header {
		width: 100%;
	}
	
	.content .portfolio {
		text-align: center;
		width: 100%;
	}
	
	.content .portfolio .post-image {
		width: 100%;
	}
	
	.content .portfolio .more-link {
		margin: 1.25rem auto 0;
		padding: .375rem;
		width: 60%;
	}
	
	.options-apps {
	font-size:25px;
	padding:.85rem;
}

.options-apps-text {
	font-size:13px;
	display:inline-block;
	margin-left:10px;
}
	
.app-btn-wrap {
	display:block;
	margin-bottom:30px;
	text-align:left;
	}
	
.h1-style {
	font-size: 1.50em;
	}
	
	.app-page-right h2 {
		font-size: 1.575em;
	}
	
.header-image .site-title a {
	background-size:100%!important;
	margin-bottom:-26px;
	}
	
.header-image .title-area {
	height:auto;
	}
}

.fancybox-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}

.fancybox-img .fancybox {
    height: 0;
    padding-bottom: 80%;
    margin-bottom: 10px;
    display: block;
}

.galleryWrap {
	overflow: hidden;
}

.gallery-container {
	position: relative;
}

#galleryTab {
	margin-bottom: 10px;
    margin-top: 20px;
}

#galleryTab a {
	padding-right: 10px;
    margin-bottom: 16px;
}

#galleryTab .active,
#galleryTab a:hover,
#galleryTab a:focus,
#galleryTab a:active {
  text-decoration: underline;
}

.fancybox-img button {
	display: none;
}

.fancybox-img:hover button {
	display: inline-block;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 100px);
    background: #223e92;
    color: white;
    padding: 10px;
    font-size: 11px;
    text-align: center;
    width: 200px;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    opacity: .7;
    transition: all .5s ease;
}

.fancybox-img:hover button:hover {
	opacity: 1;
}

.gallery-container .row {
	margin-left: -5px;
	margin-right: -5px;
}
.gallery-container .col-xs-12 {
	min-height: 0px;
	padding-right: 5px;
    padding-left: 5px;
}

.modal button.close {
	background: no-repeat;
    color: darkblue;
    opacity: 1;
}

.modal .btn-drw {
	padding: 10px 0px 20px 0px;
	text-align: center;
}
.modal .btn {
	background-color: #223e92;
	color: white;
	font-size: 1.125em;
	padding: 12px 20px;
}