/* # ONGC  
Theme Name: ONGC
Theme URI: http://buzzword.net.au
Description: This theme is carefully handcrafted for the ONGC website.   
Author: Harold Lupogan
Template: genesis  
Template Version: 2.2.6  
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/


/* # WARNING

This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances. Please do all modifications in the form of a child theme.
Copy the contents of this file to the child theme. Do not use @import, as the CSS included with Genesis might change in the future.

*/

/* # Table of Contents
- Imports
- HTML5 Reset
  - Baseline Normalize
  - Box Sizing
  - Float Clearing
- Defaults
  - Typographical Elements
  - Headings
  - Objects
  - Gallery
  - Forms
  - Tables
  - Screen Reader Text
- Structure and Layout
  - Site Containers
  - Column Widths and Positions
  - Column Classes
- Common Classes
  - Avatar
  - Genesis
  - Search Form
  - Titles
  - WordPress
- Widgets
  - Featured Content
- Plugins
  - Genesis eNews Extended
  - Jetpack
- Site Header
  - Title Area
  - Widget Area
- Site Navigation
  - Accessible Menu
  - Site Header Navigation
  - Primary Navigation
  - Secondary Navigation
  - Skip Links
- Content Area
  - Entries
  - Entry Meta
  - Pagination
  - Comments
- Sidebars
- Site Footer
- Media Queries
  - Retina Display
  - Max-width: 1200px
  - Max-width: 960px
  - Max-width: 800px
- Print Styles
*/



/* # Imports
---------------------------------------------------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.cf:before,
.entry:before,
.entry-content:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.cf:after,
.entry:after,
.entry-content:after,
.nav-primary:after,
.nav-secondary:after,
.pagination: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: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.8rem;
}

body {
  background-color: #fff;
  color: #333;
  font-family: 'SegoeUI Light', Lato, sans-serif;
  font-size: 1em;
  line-height: 1.7;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -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;
}

a {
  color: #33c0e4;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}

p {
  margin: 0 0 28px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  clear: both;
  margin: 1em 0;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 40px;
}

blockquote::before {
  content: "\f10d";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

blockquote.box {
  font-style: normal;
  border: 2px solid #ddd;
  padding: 2em 2em 1em;
  margin: 0;
  margin-bottom: 1.5em;
}

blockquote.box::before {
  content: '';
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: SegoeUI Light, 'Open Sans', Myriad Pro Light, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 10px;
}

h1 {
  font-size: 2em;
  color: #1e383e;
  text-transform: uppercase;
}

h2 {
  font-size: 2em;
  color: #33c0e4;
}

h3 {
  font-size: 1.5em;
  color: #1e383e;
}

h4 {
  font-size: 1.5em;
  color: #33c0e4;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 1.25em;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

iframe {
  width: 100%;
}

img {
  height: auto;
}

.featured-content img,
.gallery img {
  width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
  overflow: hidden;
}

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
  border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
  background-color: #fff;
  border: 2px solid #ddd;
  color: #333;
  font-size: 1em;
  font-weight: 400;
  padding: 1em;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 2px solid #999;
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  color: #333;
  font-weight: 400;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #333;
  font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #00b0dd;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  font-weight: 400;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto;
  font-family: SegoeUI Semibold, 'Open Sans', Myriad Pro Light, sans-serif;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
  background-color: #c3251d;
  color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
  color: #fff;
}

.button {
  display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

#Contact-CTA {
 background-color: #bcbcbc;
 padding-top: 10px;
 padding-left: 10px;
 padding-right: 10px;
 padding-bottom: 10px;
}

/* ## Tables
--------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #ddd;
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}

th {
  font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1200px;
}

.site-inner {
  clear: both;
  padding-top: 7em;
}

/* ## 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: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

/* ### Content */

.content {
  float: right;
  width: 800px;
}

.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: 580px;
}

.full-width-content .content {
  width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
  float: right;
  width: 16em;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
}

.sidebar-primary ul.block li{
  padding-left: 1em;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
  float: left;
  width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

/* ## 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
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
  float: left;
}

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
  margin-bottom: 20px;
}

.archive-description,
.author-box {
  background-color: #eee;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
  padding: 40px;
}

.author-box-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
  overflow: hidden;
}

.site-header .search-form {
  float: right;
  margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
  width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
  font-size: 20px;
  font-size: 2rem;
}

.entry-title {
  font-size: 36px;
  font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
  color: #c3251d;
}

.widget-title {
  font-size: 1.25em;
  margin-bottom: 1em;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
  word-wrap: break-word;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  padding: 0 0 24px;
}

.featured-content .entry-title {
  font-size: 20px;
  font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
  color: #fff;
}

.sidebar .widget.enews-widget {
  background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
  border: 1px solid #333;
}

.enews-widget input {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
  background-color: #c3251d;
  color: #fff;
  margin: 0;
  width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
  background-color: #fff;
  color: #333;
}

.enews form + p {
  margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
  display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
  background: #fff url(public/images/stripe_line.png)no-repeat top center;
  min-height: 5em;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.site-header .wrap {
  padding: .75em 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
  float: left;
  padding: 0;
  width: 12em;
}

.header-full-width .title-area {
  width: 100%;
}

.site-title {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
  color: #333;
}

.header-image .site-title > a {
  background: url(images/logo.png) no-repeat left;
  background-size: 100% !important;
  float: left;
  min-height: 2.4em;
  width: 100%;
}

.site-description {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
  font-family: 'SegoeUI Regular', Lato, sans-serif;
  float: right;
  text-align: right;
  width: 73%;
  padding-top: .5em;
}

.site-header .widget-area li,
.site-header .widget-area li .fa {
  margin-right: 1em;
}

.site-header .widget-area li a {
  color: #A8A9AB;
  text-decoration: none;
}

.site-header .widget-area li:nth-of-type(2) {
}

.site-header .widget-area li:nth-of-type(2) ul li{
  display: block !important;
  border-right: none !important;
  text-align: left !important;
}

/*.site-header .widget-area li:nth-of-type(2) > a{
  position: absolute;
}*/

.site-header .widget-area li a.btn {
  padding: .5em 1em;
}

.site-header .widget-area li a:hover span {
  color: rgb(0, 175, 240);
}

.site-header .widget-area li:nth-of-type(1),
.site-header .widget-area li:nth-of-type(2) {
  position: relative;
}

.site-header .widget-area li:nth-of-type(2) {
}

.site-header .widget-area li:nth-of-type(2) ul {
  z-index: 10005;
}

.site-header .widget-area li:nth-of-type(2) img {
  opacity: 0.01;
}

.site-header .widget-area li:nth-of-type(2) p{
  position: absolute;
  top: -25px;
  margin-bottom: 0;
  z-index: 10004;
}

.site-header .widget-area li:nth-of-type(3) {
  border-right: none;
}

.site-header .widget-area li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
  font-family: 'SegoeUI Semibold', Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.site-header .widget-area li:last-child a {
  color: #fff;
}

.fa.square::before {
  width: 1.5em;
  height: 1.5em;
  background: rgb(0, 175, 240);
  color: #fff;
  display: inline-block;
  text-align: center;
  padding-top: .25em;
  border-radius: .25em;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
  clear: both;
  font-size: .9em;
  line-height: 1;
  width: 100%;
  text-transform: uppercase;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
  margin-right: 3.5em;
}

.genesis-nav-menu .menu-item.last {
  margin-right: 0;
}

.genesis-nav-menu a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 1.25em 0;
  font-family: 'SegoeUI Semibold', Lato, sans-serif;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
  color: #c3251d;
}

.genesis-nav-menu .current-menu-item > a:hover span{
  color: #ddd;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  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: 220px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  font-size: .8em;
  padding: 1em;
  position: relative;
  width: 220px;
  word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -35px 0 0 219px;
}

.genesis-nav-menu .sub-menu .sub-menu a {
	width: 280px;
}

.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 {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0;
}

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}

.genesis-nav-menu > .search {
  padding: 10px 0 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
  border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
  margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
  background: rgba(48, 188, 221, 0.85);
}

.home .nav-primary {
  z-index: 10000;
  position: relative;
}

.nav-primary .genesis-nav-menu a {
  color: #fff;
  text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus {
  color: #007694;
  text-decoration: none;
}

.nav-primary .genesis-nav-menu > .current-menu-item > a span,
.nav-primary .genesis-nav-menu > .current-menu-ancestor > a span {
  background-color: #007694;
  border-radius: 2em;
  padding: .5em 1em;
}

.nav-primary .genesis-nav-menu .current-menu-ancestor > a + .submenu .current-menu-ancestor > a {
  color: #007694;
}

.nav-primary .genesis-nav-menu .current-menu-ancestor > a:hover {
  color: #ddd;
}

.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a span {
  background: #fff;
  border-radius: 0;
}

.nav-primary .genesis-nav-menu .current-menu-item + .sub-menu li span   {
  
}

.nav-primary .genesis-nav-menu .sub-menu a {
  color: #333;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
  color: #007694;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
  line-height: 1.3;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
  background-color: #fff;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
  margin-bottom: 40px;
}

.content .entry {
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #333;
  color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 24px;
}

.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  padding-top: 24px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
  clear: both;
  margin: 40px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
  background-color: #c3251d;
  text-decoration: underline;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
  padding: 0;
}

.entry-comments {
  padding: 40px;
}

textarea#comment {
	height: 8em;
}

.comment-header {
  font-size: 16px;
  font-size: 1.6rem;
}

li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: 0;
}

.comment-content {
  clear: both;
  word-wrap: break-word;
}

.comment-list li {
  margin-top: 24px;
  padding: 32px;
}

.comment-list li li {
  margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.bypostauthor {
}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
  font-size: 1em;
}

.sidebar li {
  font-size: .9em;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.sidebar li a {
  color: #333;
}

.sidebar li a:hover {
  color: #33c0e4;
}

.sidebar .featured-content .entry {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 10px;
  padding: 0 0 10px;
}

.sidebar .featured-content .entry-title {
  font-size: .9em;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar .featured-content .entry-title:hover a {
  color: #33c0e4;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.sidebar .widget {
  margin-bottom: 40px;
}

#menu-products li:before,
#menu-business-it li:before,
#menu-cloud-services li:before {
  content: "\f101";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: .5em;
  color: #ddd;
}

#menu-products li a,
#menu-business-it li a,
#menu-cloud-services li a {
  color: #333;
}

#menu-cloud-services li a:hover,
#menu-business-it li a:hover,
#menu-products li a:hover {
  color: #33c0e4;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
  font-size: .8em;
  font-family: 'SegoeUI Regular', sans-serif;
  background-color: #444442;
  line-height: 1;
  padding: 2.25em 0;
  color: #819ba8;
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer a {
  color: #819ba8;
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer .widget-2 {
  text-align: right;
}



/* # Custom Styles 
------------------------------------------------------- */

/* # Site Top Bar */
.site-top-bar {
  font-size: 1em;
  background: #444442;
  overflow: hidden;
}

  .site-top-bar .widget-1 ul li {
    padding: 0.3em;
    width: 2.25em;
    text-align: center;
  }

  .site-top-bar .widget-1 ul li:hover {
    background: #24D3FF;
  }

  .site-top-bar .widget-1 ul li:hover a,
  .site-top-bar .widget-1 ul li a:focus {
    color: #fff;
    outline: none;
  }

  .site-top-bar .widget-1 ul li a {
    display: block;
    outline: none;
  }

  .site-top-bar .search-form {
    width: 13.5em;
    float: right;
    position: relative;
    padding-top: 2px;
  }

  .site-top-bar .search-form input[type="search"] {
    font-size: 0.75em;
    background: #363636;
    padding: .65em 1em;
    border: none;
    color: #ddd;
  }

  .site-top-bar .search-form input[type="search"]::-moz-placeholder {
    color: #999;
    font-weight: 400;
    opacity: 1;
  }

  .site-top-bar .search-form input[type="search"]::-webkit-input-placeholder {
    color: #999;
    font-weight: 400;
  }

  .site-top-bar .search-form input[type="search"]:active {
    border: none;
  }

  .site-top-bar .search-form input[type="submit"] {
    right: 0;
    text-indent: -10000px;
    position: absolute;
    background: url(public/images/ico-search.png)no-repeat center;
    background-size: 1.583em;
    width: 1.25em;
    height: 1.25em;
    border-radius: 50%;
    -moz-border-radius: 50%;
  }

    #btn-search {
      display: none;
      width: 1.25em;
      height: 1.25em;
      top: .35em;
      right: 0.7em;
      background: url(public/images/ico-search.png)no-repeat center;
      background-size: 1.583em;
      border-radius: 50%;
      -moz-border-radius: 50%;
      position: absolute;
      z-index: 10;
    }


/* # Slider Custom Styles */
.home-slider {
  position: relative; 
}

i.fa.circle.w45 { border: 2px solid #0076A3;}
.n2-ss-slider-1 a { color: #0076A3;}
.n2-ss-slider-1 a:hover .w45 { border: 2px solid #30BCDD;}
.w45 { width: 1.5em; }


#n2-ss-1-arrow-previous,
#n2-ss-1-arrow-next {
  text-indent: -10000px;
  width: 8em !important;
  height: 7em !important;
  border-radius: 6em;
  top: 40% !important;
}

#n2-ss-1-arrow-previous {
  background: rgba(0,0,0,0.3) url(public/images/arrow_left_hover.png)no-repeat 4em;
  left: -3em !important;
}


#n2-ss-1-arrow-next {
  background: rgba(0,0,0,0.3) url(public/images/arrow_right_hover.png)no-repeat 2.5em;
  right: -3em !important;
}

#n2-ss-1-arrow-previous:hover {
  background: rgba(0,0,0,0.5) url(public/images/arrow_left.png)no-repeat 4em;
}

#n2-ss-1-arrow-next:hover {
  background: rgba(0,0,0,0.5) url(public/images/arrow_right.png)no-repeat 2.5em;
}

.slide-down {
  width: 10em;
  height: 2em;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background: url(public/images/slide_down_bg.png)no-repeat bottom center;
  background-size: 100%;
  text-align: center;
  z-index: 100;
  position: absolute;
}

.slide-down .fa {
  padding-top: .5em;
}

/* # Home Services */
.home-services {
  font-size: 1em;
  top: -3em;
  margin-bottom: -3em;
  position: relative;
  z-index: 50;
}

.home-services .icon {
  margin-top: -2em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

  .home-services .services-list {
    z-index: 100;
  }

  .home-services .services-list-wrapper {
    padding: 0 0.2em;
  }

  .home-services .services-heading {
    position: relative;
    background: #00B0DF;
  }

  .home-services .services-heading:after {
    content: '';
    display: block;
    width: 0; height: 0;
    border-style: solid;
    border-width: 0 0 4em 4em;
    border-color: transparent transparent #fff transparent;
    right: 0;
    bottom: 0;
    position: absolute;
  }

  .home-services .services-heading .services-title {
    font-size: .7em;
    text-align: left;
    color: #fff;
    padding: 5em 0em 0em 1.5em;
    min-height: 16em;
    position: relative;
  }

  .home-services .services-heading #title-19,
  .home-services .services-heading #title-22 {
    padding-right: 6em;
  }

  .home-services .services-heading .services-title:before {
    content: '';
    display: block;
    width: 3em;
    height: 2px;
    top: 1em;
    background: #62d9f7;
    position: absolute;
  }

  .home-services .services-heading .services-title h4 {
    font-size: 2em;
    text-transform: uppercase;
    color: #fff;
  }

  .home-services .icon .fa,
  .home-services .icon > div {
    width: 1.875em;
    height: 1.875em;
    padding-top: .45em;
    color: #fff;
    border-radius: 50%;
  }

  .home-services .icon > div img {
    width: 42px;
    height:42px;
  }

  .home-services .slick-list {
    overflow: visible;
  }

  .home-services .services-heading {
    text-align: center;
  }

  .home-services .services-content {
    font-size: .85em;
    -webkit-font-smoothing: auto;
    padding: 3em 1.25em;
    color: #5B7F7F;
  }

  .home-services #icon-19 .fa,
  .home-services #icon-114 .fa {
    background-color: #00b0df;
  }

  .home-services #icon-22 .fa,
  .home-services #icon-110 .fa {
    background: #4A90B4 url(public/images/gear_bg.png)no-repeat;
    background-size: .4em;
    background-position: 25px 25px;
  }

  .home-services #icon-31 .fa,
  .home-services #icon-107 .fa {
    background-color: #007694;
  }

  .home-services #icon-29 .fa,
  .home-services #icon-101 .fa {
    background-color: #145865;
  }

  .home-services .slick-prev {
    left: -50px;
  }

  .home-services .slick-next {
    right: -30px;
  }

  .home-services .slick-prev:before, 
  .home-services .slick-next:before {
    color: #ddd;
  }

  .home-services .slick-list {
    padding-top: 3em;
    overflow: hidden;
  }

  .home-services .slick-prev, 
  .home-services .slick-next {
    top: 40%;
  }

  .home-services .slick-prev:before {
    content: '';
    background: url(public/images/arrow_left.png)no-repeat left center;
    width: 2em;
    height: 2em;
    display: block;
  }

  .home-services .slick-next:before {
    content: '';
    background: url(public/images/arrow_right.png)no-repeat right center;
    width: 2em;
    height: 2em;
    display: block;
  }


/* # Home Office CTA */
.home-office-cta {
  font-size: 1em;
  background: #DF4A34;
  text-align: right;
  position: relative;
  min-height: 24em;
}

.home-office-cta .wrap {
  position: relative;
  z-index: 2;
}

.home-cta-bg {
  background: url(public/images/cta_bg.jpg)no-repeat top left fixed;
  background-size: cover;
  width: 100%;
  height: 22em;
  top: 1em;
  left: 0;
  z-index: 1;
  position: absolute;
  margin-bottom: 1em;
}

.home-office-cta:after {
  content: '';
  display: block;
  width: 4em;
  height: 2em;
  border-style: solid;
  border-width: 3em;
  border-color: transparent #DF4A34 transparent transparent;
  bottom: 0;
  position: absolute;
  background: #fff;
}

.home-cta-bg:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3em 4em 0 0;
  border-color: #DF4A34 transparent transparent transparent;
}

.home-cta-bg:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 3em 4em;
  border-color: transparent transparent #DF4A34 transparent;
}

.home-office-cta .textwidget {
  width: 50%;
  float: right;
  padding-right: 5em;
  margin-top: 3em;
}

.home-office-cta h2 {
  font-size: 4em;
  color: #214345;
  margin-bottom: 0;
  line-height: 1;
}

.home-office-cta h3 {
  font-size: 2.5em;
  color: #214345;
}

.home-office-cta p {
  font-size: 1.5em;
  color: #ddd;
  font-family: SegoeUI SemiBold, 'Lato', sans-serif;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0,0,0,0.8);
  line-height: 1.2;
  letter-spacing: 2px;
}

.home-office-cta a.btn {
  font-size: .7em;
  font-family: SegoeUI Light, 'Lato', sans-serif;
  text-shadow: none;
  padding: 1.25em 2.5em;
  letter-spacing: 3px;
}

/* # Home Video Section */
.home-video {
	font-size: 1em;
  min-height: 28em;
  overflow: hidden;
	position: relative;
	color: #8F98A1;	
	background-color: #fff;
}

.home-video .one-half {
	padding-top: 0;
}

.home-video h2 {
  font-size: 3em;
	color: #8F98A1;
	margin-bottom: .8em;
	position: relative;
}

.home-video h2:after {
  content: '';
  display: block;
  width: 1em;
  height: 1px;
  bottom: -.5em;
  background: #8F98A1;
  position: absolute;
}

.home-video p {
	color: #697D84;
}

.home-video p:nth-of-type(1) {
  font-family: 'SegoeUI Regular', sans-serif;
  color: #697D84;
  font-size: 1.1em;
  letter-spacing: .5px;
  line-height: 1.3;
  padding-right: 2.5em;
}

.home-video .video-wrapper {
  top: 0;
  right: 0;
  float: right;
  position: absolute;
  width: 50%;
  height: 100%;
  background: #23282d;
}

.home-video .video-wrapper .fa.fa-video-camera {
	font-size: 1.5em;
  background: #fff;
  text-align: center;
  padding: 1em;
  top: 50%;
  left: -1.5em;
 	border-radius: 50%;
 	transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  z-index: 100;
  
}

		#video {
			top: 50%;
			position: relative;
			transform: translateY(-50%);
		  -webkit-transform: translateY(-50%);
		  -moz-transform: translateY(-50%);
		  -o-transform: translateY(-50%);
		}

		#play-pause {
			background: rgba(0,0,0,0.5) url(public/images/ico-play.png)no-repeat center;
	    text-indent: -10000px;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	    -moz-transform: translate(-50%, -50%);
	    -o-transform: translate(-50%, -50%);
	    width: 7em;
	    height: 7em;
	    padding: 2em;
	    border-radius: 50%;
	    z-index: 100;
	    position: absolute;
		}

/* # Site Testimonial */
.site-testimonial {
	font-size: 1em;
  font-family: 'SegoeUI Regular', sans-serif;
	background: url(public/images/testimonial_bg.jpg)no-repeat top center ;
	background-size: cover;
	text-align: center;
	padding: 2em 0 3em;
}

.site-testimonial .wrap {
	max-width: 800px;
}

.site-testimonial .fa-quote-left {
	font-size: 1.5em;
	background: rgba(12,120,148,0.95);
	padding: 1em .9em;
	border-radius: 50%;
	color: #fff;
	margin-top: 1em;
	margin-bottom: 1em;
}

.site-testimonial .testimonial-content {
	background: rgba(12,120,148,0.95);
	padding: 1em 2em 0;
	color: #fff;
}

.site-testimonial .slick-slide {
  outline: none;
}

.site-testimonial .testimonial-content a {
	color: #F4DDCB;
	text-decoration: none;
}

.site-testimonial .slick-prev {
  left: -60px;
}

.site-testimonial .slick-next {
  right: -40px;
}


.site-testimonial .slick-prev:before {
	content: '';
  width: 2em;
  height: 2em;
  background: url(public/images/testi_arrow_left.png)no-repeat center left;
  display: block;
}

.site-testimonial .slick-next:before {
	content: '';
  width: 2em;
  height: 2em;
	background: url(public/images/testi_arrow_right.png)no-repeat center right;
  display: block;
}

.slick-dots li button:before {
  font-size: 20px !important;
}

/* # Site Partners Logo */
.site-partners-logo {
  font-size: 1em;
  padding: 2em 0;
}

.site-partners-logo ul li {
  width: calc(100%/6.2);
  vertical-align: middle;
  text-align: center;
}

/* # Site Footer Widgets */
.site-footer-widgets {
  font-size: 1em;
  font-family: 'SegoeUI Regular', sans-serif;
  background-color: #017493;
  padding: 2.3em 0;
}

.site-footer-widgets a {
  color: #fff;
  text-decoration: none;
}

.site-footer-widgets a:hover {
  color: #ece9e3;
}

.site-footer-widgets p {
  margin-bottom: 1em;
}

.site-footer-widgets p.white {
  color: #fff;
}

.site-footer-widgets .widget-title {
  font-size: 1em;
  font-family: 'SegoeUI Regular', sans-serif;
  padding: 1.1em 1em;
  border: 1px solid #135f73;
  color: #ece9e3;
  text-transform: uppercase;
  margin-bottom: 2em;
}

.site-footer-widgets .textwidget {
  font-size: .85em;
  color: #1e383e;
}

.site-footer-widgets i.fa {
  width: 2em;
  height: 2em;
  text-align: center;
  border-radius: 5px;
}

.site-footer-widgets i.fa-facebook-f {
  background: #376DC5;
}

.site-footer-widgets i.fa-linkedin {
  background: #0071AD;
}

.site-footer-widgets i.fa-youtube-play {
  background: #F22124;
}

.site-footer-widgets i.fa-twitter {
  background: #56CFFE;
}

.site-footer-widgets i.fa-google-plus {
  background: #FE3929;
}

.site-footer-widgets i.fa:before {
  margin-top: .6em;
  display: block;
}

.site-footer-widgets ul li{
  margin-bottom: 1em;
  border-bottom: none;
}

.site-footer-widgets input[type="text"],
.site-footer-widgets input[type="email"],
.site-footer-widgets input[type="number"],
.site-footer-widgets textarea {
  border: 2px solid #016D8A;
  background: none;
  color: #b9c2cb;
  border-radius: 4px;
  outline: none;
}

.site-footer-widgets input::-moz-placeholder,
.site-footer-widgets textarea::-moz-placeholder  {
  color: #b9c2cb;
  font-weight: 400;
  opacity: 1;
}

.site-footer-widgets input::-webkit-input-placeholder,
.site-footer-widgets textarea::-webkit-input-placeholder {
  color: #b9c2cb;
  font-weight: 400;
}

.site-footer-widgets input[type="text"]:focus,
.site-footer-widgets input[type="email"]:focus,
.site-footer-widgets input[type="number"]:focus,
.site-footer-widgets textarea:focus {
  border: 2px solid #008db1;
  color: #fff;
}

.site-footer-widgets input[type="submit"] {
  background: #00b0dd;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #016D8A;
}

.site-footer-widgets input[type="submit"]:hover {
  color: #000;
}

/* # Internal Pages */

.page-entry-header {
  font-size: .75em;
  padding:4.7em 0;
  text-align: left;
  background-size: cover !important;
}

.page-entry-header h1 {
  font-size: 3.5em;
  color: #214345;
  text-transform: uppercase;
  font-weight: bold;
}

.awards .page-entry-header h1 {
	padding-right: 10em;
}

/* Primary Sidebar */

/* # Home Services */
.aside-services {
}

.aside-services .icon {
  margin-top: -2em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

  .aside-services .services-list {
    z-index: 10000;
  }

  .aside-services .services-list-wrapper {
    padding: 0;
    margin-bottom: 3em;
    outline: none;
  }

  .aside-services .services-heading {
    position: relative;
    background: #00B0DF;
  }

  .aside-services .services-heading:after {
    content: '';
    display: block;
    width: 0; height: 0;
    border-style: solid;
    border-width: 0 0 4em 4em;
    border-color: transparent transparent #fff transparent;
    right: 0;
    bottom: 0;
    position: absolute;
  }

  .aside-services .services-heading .services-title {
    font-size: .7em;
    text-align: left;
    color: #fff;
    padding: 3em 0em 0em 1.5em;
    min-height: 10em;
    position: relative;
  }

  .aside-services .services-heading .services-title:before {
    content: '';
    display: block;
    width: 3em;
    height: 2px;
    top: 1em;
    background: #62d9f7;
    position: absolute;
  }

  .aside-services .services-heading .services-title h4 {
    font-size: 2em;
    text-transform: uppercase;
    color: #fff;
  }

  .aside-services .icon .fa,
  .aside-services .icon > div {
    width: 1.875em;
    height: 1.875em;
    padding-top: .45em;
    color: #fff;
    border-radius: 50%;
  }

  .aside-services .icon > div img {
    width: 42px;
    height:42px;
  }

  .aside-services .slick-list {
    overflow: visible;
  }

  .aside-services .services-heading {
    text-align: center;
  }

  .aside-services #icon-19 .fa,
  .aside-services .icon .fa {
    background-color: #00b0df;
  }

  .aside-services #icon-22 .fa {
    background: #4A90B4 url(public/images/gear_bg.png)no-repeat;
    background-size: .4em;
    background-position: 25px 25px;
  }

  .aside-services #icon-31 .fa {
    background-color: #007694;
  }

  .aside-services #icon-29 .fa {
    background-color: #145865;
  }

/* Testimonial Page */
.page-testimonial .testimonial-content {
  padding: 1.5em;
  border: 1px solid #eee;
  margin-bottom: 2em;
}

/* # WhoIs */
#pwhois_form #domain {
  width: 50%;
  padding: .17em .25em;
  display: inline-block;
  border-radius: 5px;
}

#pwhois_form #tld {
  width: 18%;
  display: inline-block;
}

#pwhois_form #whoissubmit {
  width: 20%;
  padding: .25em;
  display: inline-block;
}

/* Company Blog */

.company-blog .recent-posts {
  width: calc(100%/3.4);
  min-height: 17em;
  padding: 1em;
  border: 1px solid #ddd;
  margin: 1em;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.company-blog .recent-posts-image {
  background: #004556;
  position: relative;
}

.company-blog .recent-posts-image .fa {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);

  transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  position: absolute;

  background: #007694;
  border-radius: 50%;
  padding: .55em .5em;
  text-align: center;
  color: #fff !important;
  opacity: 0;
}

.company-blog .recent-posts:hover .fa {
  color: rgb(0, 175, 240);
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  opacity: 1;
}

.company-blog .recent-posts-image img{ 
  display: block;
}

.company-blog .recent-posts:hover .recent-posts-image img{
  opacity: .1;

  transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
}

.company-blog .archive-pagination {
  text-align: center;
}

/* DIY Videos */
.diy-videos-wrapper .video-posts {
  width: calc(100%/3.3);
  display: inline-block;
  vertical-align: top;
  padding: 1em;
  margin: .9em;
  border: 1px solid #ddd;
}

.sharify-container {
	display: none !important;
}

.sharify-container ul li {
	list-style-type: none;
}

.category-diy-videos .sharify-container {
	display: block !important;
}

.category-diy-videos .entry-content ul > li {
	list-style-type: none;
}

/* Client Access */

.client-access .site-testimonial {
  display: none; 
}

.subscribe-form {
	padding: 25px 20px 0;
}

.subscribe-form h2 {
	color: #495259;
	text-align: center;
    	font-size: 30px;
    	font-weight: 600;
	margin: 0 0 15px;
}

.subscribe-form h3 {
	color: #495259;
	text-align: center;
    	font-size: 17px;
    	margin: 0 0 25px;
	font-weight: 600;
}

.subscribe-form p {
    	margin: 0 0 20px;
}

.subscribe-form input {
	padding: 10px 15px;
	font-size: 17px;
	max-width: 460px;
    	width: 100%;
	font-weight: 600;
}

.subscribe-form input[type="submit"] {
	padding: 15px;
	font-size: 18px;
}

.subscribe-form input:hover[type="submit"] {
	background-color: #3fc6e8;
}

.subscribe-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #bbbbbb;
	font-weight: 600;
}

.subscribe-form input::-moz-placeholder { /* Firefox 19+ */
  	color: #bbbbbb;
	font-weight: 600;
}

.subscribe-form input:-ms-input-placeholder { /* IE 10+ */
  	color: #bbbbbb;
	font-weight: 600;
}

.subscribe-form input:-moz-placeholder { /* Firefox 18- */
  	color: #bbbbbb;
	font-weight: 600;
}


/* # Top Scroll Button
------------------------------------------------------- */

.to-top {
  display:inline-block;
  height:40px;
  width:40px;
  position:fixed;
  bottom:40px;
  right:10px;
  box-shadow:0 0 10px rgba(0,0,0,0.05);
  overflow:hidden;
  text-indent:100%;
  white-space:nowrap;
  background:rgb(64,64,64) url(public/images/to-top.svg) no-repeat center 50%;
  visibility:hidden;
  opacity:0;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  transition:all .3s;
}

.to-top.top-is-visible {
  visibility:visible;
  opacity:1;
  z-index: 1;
}

.to-top.top-fade-out {
  opacity:.5;
}

.no-touch .to-top:hover {
  background-color:#e86256;
  opacity:1;
}

/* hide recaptcha issue */
.wpcf7-recaptcha + div {
	display: none;
}

/*
# Generic Styles...
------------------------------------------------------- */
.list-unstyled li { display: inline-block; }
.list-inline li { display: inline; }
.list-block {margin-left: 0 !important; }
.list-block li { display: block; list-style-type: none; border-bottom: 1px solid #eee; padding-bottom: .5em; margin-bottom: .5em;}


.text-right { text-align: right; }
.text-left { text-align: left; }
.text-center { text-align: center; }

.hidden{ opacity: 0; }
.visible{ opacity: 1; }

.hide { display: none; }
.block { display: block;}

.btn { display: inline-block; padding: .5em 2em; color: #fff; border-radius: .25em; text-decoration: none; }
.btn-2x { font-size: 1.2em; }
.btn-lg { font-size: 1.5em; }
.red { background-color: #E54839;}
.blue { background-color: #00b0dd;}
.red:hover { background-color: #c73a2c;}
.blue:hover { background-color: #09c;}

.btn-bordered-white { border: 1px solid #8F98A1; color: #8F98A1; }
.btn-bordered-white:hover { border: 1px solid #214345; background: #214345; color: #fff; }


/* Hide menu icon on desktop */
#primary-menu-icon {
  display: none;
}

.circle { border-radius: 50%; -moz-border-radius: 50%; text-align: center; }
.bgwhite { background: #fff; }

.caps { text-transform: uppercase; letter-spacing: 3px;}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */


@media (min-width: 1200px) {
  /* Side Header On Scroll */
  .site-header.site-header-on-scroll,
  .nav-primary.site-header-on-scroll {
    position: fixed;
    width: 100%;
  }

  .site-header.site-header-on-scroll {
    z-index: 10000;
    top: 0;
    font-size: .9em;
  }

  .site-header.site-header-on-scroll .site-title > a {
  	min-height: 2.2em;
  }

  .nav-primary.site-header-on-scroll {
    background: rgb(48, 188, 221);
    z-index: 1000;
    top: 95px;
  }

  .logged-in .nav-primary.site-header-on-scroll {
    top: 128px;
  }

  .logged-in .site-header.site-header-on-scroll {
    top: 32px;
  }
}

@media only screen and (max-width: 1440px) {
  /* # Slider Custom Styles */
  #n2-ss-1-arrow-previous, #n2-ss-1-arrow-next {
    font-size: .8em !important;
    background-size: 2em !important;
  }

  .home-office-cta {
    font-size: .9em;
  }
}

@media only screen and (max-width: 1200px) {

  .site-inner,
  .wrap {
    max-width: 960px;
  }

  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }

  .content {
    width: 620px;
  }

  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px;
  }

  .sidebar-primary {
    width: 300px;
  }

  .site-header {
    font-size: .8em;
  }

  /* # Main Navigation */
  .genesis-nav-menu .menu-item {
    margin-right: 1.5em;
  }

  /* # Home CTA */
  .home-office-cta {
    font-size: .8em;
  }

  .home-office-cta .textwidget {
    width: 60%;
  }

  .home-cta-bg {
    background-attachment: scroll;
    background-position: top left;
  }

  /* # Site Testimonial */
  .site-testimonial .slick-prev {
  	left: -40px;
  }

  .site-testimonial .slick-next {
  	right: -20px;
  }

  /* # Site Footer */
  .site-footer {
    font-size: .8em;
  }

  .site-footer .widget-1 {
    text-align: left;
  }

  .site-footer .widget-2 {
    text-align: right;
  }

  /* Page Header for Awards & Recognition*/

  .awards .page-entry-header h1 {
		padding-right: 0;
	}	
 

}

@media only screen and (max-width: 960px) {

  .site-header {
    font-size: .7em;
  }

  .site-header .widget-area {
    width: 77%;
  }

  .site-inner,
  .wrap {
    max-width: 800px;
  }

  .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 {
    width: 100%;
  }

  .header-image .site-title > a {
    background-position: center top;
    min-height: 1.7em;
  }

  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }

  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }

  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding: 20px 16px;
  }

  .site-header .search-form {
    margin: 16px auto;
  }

  .genesis-nav-menu li.right {
    display: none;
  }

  /* Mobile Navigation Menu Icon properties
  ------------------------------------------------------------------- */
  #primary-menu-icon {
    width: 5em;
    cursor: pointer;
    display: inline-block;
    float: right;
    margin-top: .5em;
    padding: 0;
    position: relative;
  }

  #primary-menu-icon strong {
    margin-top: -4px;
    display: block;
    margin-bottom: 5px;
    color: #fff;
  }

  #primary-menu-icon span, 
  #primary-menu-icon span:before, 
  #primary-menu-icon span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 1.75em;
    right: 0;
    background: white;
    position: absolute;
    display: block;
    content: '';
    top: 8px;
  }
  #primary-menu-icon span:before {
    top: -8px; 
  }
  #primary-menu-icon span:after {
    bottom: -6px;
  }

  #primary-menu-icon span, #nav-toggle span:before, 
  #primary-menu-icon span:after {
    transition: all 250ms ease-in-out;
  }
  #primary-menu-icon.active span {
    background-color: transparent;
  }
  #primary-menu-icon.active span:before, 
  #primary-menu-icon.active span:after {
    top: 0;
  }
  #primary-menu-icon.active span:before {
    transform: rotate(45deg);
  }
  #primary-menu-icon.active span:after {
    transform: rotate(-45deg);
  }

  /* Hide Mobile Navigation Menu until it's toggled via script */

  .menu-primary{
    font-size: .8em;
    z-index: 9999;
    display: none;
  }

  .nav-primary {
    margin-bottom: 0;
  }

  .nav-primary .wrap {
    padding: 0 2%;
  }

  .nav-primary .genesis-nav-menu .menu-item {
    width: 100%;
    display: inline-block;
    text-align: left;
  }

  .nav-primary .genesis-nav-menu .menu-item.last a {
    border-bottom: none;
  }

  .nav-primary .menu-item {
    margin-right: 0;
  }

  .nav-primary .genesis-nav-menu a {
    border-bottom: 1px solid #fbfbfb;
    display: block;
    position: relative;
  }

  .nav-primary .genesis-nav-menu a:hover,
  .nav-primary .genesis-nav-menu .current-menu-item > a,
  .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #333;
  }

  .nav-primary .genesis-nav-menu > .menu-item > a {
    text-transform: uppercase;
  }

  .nav-primary .genesis-nav-menu .sub-menu {
    left: 0px;
    opacity: 1;
    position: relative;
    -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: 100%;
    z-index: 99;
  }

  .nav-primary .genesis-nav-menu .sub-menu a {
    padding: 1rem 1rem 1rem 40px;
    position: relative;
    width: 100%;
    background: none;
    color: #fff;
    border-bottom: none;
    border: none;
  }

  .nav-primary .genesis-nav-menu .sub-menu a::before {
    content: "- ";
  }
  
  .nav-primary .genesis-nav-menu .sub-menu a:hover {
    background-color: #f7f7f7;
  }
  
  .nav-primary.genesis-nav-menu .sub-menu li li a {
    padding: 1.25em 2em;
  }
  
  .nav-primary .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }

  .nav-primary.genesis-nav-menu .menu-item:hover {
    position: static;
  }

  .nav-primary .genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
  }

  /* # Slide Down Button */
  .slide-down {
    font-size: .6em;
  }

  /* # Home Services Section */
  .home-services {
    font-size: .8em;
  }

}

@media only screen and (max-width: 800px) {

  body {
    background-color: #fff;
  }

  .site-inner,
  .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget,
  .site-header {
    padding: 0;
  }

  .archive-pagination li a {
    margin-bottom: 4px;
  }

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }

  .sidebar .widget.enews-widget {
    padding: 40px;
  }

  /* # Custom Styles 
  ------------------------------------------------------- */

  /* # Site Top Bar */
  .site-top-bar .one-half {
    width: 50%;
  }

  /* Site Header */
  .header-image .site-title > a {
    min-height: 2.5em;
  }

  .title-area {
    width: 16em;
    margin: 2em auto 0;
    float: none;
  }

  .site-header .widget-area {
    width: 100%;
    text-align: center;
  }

  /* # Slider Custom Styles */
  #n2-ss-1-arrow-previous, #n2-ss-1-arrow-next {
    display: none !important; 
  }

  /* # Home Services Section */
  .home-services {
    font-size: .65em;
  }

  /* # Home CTA */
  .home-office-cta {
    font-size: .7em;
  }

  .home-office-cta .textwidget {
    width: 80%;
  }

  /* # Home Video */
  .home-video {
  	font-size: .7em;
  }

  .home-video .one-half {
  	width: 50%;
  }

  		#play-pause {
  			background-size: 2em;
  		}

  /* # Site Testimonial */
  .site-testimonial {
  	font-size: .8em;
  }

  .site-testimonial .wrap {
  	max-width: 80%;
  }

  /* # Site Partners Logo */
  .site-partners-logo ul li { 
    width: calc(100%/6.4);
  }

  /* #Site Footer Widgets */
  .site-footer-widgets {
    font-size: .8em;
  }

  .site-footer-widgets .one-fourth {
    width: calc(100%/2);
    padding: 0 1em;
    min-height: 27em;
  }

  .site-footer {
    line-height: 1.5;
  }

  .site-footer .widget-1,
  .site-footer .widget-2 {
    text-align: center;
  }

  /* # Internal Pages */
  .page-entry-header h1 {
    font-size: 7vw;
  }

  .site-inner {
    padding-top: 5%;
  }

  .aside-services .services-list-wrapper {
    font-size: .8em;
    width: calc(100%/4.1);
    float: left;
    padding: 0 .2em;    
  }

  .aside-services .services-heading .services-title {
    min-height: 14em;
  }



}

@media only screen and (max-width: 640px) {

  .site-top-bar {
    position: relative;
  }

  .site-top-bar .widget-1 {
    width: 80%;
  }

  .site-top-bar .search-form {
    width: 2em;
    height: 2.2em;
    top: 0;
    right: 0;
    position: absolute;
  }

  .site-top-bar .search-form input[type="search"] {
    width: 100%;
    background: none;
    transition: width 500ms ease-in-out;
    -webkit-transition: width 500ms ease-in-out;
    -moz-transition: width 500ms ease-in-out;
    -o-transition: width 500ms ease-in-out;
  }

  .site-top-bar .search-form input[type="submit"] {
    opacity: 0;
  }

  .site-top-bar .search-form.width {
    width: 100%;
  }

  .site-top-bar .search-form.width input[type="search"] {
    background: #363636;
  }

   #btn-search {
    display: block;
   }

  /* # Site Header */
  .site-header {
    font-size: .55em;
  }

  .header-image .site-title > a {
    min-height: 1.5em;
  }

  .site-header .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .title-area {
    width: 12em;
    margin-top: 1em;
    float: left;
  }

  .site-header .widget-area li:nth-of-type(2) img {
    margin: 16px 0px;
  }

  .site-header .widget-area {
    padding-top: 1em;
    width: 70%;
    text-align: right;
  }

  .site-header .widget-area li span {
    display: none;
  }

  .site-header .widget-area li {
    padding-right: 0;
    margin-right: 0;
    border: none;
  }

  .site-header .widget-area li .fa {
    font-size: 1.5em;
    margin-right: .5em;
  }

  /* # Home Services Section */
  .home-services .services-list-wrapper {
    padding: 0 0.2em;
    min-height: 30em;
  }

  .home-services .services-content {
    font-size: .8em;
    padding: 1em 1.25em;
  }

  /* # Home CTA */
  .home-office-cta {
    font-size: .6em;
    text-align: center;
  }

  .home-office-cta h2, 
  .home-office-cta h3 {
    color: #ddd;
    text-shadow: 0 1px 2px rgba(0,0,0,0.9)
  }

  .home-office-cta .textwidget {
    width: 100%;
    padding: 0;
  }

  /* # Home Video */
  .home-video .one-half {
  	width: 90%;
    left: 5%;
    float: none;
  }

  .home-video .video-wrapper {
  	position: relative;
  	height: 27em;
  }

  .home-video .video-wrapper .fa.fa-video-camera {
    display: none;
  }

  	#play-pause {
  		font-size: .5em;
  	}

  	#video {
  		left: 0;
  		position: absolute;
  	}

  /* # Internal Pages */

  .aside-services .services-list-wrapper {
    font-size: .8em;
    width: calc(100%/2.1);
    float: left;
    padding: 0 .2em;    
  }

}

@media only screen and (max-width: 450px) {

  /* # Site Header */
  .site-header {

  }

  .title-area {
    width: 40%;
  }

  .site-header .widget-area {
    font-size: .8em;
    width: 60%;
    text-align: right;
    padding-top: 1em;
  }

  .site-header .widget-area li:nth-of-type(2) ul {
    width: 100px !important;
    line-height: 1 !important;
  }

  .site-header .widget-area li:nth-of-type(2) ul li {
    padding: 0 0 5px !important;
  }

  .site-header .widget-area li:nth-of-type(2) ul li a {
    font-size: 12px !important;
  }

  .site-header .widget-area li:nth-of-type(2) ul li:last-child {
    margin-top: 0 !important;
  }

  .site-header .widget-area li img {
    vertical-align: -25px !important;
    margin: 15px 10px !important;
  }

  .site-header .widget-area li:last-child {
    display: inline-block;
    margin-top: 1em;
  }

  /* # Home Services Section */
  .home-services {
    font-size: .7em;
  }

  /* # Home CTA */
  .home-office-cta {
    min-height: 28em;
  }

  .home-cta-bg {
    height: 28em;
  }

  /* # Home Video */
  .home-video .video-wrapper {
  	height: 15em;
  }

  .home-video p:nth-of-type(1) {
    padding-right: 0;
  }

  /* # Site Partners Logo */
  .site-partners-logo {
    font-size: .8em;
  }

  .site-partners-logo ul li { 
    width: calc(100%/3.2);
  }

  /* #Site Footer Widgets */
  .site-footer-widgets .one-fourth {
    width: calc(100%);
    min-height: auto;
    margin-bottom: 2em;
  }

  .site-footer {
    font-size: .7em;
    line-height: 1.25;
  }

  .site-footer .widget-1 {
    margin-bottom: 1em;
  }

  .site-footer .widget-2 p {
    margin-bottom: 0;
  }

  /* # Internal Pages */

  .aside-services .services-list-wrapper {
    font-size: .5em; 
  }

}

@media screen and (max-width: 330px) {
  .home-cta-bg {
    height: 30em;
  }
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  .site-title > a:after {
    content: "";
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  .content,
  .content-sidebar {
    width: 100%;
  }

  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }

  .title-area {
    text-align: center;
    width: 100%;
  }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }

  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px;
  }

  .author-box {
    margin-bottom: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }


  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }

  dl,
  ol,
  ul {
    page-break-before: avoid;
  }

}