@charset "utf-8";

/*  BASIC PAGE SETUP ============================================================================= */
body {
margin:0px;
background-color:#FFFFFF;
background-repeat:no-repeat;
background-position:center 85px;
background-size:120%;
background-attachment:fixed;
font-family:'Montserrat', Helvetica, Verdana, Arial, sans-serif;
font-size:16px;
font-weight:400;
color:#31343C;
}
div, ul, li, img, form {
margin:0px;
padding:0px;
}
iframe, object, embed {
display:block;
margin:0px;
}
h1 {
font-family:'Chivo', Helvetica, Verdana, Arial, sans-serif;
font-size:45px;
font-weight:900;
text-align:left;
color:#31343C;
line-height:45px;
}
h2 {
font-family:'Chivo', Helvetica, Verdana, Arial, sans-serif;
font-size:35px;
font-weight:900;
text-align:left;
color:#2E59A8;
line-height:40px;
}
h3 {
font-family:'Montserrat', Helvetica, Verdana, Arial, sans-serif;
font-size:25px;
font-weight:300;
text-align:left;
color:#31343C;
line-height:30px;
padding-bottom:5px;
border-bottom:1px solid #CCCCCC;
}
h4 {
font-family:'Montserrat', Helvetica, Verdana, Arial, sans-serif;
font-size:25px;
font-weight:300;
text-align:left;
color:#31343C;
line-height:30px;
}
h5 {
font-family:'Montserrat', Helvetica, Verdana, Arial, sans-serif;
font-size:25px;
font-weight:300;
text-align:left;
color:#F79820;
line-height:30px;
}
h6 {
font-family:'Chivo', Helvetica, Verdana, Arial, sans-serif;
font-size:45px;
font-weight:900;
text-align:left;
color:#31343C;
line-height:45px;
}
a {
text-decoration:none;
}
a:active {
color:#F79820;
color:#FF7900;
}
a:link {
color:#F79820;
color:#FF7900;
}
a:visited {
color:#F79820;
color:#FF7900;
}
a:hover {
color:#2E59A8;
}
select {
font-size:12px;
}
hr {
border:0;
height:1px;
margin-top:15px;
margin-bottom:15px;
background-color:#CCCCCC;
}
p {
text-align:justify;
line-height:28px;
}
p.anchor {
display:block;
position:relative;
top:-150px;
visibility:hidden;
}
p.highlight {
font-family:'Montserrat', Helvetica, Verdana, Arial, sans-serif;
font-size:25px;
font-weight:300;
text-align:center;
color:#F79820;
line-height:30px;
}
table {
width:100%;
border:0px;
border-spacing:0px;
padding:0px;
margin-left:auto;
margin-right:auto;
}
td {
padding:5px;
text-align:center;
}
table.table-condensed td{
padding:0px;
}
.table-design table {
width:100%;
margin-left:auto;
margin-right:auto;
margin-bottom:15px;
padding:0px;
border-spacing:0px;
border:1px solid #CCCCCC;
font-weight:300;
}
.table-design tr {
background-color:#FFFFFF;
}
.table-design tr:hover {
background-color:#CCCCCC;
}
.table-design th {
background-color:#31343C;
padding:15px;
vertical-align:top;
text-align:left;
font-size:20px;
font-weight:400;
color:#FFFFFF;
}
.table-design th p {
padding:0px;
margin:0px;
}
.table-design td {
padding:10px;
vertical-align:top;
border-top:1px solid #E6E6E6;
font-weight:300;
text-align:left;
}
.table-design td p {
padding:0px;
margin:0px;
}
.material-icons {
margin:0px;
padding:0px;
padding-right:5px;
vertical-align:middle;
}
#content-2 h1 {
color:#FFFFFF;
}
#content-2 h3 {
color:#CCCCCC;
}
#content-2 table {
width:100%;
margin-left:auto;
margin-right:auto;
margin-bottom:15px;
padding:0px;
border-spacing:0px;
border:1px solid #CCCCCC;
font-weight:300;
color:#FFFFFF;
}
#content-2 tr {
background-color:transparent;
}
#content-2 tr:hover {
background-color:#31343C;
}
#content-2 th {
background-color:#CCCCCC;
padding:15px;
vertical-align:top;
font-size:20px;
font-weight:400;
color:#31343C;
}
#content-2 th p {
padding:0px;
margin:0px;
}
#content-2 td {
padding:10px;
vertical-align:top;
border-top:1px solid #31343C;
font-weight:300;
}
#content-2 td p {
padding:0px;
margin:0px;
}
#content-2 .swatch {
border:1px solid #FFFFFF;
}

/*  IMAGES ============================================================================= */
img {
margin:0px;
display:block;
border :0px;
max-width:100%;
height:auto;
}
img a:hover {
opacity:0.5;
}
img.float-left {
float:left;
margin:0px 10px 0px 0px;
}
img.float-right {
float:right;
margin:0px 0px 0px 10px;
}
.overlay {
left:0px;
top:0px;
width:100%;
min-height:40%;
text-align:center;
color:rgb(255, 255, 255);
position:absolute;
opacity:0px;
background-color:rgba(31, 180, 221, 1);
-webkit-transition:0.25s ease-in;
-moz-transition:0.25s ease-in;
-o-transition:0.25s ease-in;
transition:0.25s ease-in;
}
.overlay h3 {
margin:0px auto;
padding:27px 0px 5px;
text-align:center;
color:rgb(255, 255, 255);
line-height:30px;
letter-spacing:1px;
font-size:28px;
}
.overlay p {
text-align:center;
font-size:12px;
}

/* IFRAMES============================================================================= */
.framework-iframe {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
border:1px solid #CCCCCC;
}
.framework-iframe iframe,   
.framework-iframe object,  
.framework-iframe embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

/* FRAMEWORK============================================================================= */
#framework {
width:100%;
position:relative;
margin:0px;
text-align:left;
}
#framework-home {
background-repeat:no-repeat;
background-position:left top;
background-size:cover;
}
#framework-note {
width:100%;
height:35px;
background-color:#F79820;
top:0px;
z-index:2001;
}
#note {
width:auto;
min-width:320px;
max-width:1400px;
position:relative;
margin:0px;
margin-right:auto;
margin-left:auto;
font-size:14px;
font-weight:700;
color:#FFFFFF;
color:#31343C;
}
#note p {
margin:0px;
padding:0px;
padding-left:5%;
padding-right:5%;
line-height:35px;
text-align:center;
}
#framework-header {
width:100%;
height:50px;
position:-webkit-sticky;
position:sticky;
top:85px;
padding-top:0px;
color:#FFFFFF;
z-index:1999;
}
#header {
width:auto;
min-width:320px;
max-width:1400px;
position:relative;
margin-right:auto;
margin-left:auto;
}
#header a:active, #header a:link, #header a:visited {
color:#2E59A8;
}
#header a:hover {
color:#FFFFFF;
}
#header-logo {
width:25%;
max-width:250px;
position:absolute;
top:15px;
left:15px;
z-index:2005;
}
#header-logo img {
width:100%;
margin-left:auto;
margin-right:auto;
}
#header-phone {
width:335px;
background-color:#F79820;
border:1px solid #FFFFFF;
position:absolute;
top:0px;
right:15px;
border-radius:0px 0px 10px 10px;
-moz-border-radius:0px 0px 10px 10px;
-webkit-border-radius:0px 0px 10px 10px;
border-top:0px;
padding:15px;
z-index:1000;
font-family:'Montserrat', Helvetica, Verdana, Arial, sans-serif;
font-size:15px;
font-weight:700;
line-height:25px;
text-align:center;
color:#FFFFFF;
cursor:pointer;
}
#header-phone:hover {
background-color:#2E59A8;
border:1px solid #FFFFFF;
color:#FFFFFF;
}
#header-phone span {
color:#FFFFFF;
}
#header-phone a:active, #header-phone a:link, #header-phone a:visited {
color:#FFFFFF;
}
#header-phone a:hover {
color:#FFFFFF;
}
#header-quote {
background-color:#F79820;
border:1px solid #FFFFFF;
position:absolute;
top:0px;
right:400px;
border-radius:0px 0px 10px 10px;
-moz-border-radius:0px 0px 10px 10px;
-webkit-border-radius:0px 0px 10px 10px;
border-top:0px;
padding:15px;
z-index:1000;
font-family:'Montserrat', Helvetica, Verdana, Arial, sans-serif;
font-size:15px;
line-height:25px;
text-align:center;
color:#FFFFFF;
cursor:pointer;
}
#header-quote:hover {
background-color:#2E59A8;
border:1px solid #FFFFFF;
color:#FFFFFF;
}
#header-quote span {
color:#FFFFFF;
}
#header-quote a:active, #header-quote a:link, #header-quote a:visited {
color:#FFFFFF;
}
#header-quote a:hover {
color:#FFFFFF;
}
#header-call {
font-size:20px;
}
#framework-navigation {
width:100%;
height:35px;
line-height:35px;
background-color:#2E59A8;
background-color:#FFFFFF;
position:-webkit-sticky;
position:sticky;
top:0px;
z-index:2001;
}
#navigation {
width:auto;
min-width:320px;
max-width:1400px;
position:relative;
margin:0px;
margin-right:auto;
margin-left:auto;
color:#FFFFFF;
color:#2E59A8;
font-size:12px;
}
#navigation p {
margin:0px;
padding:0px;
padding-right:2%;
text-align:right;
line-height:35px;
}
#navigation a:active, #navigation a:link, #navigation a:visited {
color:#2E59A8;
}
#navigation a:hover {
color:#F79820;
}
#framework-buttons {
width:100%;
height:50px;
line-height:50px;
background-color:#FFFFFF;
background-color:#2E59A8;
border-bottom:1px solid #FFFFFF;
position:-webkit-sticky;
position:sticky;
top:35px;
z-index:2000;
}
#buttons {
width:auto;
min-width:320px;
max-width:1400px;
position:relative;
margin:0px;
margin-right:auto;
margin-left:auto;
}
#framework-animation {
width:100%;
position:relative;
background-repeat:no-repeat;
background-position:center top;
background-size:cover;
}
#animation {
width:100%;
min-width:320px;
max-width:1400px;
position:relative;
margin:0px;
margin-right:auto;
margin-left:auto;
}
#animation-buttons {
width:auto;
min-width:320px;
max-width:1400px;
position:relative;
margin:0px;
margin-right:auto;
margin-left:auto;
z-index:500;
}
#animation div {
padding-left:2%;
}
#animation h1 {
color:#FFFFFF;
}
#animation-box {
width:100%;
position:absolute;
bottom:0px;
padding:0px;
padding-top:10px;
padding-bottom:10px;
background-color:#FFFFFF;
background:rgba(255,255,255,0.75);
background-color:#F79820;
border-bottom:1px solid #FFFFFF;
color:#FFFFFF;
color:#31343C;
font-weight:300;
font-size:12px;
z-index:1990;
}
#animation-box:hover {
background:rgba(255,255,255,0.85);
background-color:#F79820;
}
#animation-form {
width:50%;
position:absolute;
margin-left:auto;
margin-right:auto;
margin-right:auto;
padding:2%;
top:165px;
right:5%;
background:rgba(255,255,255,0);
font-size:14px;
text-align:center;
z-index:1995;
}
#animation-form p a:active, #animation-form p a:link, #animation-form p a:visited {
color:#F79820;
}
#animation-form p a:hover {
color:#FFFFFF;
}
#framework-content {
width:100%;
background-color:#FFFFFF;
}
#content {
width:auto;
min-width:320px;
max-width:1400px;
position:relative;
margin:0px;
padding:0px;
padding-bottom:25px;
margin-right:auto;
margin-left:auto;
}
#content img {
max-width:100%;
margin-left:1%;
margin-right:1%;
margin-bottom:1%;
}
#content ul {
margin-left:5%;
}
#content li {
margin-bottom:10px;
line-height:28px;
}
#content hr {
margin-top:0px;
margin-top:35px;
margin-bottom:35px;
}
#framework-content-1 {
width:100%;
background-color:#E6E6E6;
border-top:1px solid #CCCCCC;
}
#content-1 {
width:auto;
min-width:320px;
max-width:1400px;
position:relative;
margin:0px;
padding:0px;
padding-top:25px;
padding-bottom:25px;
margin-right:auto;
margin-left:auto;
}
#content-1 img {
max-width:100%;
margin-left:1%;
margin-right:1%;
margin-bottom:1%;
}
#content-1 ul {
margin-left:5%;
}
#content-1 li {
margin-bottom:10px;
}
#content-1 hr {
margin-top:0px;
margin-top:35px;
margin-bottom:35px;
}
#content-1 h3 a:active, #content-1 h3 a:link, #content-1 h3 a:visited {
color:#2E59A8;
}
#content-1 h3 a:hover {
color:#F79820;
}
#framework-content-2 {
width:100%;
background-color:#31343C;
color:#E6E6E6;
}
#content-2 {
width:auto;
min-width:320px;
max-width:1400px;
position:relative;
margin:0px;
padding:0px;
padding-top:25px;
padding-bottom:25px;
margin-right:auto;
margin-left:auto;
}
#content-2 img {
max-width:100%;
margin-left:1%;
margin-right:1%;
margin-bottom:1%;
}
#content-2 h1 {
color:#E6E6E6;
}
#content-2 h2 {
color:#FFFFFF;
}
#content-2 h3 {
color:#E6E6E6;
}
#content-2 ul {
margin-left:5%;
}
#content-2 li {
margin-bottom:10px;
}
#content-2 hr {
margin-top:0px;
margin-top:35px;
margin-bottom:35px;
}
#framework-content-3 {
width:100%;
background-color:#FFFFFF;
color:#31343C;
}
#content-3 {
width:auto;
min-width:320px;
max-width:1400px;
position:relative;
margin:0px;
padding:0px;
padding-top:25px;
padding-bottom:25px;
margin-right:auto;
margin-left:auto;
}
#content-3 img {
max-width:100%;
margin-left:1%;
margin-right:1%;
margin-bottom:1%;
}
#content-3 ul {
margin-left:5%;
}
#content-3 li {
margin-bottom:10px;
}
#content-3 hr {
margin-top:0px;
margin-top:35px;
margin-bottom:35px;
}
#framework-content-4 {
width:100%;
background-color:#2E59A8;
color:#FFFFFF;
}
#content-4 {
width:auto;
min-width:320px;
max-width:1400px;
position:relative;
margin:0px;
padding:0px;
padding-top:25px;
padding-bottom:25px;
margin-right:auto;
margin-left:auto;
}
#content-4 h3 {
color:#FFFFFF;
}
#content-4 h4 {
color:#FFFFFF;
}
#content-4 p.highlight {
padding:0px;
padding-left:2%;
padding-right:2%;
color:#FFFFFF;
}
#content-4 a:active, #content-4 a:link, #content-4 a:visited {
color:#C5C5C5;
}
#content-4 a:hover {
color:#F79820;
}
.content-main {
width:74.6%;
}
.content-menu {
width:23.8%;
}
.content-image img {
width:50%;
max-width:800px;
}
#framework-features {
width:100%;
background-color:#FFFFFF;
background:rgba(255,255,255,1);
color:#31343C;
font-size:15px;
font-weight:300;
}
#features {
width:auto;
min-width:320px;
max-width:1400px;
position:relative;
margin:0px;
padding:0px;
padding-top:2%;
padding-bottom:2%;
margin-right:auto;
margin-left:auto;
}
#features img {
width:300px;
max-width:100%;
margin:0px;
padding:0px;
margin-left:auto;
margin-right:auto;
}
#features span {
font-family:'Chivo', Helvetica, Verdana, Arial, sans-serif;
font-size:15px;
font-weight:900;
}
#framework-bar {
width:100%;
background-color:#E6E6E6;
border-top:1px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
font-size:12px;
line-height:15px;
color:#31343C;
}
#framework-bar h3 {
font-size:20px;
line-height:25px;
}
#bar {
width:auto;
min-width:320px;
max-width:1400px;
position:relative;
margin:0px;
padding:0px;
padding-top:50px;
padding-bottom:50px;
margin-right:auto;
margin-left:auto;
}
#framework-testimonials {
width:100%;
background-color:#31343C;
background-color:#F79820;
background-repeat:no-repeat;
background-position:center top;
background-size:cover;
}
#testimonials {
width:auto;
min-width:320px;
max-width:1400px;
position:relative;
margin:0px;
padding:0px;
padding-top:50px;
padding-bottom:50px;
margin-right:auto;
margin-left:auto;
color:#FFFFFF;
}
#testimonials h4 {
color:#FFFFFF;
}
#framework-shadow {
width:100%;
height:auto;
background-color:#31343C;
border-top:1px solid #FFFFFF;
}
#shadow {
width:auto;
min-width:320px;
max-width:1400px;
position:relative;
margin-right:auto;
margin-left:auto;
padding-top:1%;
padding-bottom:1%;
text-align:center;
font-size:20px;
color:#FFFFFF;
}
#shadow p {
margin:0px;
padding:0px;
text-align:center;
line-height:75px;
}
#shadow a:active, #shadow a:link, #shadow a:visited {
color:#F79820;
}
#shadow a:hover {
color:#2E59A8;
}
#framework-footer {
width:100%;
background-color:#2E59A8;
background-repeat:no-repeat;
background-position:center top;
background-size:cover;
}
#footer {
width:auto;
min-width:320px;
max-width:1400px;
position:relative;
margin-right:auto;
margin-left:auto;
padding:0px;
line-height:25px;
text-align:left;
font-size:12px;
color:#E6E6E6;
}
#footer ul {
list-style:none;
margin-left:5%;
}
#footer h2 {
margin:1%;
font-family:'Montserrat', Helvetica, Verdana, Arial, sans-serif;
font-size:20px;
color:#E6E6E6;
}
#footer a:active, #footer a:link, #footer a:visited {
color:#FFFFFF;
}
#footer a:hover {
color:#F79820;
}
#footer p {
margin:0px;
margin-left:2%;
line-height:35px;
}
#footer p a:active, #footer p a:link, #footer p a:visited {
color:#F79820;
}
#footer p a:hover {
color:#FFFFFF;
}
#footer-logo {
width:25%;
max-width:350px;
position:absolute;
top:25px;
right:0px;
z-index:5000;
}
#footer-icons {
width:240px;
max-width:100%;
height:30px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
}
#footer-icons img {
width:100%;
max-width:30px;
height:auto;
margin-left:auto;
margin-right:auto;
}
#footer-icons div {
width:30px;
max-width:30px;
background-color:#FFFFFF;
float:left;
margin-left:5px;
margin-right:5px;
}
#footer-icons div:hover {
background-color:#F79820;
}
#framework-copyright {
width:100%;
background-color:#FFFFFF;
border-top:1px solid #CCCCCC;
}
#copyright {
width:auto;
min-width:320px;
max-width:1400px;
position:relative;
margin-right:auto;
margin-left:auto;
padding:0px;
text-align:right;
font-size:15px;
line-height:50px;
color:#31343C;
}
.copyright {
text-align:left;
}
.float-left {
float:left;
}
.float-right {
float:right;
}
.content-clear {
clear:both;
}

/* MENUS============================================================================= */
#header-buttons {
width:74%;
max-width:850px;
height:50px;
line-height:50px;
margin-right:15px;
margin-right:0px;
top:0px;
right:0px;
position:absolute;
font-size:15px;
font-weight:300;
text-align:center;
color:#31343C;
-webkit-font-smoothing:antialiased;
-webkit-text-stroke:0.25px;
}
#header-buttons ul {
width:auto;
height:50px;
list-style:none;
vertical-align:bottom;
}
#header-buttons li {
width:14%;
height:50px;
line-height:50px;
float:left;
}
#header-buttons a {
display:block;
text-decoration:none;
}
#header-buttons a:active, #header-buttons a:link, #header-buttons a:visited {
color:#FFFFFF;
}
#header-buttons .button-active a {
text-decoration:underline;
}
#header-buttons .button-active a:active, #header-buttons .button-active a:link, #header-buttons .button-active a:visited {
color:#F79820;
}
#header-buttons a:hover {
background-color:#E6E6E6;
color:#2E59A8;
}
#header-buttons .button-active a:hover {
background-color:#2E59A8;
color:#F79820;
}
#header-buttons ul#dropdown .submenu a {
text-decoration:none;
}
ul#dropdown .submenu {
width:300%;
left:0px;
float:left;
visibility:hidden;
position:relative;
top:0px;
padding:0px 3px 3px;
text-transform:none;
z-index:5001;
background-color:#FFFFFF;
border-top:1px solid #2E59A8;
border-bottom:1px solid #BABCBE;
-moz-box-shadow:0px 0px 10px #999999;
-webkit-box-shadow:0px 0px 10px #999999;
box-shadow:0px 0px 10px #999999;
}
ul#dropdown #compare .submenu {
float:right;
}
ul#dropdown #charity .submenu {
float:right;
}
ul#dropdown #blog .submenu {
float:right;
}
ul#dropdown li:hover>.submenu {
visibility:visible;
opacity:1;
}
ul#dropdown .submenu li {
width:96%;
height:35px;
margin:0px;
padding-left:2%;
padding-right:2%;
background-color:#FFFFFF;
line-height:35px;
text-align:left;
font-size:12px;
}
ul#dropdown .button-active .submenu  li a {
color:#2E59A8;
}
ul#dropdown .submenu li a {
color:#2E59A8;
border-top:0px;
border-bottom:0px;
background-color:#FFFFFF;
}
ul#dropdown .submenu li:hover {
width:96%;
margin:0px;
background-color:#E6E6E6;
}
ul#dropdown .submenu li a:hover {
background-color:#E6E6E6;
color:#2E59A8;
border-top:0px;
border-bottom:0px;
}
ul#dropdown li:hover>a {
background-color:#E6E6E6;
color:#2E59A8;
}
ul#dropdown ul li:hover>a {
background-color:#E6E6E6;
color:#2E59A8;
}
ul#dropdown .submenu li.section {
background-color:#2E59A8;
color:#F79820;
color:#FFFFFF;
font-weight:700;
}


/* FORMS============================================================================= */
input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):not([type=image]):not([type=submit]) {
height:25px;
width:95%;
max-width:95%;
border:1px solid #C5C5C5;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
background:#F8F8F8;
font-size:16px;
}
#form-transparent input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):not([type=image]):not([type=submit]) {
width:100%;
max-width:100%;
font-size:16px;
}
input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):not([type=image]):not([type=submit]):hover {
border:1px solid #C5C5C5;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
background:#E8E7E7;
font-size:16px;
}
#form-transparent input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):not([type=image]):not([type=submit]):hover {
width:100%;
max-width:100%;
font-size:16px;
}
textarea {
width:90%;
border:1px solid #C5C5C5;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
background:#F8F8F8;
font-size:16px;
}
textarea:hover {
border:1px solid #C5C5C5;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
background:#E8E7E7;
font-size:16px;
}
select {
height:25px;
border:1px solid #C5C5C5;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
background:#F8F8F8;
font-size:16px;
}
select:hover {
border:1px solid #C5C5C5;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
background:#E8E7E7;
font-size:16px;
}
#form-transparent select {
width:100%;
max-width:100%;
height:25px;
font-size:16px;
}
.form-details {
padding-left:2%;
height:35px;
line-height:35px;
background-color:#31343C;
color:#FFFFFF;
font-size:20px;
font-family:'Chivo', Helvetica, Verdana, Arial, sans-serif;
text-align:left;
}
.form-labels {
width:23%;
max-width:250px;
background-color:#E8E7E7;
padding:1%;
font-size:16px;
text-align:right;
vertical-align:top;
}
.form-fields {
width:73%;
background-color:#F8F8F8;
padding:1%;
font-size:14px;
text-align:left;
}
.form-fields img {
width:auto;
max-width:auto;
padding:1%;
}
.form-fields td {
text-align:left;
}
#form-transparent {
border:1px solid #FFFFFF;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
#form-transparent .form-details {
background-color:#FFFFFF;
background-color:rgba(255, 255, 255, 0.5);
color:#31343C;
}
#form-transparent .form-labels {
background-color:transparent;
}
#form-transparent .form-fields {
background-color:transparent;
}
#form-transparent hr {
background-color:#FFFFFF;
}
#form-transparent a:active, #form-transparent a:link, #form-transparent a:visited {
color:#2E59A8;
}
#form-transparent a:hover {
color:#FFFFFF;
}
.form-button {
max-width:100%;
height:29px;
line-height:17px;
padding-left:10px;
padding-right:10px;
background:#2E59A8;
border:1px solid #2E59A8;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
font-family:'Montserrat', Helvetica, Verdana, Arial, sans-serif;
font-size:16px;
color:#FFFFFF;
text-align:center;
float:right;
margin-right:5px;
margin-bottom:5px;
cursor:pointer;
}
.form-button:hover {
border:1px solid #31343C;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
background:#31343C;
color:#FFFFFF;
}
#form-transparent .form-button {
width:50%;
max-width:50%;
height:35px;
margin:0px;
margin-left:50%;
margin-right:25%;
margin-right:0px;
float:none;
}
.page-button {
width:auto;
margin-left:auto;
margin-right:auto;
}
.page-button a {
display:inline-block;
height:35px;
line-height:35px;
position:relative;
margin-top:5px;
font-size:15px;
text-align:center;
text-decoration:none;
color:#FFFFFF;
background-color:#2E59A8;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
padding:0px 25px 0px 25px;
}
.page-button a:active, .page-button a:link, .page-button a:visited {
color:#FFFFFF;
}
.page-button a:hover {
background-color:#F79820;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
color:#FFFFFF;
}
.page-button-reverse {
width:auto;
margin-left:auto;
margin-right:auto;
}
.page-button-reverse a {
display:inline-block;
height:35px;
line-height:35px;
position:relative;
margin-top:5px;
font-size:15px;
text-align:center;
text-decoration:none;
color:#FFFFFF;
background-color:#F79820;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
padding:0px 25px 0px 25px;
color:#FFFFFF;
}
.page-button-reverse a:active, .page-button-reverse a:link, .page-button-reverse a:visited {
color:#FFFFFF;
}
.page-button-reverse a:hover {
background-color:#2E59A8;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
color:#FFFFFF;
}
.feature-button {
width:auto;
margin-left:auto;
margin-right:auto;
}
.feature-button a {
display:inline-block;
height:35px;
line-height:35px;
position:relative;
margin-top:5px;
background-color:#F79820;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
color:#FFFFFF;
font-size:15px;
text-align:center;
text-decoration:none;
padding:0px 15px 0px 15px;
}
.feature-button a:active, .feature-button a:link, .feature-button a:visited {
color:#FFFFFF;
}
.feature-button a:hover {
background-color:#FFFFFF;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
color:#F79820;
}
.border-button {
width:auto;
margin-left:auto;
margin-right:auto;
}
.border-button a {
display:inline-block;
height:25px;
line-height:25px;
position:relative;
margin-top:5px;
background-color:#FFFFFF;
border:1px solid #2E59A8;
color:#2E59A8;
font-size:14px;
text-align:center;
text-decoration:none;
padding:0px 15px 0px 15px;
}
.border-button a:active, .border-button a:link, .border-button a:visited {
color:#2E59A8;
}
.border-button a:hover {
border:1px solid #F79820;
color:#F79820;
}
.page-tab {
width:96%;
max-width:96%;
background-color:#F79820;
border:0px solid #FFFFFF;
border-radius:10px 10px 0px 0px;
-moz-border-radius:10px 10px 0px 0px;
-webkit-border-radius:10px 10px 0px 0px;
padding-left:2%;
padding-right:2%;
font-family:'Chivo', Helvetica, Verdana, Arial, sans-serif;
font-size:15px;
font-weight:400;
line-height:35px;
text-align:center;
color:#FFFFFF;
}
.page-tab:hover {
background-color:#2E59A8;
border:0px solid #FFFFFF;
color:#FFFFFF;
}
.page-tab-inactive {
background-color:#31343C;
border:0px solid #FFFFFF;
}
.page-tab a {
display:block;
cursor:pointer;
}
.page-tab a:active, .page-tab a:link, .page-tab a:visited {
color:#FFFFFF;
}
.page-tab a:hover {
color:#FFFFFF;
}
.page-arrow-down {
display:inline-block;
vertical-align:middle;
margin-left:10px;
width:0;
height:0;
border-left:10px solid transparent;
border-right:10px solid transparent;
border-top:10px solid #FFFFFF;
}

/* CONTENT ============================================================================= */
.swatches {
font-size:14px;
text-align:center;
}
.swatch {
width:100%;
max-width:140px;
border:1px solid #31343C;
border:1px solid #949292;
}
.box-features {
font-size:12px;
border:1px solid #E8E7E7;
}
.box-features h2 {
height:35px;
line-height:35px;
background-color:#E8E7E7;
color:#31343C;
text-align:center;
font-size:12px
font-weight:normal;
overflow:hidden;
margin:0px;
}
.box-features h2 a {
display:block;
}
.box-features h2 a:active, .box-features h2 a:link, .box-features h2 a:visited {
color:#31343C;
}
.box-features p {
padding:5px;
}
.box-features a:hover {
color:#DADADA;
background-color:#2E59A8;
}
.box-features img {
width:auto;
margin:0px;
padding:0px;
margin-left:auto;
margin-right:auto;
}
.box-navigation {
position:relative;
border:1px solid #E8E7E7;
background-color:#F8F8F8;
font-size:15px;
}
.box-navigation h2 {
height:25px;
line-height:25px;
margin:0px;
padding:10px;
background-color:#E8E7E7;
font-size:20px;
}
.box-navigation img:hover {
opacity:0.5;
}
.box-navigation-overlay {
width:96%;
position:absolute;
background:rgb(255, 255, 255);
background:rgba(255, 255, 255, 0.65);
bottom:20px;
padding-left:1%;
padding-right:1%;
}
.box-navigation-overlay h2 {
height:35px;
line-height:35px;
margin:0px;
padding:0px;
padding-left:10px;
padding-right:10px;
background-color:transparent;
font-size:20px;
color:#31343C;
letter-spacing:0px;
overflow:hidden;
}
.box-navigation-overlay h2 a:active, .box-navigation-overlay h2 a:link, .box-navigation-overlay h2 a:visited {
color:#2E59A8;
}
.box-navigation-overlay h2 a:hover {
color:#31343C;
}
.box-navigation ul {
list-style:none;
margin-left:0px;
padding:2%;
}
.box-navigation h3 {
margin:0px;
padding:2%;
font-size:20px;
}
.box-navigation p {
margin:0px;
padding:2%;
}
.box-plain {
padding:2%;
}
.box-plain-border {
padding-top:10%;
border-top:1px solid #CCCCCC;
}
.box-testimonial {
padding:2%;
border:1px solid #CCCCCC;
background-color:#FFFFFF;
margin-bottom:5px;
font-size:15px;
line-height:20px;
overflow:hidden;
}
.box-testimonial:hover {
background-color:#E5E5E5;
}
.box-testimonial h5 {
margin:0px;
padding:5px;
background-color:#F7981F;
color:#FFFFFF;
font-size:20px;
line-height:20px;
}
.box-testimonial ul {
list-style:none;
margin-left:0px;
}
.box-testimonial img {
width:350px;
max-width:50%;
height:auto;
margin:0px;
padding:0px;
}
.box-testimonial-price {
padding:2%;
background-color:#CCCCCC;
text-align:center;
}
.box-testimonial .symbol {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:35px;
line-height:20px;
vertical-align:middle;
}
.box-testimonial-google h5 {
background-color:#DD4B39;
}
.box-testimonial-facebook h5 {
background-color:#3B5998;
}
.box-testimonial-truelocal h5 {
background-color:#3EBDF2;
}
.testimonial {
font-size:12px
}
.testimonial a:active, .testimonial a:link, .testimonial a:visited {
color:#2E59A8;
}
.testimonial a:hover {
color:#2E59A8;
}
.article {
font-size:14px;
border-top:#2E59A8 1px solid;
padding-top:10px;
}
.article-feature {
font-size:20px;
}
.article a {
font-size:20px;
}
.navigation {
font-weight:bold;
font-size:14px;
}
.slogan {
color:#2E59A8;
font-size:20px;
font-weight:bold;
}
.gallery {
font-size:18px;
}
.gallery div {
margin-bottom:10px;
}
#content.gallery img:hover {
opacity:0.75;
}
.photo {
font-size:16px;
}
.photo div {
margin-bottom:10px;
}
.photo a:active, .photo a:link, .photo a:visited {
color:#31343C;
}
.photo a:hover {
color:#1A75CE;
}
.video {
border:#E8E7E7 1px solid;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
text-align:center;
}
.logo img {
margin:auto;
}
#lightbox {
width:100%;
height:100%;
position:fixed;
z-index:10000;
margin:0px;
padding:0px;
top:0px;
left:0px;
}
#lightbox #light {
width:100%;
height:100%;
position:fixed;
z-index:-1;
margin:0px;
padding:0px;
top:0px;
left:0px;
background:#231F20;
filter:alpha(opacity=95);
opacity:0.95;
}
#lightbox #box-nav {
width:100%;
position:absolute;
z-index:10001;
background-color:#FFFFFF;
top:0px;
left:0px;
}
#lightbox #box {
position:absolute;
width:96%;
max-width:1250px;
height:100%;
top:50%;
left:50%;
transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);
padding:2%;
overflow:hidden;
}
#lightbox #boxG img {
width:auto;
max-width:90%;
height:auto;
max-height:90%;
padding:5px;
position:fixed;
top:52.5%;
left:50%;
transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);
background-color:#FFFFFF;
}
#lightbox ul {
margin-left:5%;
}
#lightbox li {
margin-bottom:10px;
line-height:28px;
}
#quotes {
font-size:35px;
line-height:55px;
}
#quotes ul {
list-style:none;
text-align:center;
}
#quotes .symbol {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:65px;
line-height:35px;
vertical-align:bottom;
}
.box-reviews {
padding:2%;
}
.blog-reviews {
border:1px solid #E5E5E5;
padding:2%;
}
.button-reviews {
border-top:1px solid #E5E5E5;
border-left:1px solid #E5E5E5;
border-right:1px solid #E5E5E5;
}
.overlay-reviews {
width:30.75%;
height:5px;
margin-left:1px;
background-color:#FFFFFF;
position:absolute;
}
.title {
color:#FFFFFF;
font-size:12px;
font-weight:bold;
}
.heading {
font-size:16px;
font-weight:bold;
color:#FF9933
}
.textsmall {
font-size:12px;
font-weight:bold;
}
.textsmallw {
font-size:12px;
font-weight:bold;
color:#FFFFFF;
}
.textcolour {
color:#2E59A8;
}
.texttiny {
font-size:12px;
}
.total {
font-size:25px;
}
a.info {
position:relative;
text-decoration:none
}
a.info:hover {
z-index:25;
text-decoration:none
}
a.info span {
display:none;
}
a.info:hover span {
display:block;
position:absolute;
top:15px;
left:0px;
width:450px;
padding:15px;
border:1px solid #FFFFFF;
background-color:#F79820;
color:#FFFFFF;
text-align:left;
z-index:35;
}
.arrow-up {
width:0;
height:0;
border-left:5px solid transparent;
border-right:5px solid transparent;
border-top:5px solid #FFFFFF;
position:relative;
top:10px;
left:5px;
}
.hide-mini {
display:inline;
}
.hide-midi {
display:inline;
}
.hide-maxi {
display:none;
}
.hide-mini-t {
display:table-cell;
}
.hide-midi-t {
display:table-cell;
}
.hide-maxi-t {
display:none;
}
.hide-mini-tr {
display:table-row;
}
.hide-midi-tr {
display:table-row;
}
.hide-maxi-tr {
display:none;
}
.hide-all {
display:none;
}
.hidden {
display:none;
}
.unhidden {
display:block;
}

@media only screen and (max-width:1000px) {
/*   MAKE LAYOUT RESPONSIVE at 1000px FOR LAPTOP ================================================================ */
body {
background-position:center 70px;
background-size:130%;
}
#framework-header {
top:70px;
}
#framework-buttons {
height:35px;
line-height:35px;
}
#header-buttons {
width:100%;
width:75%;
height:35px;
line-height:35px;
margin-right:0px;
font-size:12px;
}
#header-buttons ul {
height:35px;
}
#header-buttons li {
width:14%;
height:35px;
margin:0px;
padding:0px;
}
#header-buttons li:nth-child(8n+1) { 
clear:both;
}
#header-buttons a {
height:35px;
line-height:35px;
}
ul#dropdown .submenu {
width:392%;
width:292%;
float:left;
left:0px;
}
ul#dropdown .submenu li {
height:35px;
}
ul#dropdown .submenu li:hover {
height:35px;
}
ul#dropdown .submenu li a:hover {
height:35px;
}
#header-logo {
width:35%;
width:25%;
top:5px;
left:5px;
}
#header-phone {
right:10px;
padding:10px;
}
#header-quote {
right:375px;
padding:10px;
}
#animation-form {
width:65%;
top:135px;
right:2%;
}
#shadow {
font-size:16px;
}
}

@media only screen and (max-width:768px) {
/*   MAKE LAYOUT RESPONSIVE at 768px FOR IPAD LANDSCAPE ================================================================ */
h1 {
font-size:35px;
line-height:35px;
}
h2 {
font-size:25px;
line-height:25px;
}
h3 {
font-size:25px;
line-height:25px;
}
h6 {
font-size:35px;
line-height:35px;
}
#framework-note {
height:50px;
}
#note {
font-size:14px;
}
#note p {
line-height:25px;
}
#framework-header {
height:35px;
top:35px;
border-bottom:1px solid #FFFFFF;
}
#header-logo {
width:125px;
max-width:125px;
left:45px;
}
#header-call {
font-size:18px;
}
#header-phone {
position:relative;
width:94%;
top:0px;
right:0px;
padding:0px;
padding-left:3%;
padding-right:3%;
border-radius:0px;
-moz-border-radius:0px;
-webkit-border-radius:0px;
border:0px;
background-color:#2E59A8;
text-align:right;
font-weight:300;
line-height:35px;
}
#header-phone:hover {
background-color:#F79820;
border:0px;
color:#FFFFFF;
}
#header-phone span {
color:#FFFFFF;
}
#header-phone a:active, #header-phone a:link, #header-phone a:visited {
color:#FFFFFF;
}
#header-phone a:hover {
color:#FFFFFF;
}
#header-quote {
width:auto;
top:35px;
padding:5px;
padding-left:10px;
padding-right:10px;
right:295px;
}
#header-quote span {
display:none;
}
#framework-buttons {
height:0px;
border-bottom:0px solid #FFFFFF;
}
#header-buttons {
display:none;
}
#animation-buttons {
bottom:2%;
}
#animation-form {
position:relative;
width:75%;
top:100px;
}
#content img {
width:250px;
max-width:100%;
margin-left:1%;
margin-right:1%;
margin-bottom:1%;
}
.content-main {
width:100%;
}
.content-menu {
width:100%;
margin-left:0px;
}
#content .padding2h {
padding-left:3%;
padding-right:3%;
padding-bottom:3%;
}
#content-1 .padding2h {
padding-left:3%;
padding-right:3%;
padding-bottom:3%;
}
#content-2 .padding2h {
padding-left:3%;
padding-right:3%;
padding-bottom:3%;
}
#content-3 .padding2h {
padding-left:3%;
padding-right:3%;
padding-bottom:3%;
}
#content-4 .padding2h {
padding-left:3%;
padding-right:3%;
padding-bottom:3%;
}
#bar .padding2h {
padding-left:3%;
padding-right:3%;
padding-bottom:3%;
}
#testimonials .padding2h {
padding-left:3%;
padding-right:3%;
padding-bottom:3%;
}
#features {
padding-top:3%;
padding-bottom:3%;
}
#shadow {
padding-top:3%;
padding-bottom:3%;
}
.box-navigation-overlay h2 {
font-size:12px;
}
.gallery {
font-size:16px;
}
.gallery div {
margin-bottom:5px;
}
.photo {
font-size:14px;
}
.photo div {
margin-bottom:5px;
}
#quotes {
font-size:25px;
line-height:45px;
}
#quotes .symbol {
font-size:55px;
line-height:25px;
}
#shadow {
font-size:16px;
}
#shadow p {
line-height:35px;
padding:2%;
}
#footer {
min-height:100px;
}
#footer h2 {
font-size:20px;
margin:auto;
}
#footer .padding2h {
padding-left:3%;
padding-right:3%;
padding-bottom:3%;
}
#footer-icons {
margin-top:10px;
margin-bottom:10px;
}
#copyright {
line-height:25px;
}
.copyright {
text-align:center;
}
a.info:hover span {
width:360px;
}
.hide-mini {
display:inline;
}
.hide-maxi {
display:inline;
}
.hide-midi {
display:none;
}
.hide-mini-t {
display:table-cell;
}
.hide-maxi-t {
display:table-cell;
}
.hide-midi-t {
display:none;
}
.hide-mini-tr {
display:table-row;
}
.hide-maxi-tr {
display:table-row;
}
.hide-midi-tr {
display:none;
}
}

@media only screen and (min-width:481px) {
/* MAKE LAYOUT RESPONSIVE at 481px FOR IPHONE LANDSCAPE ============================================ */
#feature-testimonials {
background-image:url(/images/slide-testimonials.jpg);
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
}
}

@media only screen and (max-width:480px) {
/* MAKE LAYOUT RESPONSIVE at 480px FOR IPHONE LANDSCAPE ============================================ */

/* CONTENT ============================================================================= */
body {
background-position:center 140px;
background-position:center 0px;
}
h1 {
font-size:35px;
line-height:35px;
}
h2 {
font-size:25px;
line-height:25px;
}
h3 {
font-size:20px;
line-height:30px;
}
h4 {
font-size:20px;
line-height:30px;
}
h5 {
font-size:20px;
line-height:30px;
}
h6 {
font-size:35px;
line-height:35px;
}
.table-design th {
padding:10px;
font-size:16px;
}
.table-design td {
padding:5px;
}
#framework-note {
height:50px;
}
#note {
font-size:14px;
}
#note p {
line-height:25px;
}
#framework-header {
top:35px;
}
#header-quote {
display:none;
}
#header-call {
font-size:15px;
}
#animation-box {
width:100%;
position:relative;
background-color:#E6E6E6;
font-size:10px;
}
#animation-box:hover {
background-color:#E6E6E6;
}
#animation-form {
position:relative;
top:25px;
left:0px;
}
#form-transparent .form-button {
width:80%;
max-width:80%;
margin-left:10%;
margin-right:10%;
}
#content .padding2h {
padding-left:5%;
padding-right:5%;
padding-bottom:5%;
}
#content img {
width:100%;
max-width:100%;
margin-left:0px;
margin-right:0px;
margin-bottom:1%;
}
#content-1 .padding2h {
padding-left:5%;
padding-right:5%;
padding-bottom:5%;
}
#content-1 img {
width:100%;
max-width:100%;
margin-left:0px;
margin-right:0px;
margin-bottom:1%;
}
#content-2 .padding2h {
padding-left:5%;
padding-right:5%;
padding-bottom:5%;
}
#content-2 img {
width:100%;
max-width:100%;
margin-left:0px;
margin-right:0px;
margin-bottom:1%;
}
#content-3 .padding2h {
padding-left:5%;
padding-right:5%;
padding-bottom:5%;
}
#content-3 img {
width:100%;
max-width:100%;
margin-left:0px;
margin-right:0px;
margin-bottom:1%;
}
#content-4 .padding2h {
padding-left:5%;
padding-right:5%;
padding-bottom:5%;
}
#content-4 img {
width:100%;
max-width:100%;
margin-left:0px;
margin-right:0px;
margin-bottom:1%;
}
.content-image img {
width:100%;
max-width:100%;
margin:0px;
margin-bottom:1%;
float:none;
}
#bar .padding2h {
padding-left:5%;
padding-right:5%;
padding-bottom:5%;
}
#testimonials .padding2h {
padding-left:5%;
padding-right:5%;
padding-bottom:5%;
}
#quotes {
font-size:20px;
line-height:40px;
}
#quotes .symbol {
font-size:50px;
line-height:20px;
}
#shadow {
padding-top:2%;
padding-bottom:2%;
font-size:16px;
}
#shadow p {
line-height:35px;
padding:2%;
}
#feature-testimonials {
display:none;
}
#footer {
font-size:14px;
line-height:25px;
padding-top:5%;
padding-bottom:5%;
}
#footer h2 {
font-size:20px;
margin:2%;
}
#footer p {
line-height:20px;
}
#footer a:active, #footer a:link, #footer a:visited {
color:#FFFFFF;
}
#footer a:hover {
color:#F79820;
}
#footer .padding2h {
padding-left:5%;
padding-right:5%;
padding-bottom:5%;
}
#footer-logo {
width:100%;
max-width:300px;
position:relative;
display:block;
margin:auto;
top:0px;
}
#footer .copyright {
padding-left:5%;
padding-right:5%;
}
#copyright {
padding-top:5px;
padding-bottom:5px;
text-align:center;
line-height:25px;
}
.box-features {
font-size:12px
}
.box-services {
display:none;
}
.box-navigation-overlay h2 {
font-size:15px;
}
.copyright {
text-align:center;
}
.overlay-reviews {
width:93.5%;
}
#animation-form input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):not([type=image]):not([type=submit]) {
width:95%;
max-width:95%;
}
input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):not([type=image]):not([type=submit]) {
width:90%;
max-width:90%;
}
textarea {
width:90%;
}
a.info:hover span {
width:240px;
}
.hide-maxi {
display:inline;
}
.hide-midi {
display:inline;
}
.hide-mini {
display:none;
}
.hide-maxi-t {
display:table-cell;
}
.hide-midi-t {
display:table-cell;
}
.hide-mini-t {
display:none;
}
.hide-maxi-tr {
display:table-row;
}
.hide-midi-tr {
display:table-row;
}
.hide-mini-tr {
display:none;
}
}