/*
    Theme Name:     Internet and Telephone
    Theme URI:      http://www.itllc.net/
    Description:    A Internet and Telephone WordPress theme
    Version:        1.0
    Author:         Vital
    Author URI:     http://vtldesign.com
*/


/* --------------------------------------------------------------------------

    TABLE OF CONTENTS

    1. Reset & Global
    2. Core Layout
    3. Core Elements & Typography
        3.1. Headings
        3.2. Paragraph and Emphasis
        3.3. Lists
        3.4. Tables
        3.5. Images
        3.6. Captions
        3.7. Galleries
        3.8. Miscellaneous
        3.9. Alignment
        3.10. Gravity Forms
    4. Header
    5. Footer
    6. Navigation
        6.1. Main Navigation
        6.2. Utility Navigation
        6.3. Footer Navigation
    7. UI Elements
    8. Global Blocks
    9. Home Page
    10. Blog Page
    11. Contact Page

/*  ==========================================================================
     1. RESET & GLOBAL
    ==========================================================================  */

.group:after {
    content: '';
    display: table;
    clear: both;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

.tk-aktiv-grotesk {font-family: aktiv-grotesk, sans-serif; 
font-style: normal; font-weight: 300;}

@media screen and (min-width: 1038px) and (max-width: 1077px) {
.my_cs_widget {
    margin-left: -398px !important;
    text-align: center !important;
    width: 800px !important;
}
}

@media screen and (min-width: 901px) and (max-width: 1037px) {
.my_cs_widget {
    margin-left: -296px !important;
    text-align: center !important;
    width: 800px !important;
}
}

@media screen and (max-width: 900px)
{
.my_cs_widget {
    text-align: center !important;
}
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
}

select,
textarea,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

@font-face {
    font-family: "fontcustom";
    src: url("fonts/fontcustom/fontcustom.eot");
    src: url("fonts/fontcustom/fontcustom.eot?#iefix") format("embedded-opentype"), url("fonts/fontcustom/fontcustom.woff") format("woff"), url("fonts/fontcustom/fontcustom.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.icon:before,
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontcustom";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down:before {
    content: "\f101";
}

.icon-chevron-left:before {
    content: "\f102";
}

.icon-chevron-right:before {
    content: "\f103";
}

.icon-chevron-up:before {
    content: "\f104";
}

.icon-close:before {
    content: "\f105";
}

.icon-facebook:before {
    content: "\f106";
}

.icon-mail:before {
    content: "\f107";
}

.icon-menu:before {
    content: "\f108";
}

.icon-pinterest:before {
    content: "\f109";
}

.icon-rss:before {
    content: "\f10a";
}

.icon-search:before {
    content: "\f10b";
}

.icon-twitter:before {
    content: "\f10c";
}

.icon-youtube:before {
    content: "\f10d";
}

@font-face {
    font-family: "internet-telephone";
    src: url("fonts/it-icons/internet-telephone.eot");
    src: url("fonts/it-icons/internet-telephone.eot?#iefix") format("embedded-opentype"), url("fonts/it-icons/internet-telephone.woff") format("woff"), url("fonts/it-icons/internet-telephone.ttf") format("truetype"), url("fonts/it-icons/internet-telephone.svg#internet-telephone") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "internet-telephone" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="it-icon-"]:before,
[class*=" it-icon-"]:before {
    font-family: "internet-telephone" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.it-icon-it-icons-business-telecom:before {
    content: "a";
}

.it-icon-it-icons-cost-effective:before {
    content: "b";
}

.it-icon-it-icons-custom-solutions:before {
    content: "c";
}

.it-icon-it-icons-email:before {
    content: "d";
}

.it-icon-it-icons-experience:before {
    content: "e";
}

.it-icon-it-icons-facebook:before {
    content: "f";
}

.it-icon-it-icons-managed-it-services:before {
    content: "g";
}

.it-icon-it-icons-phone:before {
    content: "h";
}

.it-icon-it-icons-twitter:before {
    content: "i";
}

.it-icon-cloud-download-2:before {
    content: "j";
}

.it-icon-check:before {
    content: "k";
}

.it-icon-left-quote:before {
    content: "l";
}

.it-icon-right-quote:before {
    content: "m";
}

.it-icon-magnifying-glass:before {
    content: "n";
}

.it-icon-search:before {
    content: "o";
}

.it-icon-linkedin:before {
    content: "p";
}

.it-icon-voice-data:before {
    content: "q";
}

.it-icon-support-icon:before {
    content: "r";
}

@font-face {
    font-family: 'tuffyregular';
    src: url('fonts/fontfamily/Tuffy-webfont.eot');
    src: url('fonts/fontfamily/Tuffy-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/fontfamily/Tuffy-webfont.woff2') format('woff2'), url('fonts/fontfamily/Tuffy-webfont.woff') format('woff'), url('fonts/fontfamily/Tuffy-webfont.ttf') format('truetype'), url('fonts/fontfamily/Tuffy-webfont.svg#tuffyregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tuffybold';
    src: url('fonts/fontfamily/Tuffy_Bold-webfont.eot');
    src: url('fonts/fontfamily/Tuffy_Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/fontfamily/Tuffy_Bold-webfont.woff2') format('woff2'), url('fonts/fontfamily/Tuffy_Bold-webfont.woff') format('woff'), url('fonts/fontfamily/Tuffy_Bold-webfont.ttf') format('truetype'), url('fonts/fontfamily/Tuffy_Bold-webfont.svg#tuffybold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tuffybold-italic';
    src: url('fonts/fontfamily/Tuffy_Bold_Italic-webfont.eot');
    src: url('fonts/fontfamily/Tuffy_Bold_Italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/fontfamily/Tuffy_Bold_Italic-webfont.woff2') format('woff2'), url('fonts/fontfamily/Tuffy_Bold_Italic-webfont.woff') format('woff'), url('fonts/fontfamily/Tuffy_Bold_Italic-webfont.ttf') format('truetype'), url('fonts/fontfamily/Tuffy_Bold_Italic-webfont.svg#tuffybold-italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tuffyitalic';
    src: url('fonts/fontfamily/Tuffy_Italic-webfont.eot');
    src: url('fonts/fontfamily/Tuffy_Italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/fontfamily/Tuffy_Italic-webfont.woff2') format('woff2'), url('fonts/fontfamily/Tuffy_Italic-webfont.woff') format('woff'), url('fonts/fontfamily/Tuffy_Italic-webfont.ttf') format('truetype'), url('fonts/fontfamily/Tuffy_Italic-webfont.svg#tuffyitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection {
    color: #fff;
    background: #003d79;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #003d79;
    text-shadow: none;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    position: relative;
    background: #fff;
    font-family: 'tuffyregular', sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.25;
    color: #3c4846;
}

@media screen and (min-width:60em) {
    body {
        font-size: 18px;
    }
}

a {
    color: #003d79;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.screen-reader-text {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}


/*  ==========================================================================
     2. CORE LAYOUT
    ==========================================================================  */

.wrapper {
    width: 100%;
    float: left;
}

.wrapper .container {
    max-width: 1600px;
    min-width: 280px;
    padding: 0 40px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 47.9375em) {
    .wrapper .container {
        padding: 0 5%;
    }
}


/*  ==========================================================================
     3. CORE ELEMENTS & TYPOGRAPHY
    ==========================================================================  */

.entry a {
    color: orange;
}


/*   3.1. Headings
    --------------------------------------------------------------------------  */

.entry h1 {
    margin-top: 1.67em;
    margin-bottom: .5em;
    font-size: 1.75em;
    line-height: 1.3;
}

.entry h2 {
    margin: 1.2em 0 .4em;
    font-size: 1.375em;
    line-height: 1.3;
}

.entry h1 + h2 {
    margin-top: -0.5em;
}

.entry h3 {
    margin: 1.8em 0 .4em;
    font-size: 1.25em;
    line-height: 1.5;
    font-family: 'tuffybold', sans-serif;
}

.entry h2 + h3 {
    margin-top: -0.4em;
    margin-bottom: .2em;
}

.entry h4 {
    margin: 1.8em 0 .4em;
    font-size: 1em;
    line-height: 1.5;
}

.entry h3 + h4 {
    margin-top: -0.3em;
}

.entry h5 {
    margin: 1.8em 0 .4em;
    font-size: .875em;
    line-height: 1.5;
}

.entry h4 + h5 {
    margin-top: -0.3em;
}

.entry h6 {
    margin: 1.8em 0 .4em;
    font-size: .875em;
    line-height: 1.5;
}

.entry h5 + h6 {
    margin-top: -0.2em;
}

.entry h1:first-child,
.entry h2:first-child,
.entry h3:first-child,
.entry h4:first-child,
.entry h5:first-child,
.entry h6:first-child {
    margin-top: 0;
    padding-top: 0;
}

@media screen and (min-width: 37.5em) {
    .entry h1 {
        font-size: 2em;
    }
    .entry h2 {
        font-size: 1.5em;
    }
    .entry h3 {
        font-size: 1.25em;
    }
    .entry h4 {
        font-size: 1.125em;
    }
    .entry h5 {
        font-size: 1em;
    }
    .entry h6 {
        font-size: 1em;
    }
}


/*   3.2. Paragraph and Emphasis
    --------------------------------------------------------------------------  */

.entry p,
.entry address {
    margin: 1em 0 0;
    font-size: .875em;
}

.entry p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.5;
    word-wrap: break-word;
}

.entry p:first-child {
    margin-top: 0;
}

.entry blockquote {
    margin: 1.75em 2.5em;
    font-style: italic;
    line-height: 1.5;
}

.entry code,
.entry pre {
    font-family: "Andale Mono", monospace;
    font-size: .875em;
}

.entry pre {
    margin: 1em 0 0;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.entry sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.entry sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}

.entry sub {
    bottom: -0.25em;
}

.entry abbr {
    cursor: help;
}

.entry address {
    line-height: 1.5;
}

@media screen and (min-width: 37.5em) {
    .entry p,
    .entry address {
        font-size: 1em;
    }
    .entry code,
    .entry pre {
        font-size: 1em;
    }
    .entry pre {
        font-family: 'tuffyregular', sans-serif;
        font-size: 1.875em;
        color: #003d79;
        border-left: 3px solid #003d79;
        padding-left: 25px;
    }
}


/*   3.3. Lists
    --------------------------------------------------------------------------  */

.entry dl {
    line-height: 1.5;
}

.entry dt,
.entry dd {
    font-size: .875em;
}

.entry dt {
    font-weight: bold;
}

.entry dd {
    margin: 0 0 1em 0;
}

.entry ul,
.entry ol {
    margin: 1em 0;
}

.entry ul,
.entry ol {
    padding: 0 0 0 1.5em;
}

.entry ul {
    list-style-type: none;
}

.entry ul ul {
    margin: 0;
    list-style-type: circle;
}

.entry ul ul ul {
    list-style-type: square;
}

.entry ol {
    list-style-type: decimal;
}

.entry li {
    margin-top: .3em;
    font-size: .875em;
    line-height: 1.5;
    position: relative;
}

.entry li:before {
    content: ".";
    font-size: 2em;
    left: -15px;
    position: absolute;
    top: -20px;
}

.entry li li {
    font-size: 1em;
}

@media screen and (min-width: 37.5em) {
    .entry dt,
    .entry dd {
        font-size: 1em;
    }
    .entry li {
        font-size: 1em;
    }
}


/*   3.4. Tables
    --------------------------------------------------------------------------  */

.entry table {
    margin: 0;
    padding: 0;
}

.entry th,
.entry td {
    padding: .625em 1.25em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    font-size: .875em;
    text-align: left;
}

.entry th {
    border-width: 2px;
}

.entry tr:last-child td {
    border-bottom: none;
}

.entry tr:nth-child(even) {
    background: #eee;
    background: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 37.5em) {
    .entry table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .entry th,
    .entry td {
        font-size: 1em;
    }
}


/*   3.5. Images
    --------------------------------------------------------------------------  */

.entry img,
.entry img[class*="align"],
.entry img[class*="wp-image-"] {
    max-width: 100%;
    height: auto;
    border: none;
}


/*   3.6. Captions
    --------------------------------------------------------------------------  */

.entry .wp-caption {
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.entry .wp-caption img {
    max-width: 98.5%;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0 none;
}

.entry .wp-caption .wp-caption-text {
    margin: 0;
    padding: 0 4px 5px;
    font-size: .875em;
    line-height: 1.5;
}

.entry .entry-caption {
    margin: 0;
    padding: 0 4px 5px;
    font-size: .875em;
    line-height: 1.5;
}


/*   3.7. Galleries
    --------------------------------------------------------------------------  */

.entry .gallery {
    position: relative;
    float: left;
    left: 50%;
    margin: 2em 0;
}

.entry .gallery + * {
    clear: left;
}

.entry .gallery-item {
    position: relative;
    float: left;
    left: -50%;
    margin: 0 .25em .25em 0;
}

.entry .gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.entry .gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: calc(50% - .25em);
}

.entry .gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: calc(33.3% - .25em);
}

.entry .gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: calc(25% - .25em);
}

.entry .gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: calc(20% - .25em);
}

.entry .gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: calc(16.7% - .25em);
}

.entry .gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: calc(14.28% - .25em);
}

.entry .gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: calc(12.5% - .25em);
}

.entry .gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: calc(11.1% - .25em);
}

.entry .gallery-columns-1 .gallery-item {
    margin: 0 0 .25em;
}

.entry .gallery-columns-2 .gallery-item:nth-child(2n),
.entry .gallery-columns-3 .gallery-item:nth-child(3n),
.entry .gallery-columns-4 .gallery-item:nth-child(4n),
.entry .gallery-columns-5 .gallery-item:nth-child(5n),
.entry .gallery-columns-6 .gallery-item:nth-child(6n),
.entry .gallery-columns-7 .gallery-item:nth-child(7n),
.entry .gallery-columns-8 .gallery-item:nth-child(8n),
.entry .gallery-columns-9 .gallery-item:nth-child(9n) {
    margin-right: 0;
}

.entry .gallery-columns-1 .gallery-item:nth-child(1n+1),
.entry .gallery-columns-2 .gallery-item:nth-child(2n+3),
.entry .gallery-columns-3 .gallery-item:nth-child(3n+4),
.entry .gallery-columns-4 .gallery-item:nth-child(4n+5),
.entry .gallery-columns-5 .gallery-item:nth-child(5n+6),
.entry .gallery-columns-6 .gallery-item:nth-child(6n+7),
.entry .gallery-columns-7 .gallery-item:nth-child(7n+8),
.entry .gallery-columns-8 .gallery-item:nth-child(8n+9),
.entry .gallery-columns-9 .gallery-item:nth-child(9n+10) {
    clear: left;
}

.entry .gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 50%;
    margin: 0;
    padding: 6px 8px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: .875em;
    line-height: 1.5;
    text-align: left;
}

.entry .gallery-caption:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 49px;
}

.entry .gallery-item:hover .gallery-caption {
    opacity: 1;
}


/*   3.8. Miscellaneous
    --------------------------------------------------------------------------  */

.entry hr {
    box-sizing: content-box;
    clear: both;
    height: 1px;
    margin-top: 1em;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

.entry iframe {
    max-width: 100%;
    width: 100% !important;
}

.entry iframe[src*="youtube"],
.entry iframe[src*="vimeo"] {
    display: block;
    margin: 0 auto;
}


/*   3.9. Alignment
    --------------------------------------------------------------------------  */

.entry .alignnone {
    margin: 1em 1em 0 0;
}

.entry .aligncenter,
.entry .alignright,
.entry .alignleft,
.entry .aligncenter {
    display: block;
    margin: 1em auto;
}

.entry img.alignright,
.entry img.alignleft,
.entry img.aligncenter {
    display: block;
    margin: 1em auto;
}

.entry .wp-caption.alignnone,
.entry .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.entry .wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

@media screen and (min-width: 37.5em) {
    .entry .alignright {
        float: right;
        margin: 0 0 1em 1em;
    }
    .entry .alignleft {
        float: left;
        margin: 0 1em 1em 0;
    }
    .entry img.alignright {
        float: right;
        margin: 1em 0 1em 1em;
    }
    .entry img.alignleft {
        float: left;
        margin: 1em 1em 1em 0;
    }
}


/*   3.10. Gravity Forms
    --------------------------------------------------------------------------  */

.entry .gform_wrapper ul {
    margin: 0;
    padding: 0;
}

.entry .gform_wrapper li {
    list-style: none;
}

.entry .gfield {
    margin-bottom: 1em;
}

.entry .gform_wrapper label {
    display: block;
    font-weight: bold;
}

.entry .gform_wrapper select,
.entry .gform_wrapper textarea {
    display: block;
    width: 100%;
    padding: .5em;
    border: 1px solid #ccc;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
}

.entry .gform_wrapper input[type=text],
.entry .gform_wrapper input[type=url],
.entry .gform_wrapper input[type=email],
.entry .gform_wrapper input[type=tel],
.entry .gform_wrapper input[type=number],
.entry .gform_wrapper input[type=password] {
    display: block;
    width: 100%;
    padding: .5em;
    border: 1px solid #ccc;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
}

.entry .ginput_complex .ginput_left,
.entry .ginput_complex .ginput_right,
.entry .ginput_complex .ginput_full {
    display: block;
    margin-bottom: 1em;
}

.entry .ginput_complex .ginput_left label,
.entry .ginput_complex .ginput_right label,
.entry .ginput_complex .ginput_full label {
    display: block;
    font-size: .875em;
    font-weight: normal;
}

.entry .gfield_checkbox input,
.entry .gfield_checkbox label {
    display: inline;
    vertical-align: middle;
    font-weight: normal;
}

.entry .gfield_radio input,
.entry .gfield_radio label {
    display: inline;
    vertical-align: middle;
    font-weight: normal;
}

.entry .gfield_checkbox li,
.entry .gfield_radio li {
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.entry .gform_fileupload_multifile .gform_drop_area {
    margin-bottom: 10px;
    padding: 25px;
    border: 2px dashed #ddd;
    color: #aaa;
    text-align: center;
}

.entry .gfield_description {
    font-size: .75em;
}

.entry .validation_message {
    color: #d9534f;
    font-size: .75em;
    font-weight: bold;
}

.entry .validation_error {
    margin: 1.5em 0;
    padding: 1.5em;
    border-left: 5px solid #d9534f;
    color: #d9534f;
    font-size: .875em;
    font-weight: bold;
    line-height: 1.5;
}

.gform_ajax_spinner {
    margin-left: 1em;
}

.gform_validation_container {
    display: none;
}

.gf_clear {
    clear: both;
}

.gform_wrapper:not(.gf_browser_gecko):not(.gf_browser_ie):not(.ginput_container_multiselect) select {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9Ii0yOTcgMzgzIDE2IDI4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0yOTcgMzgzIDE2IDI4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6Izg4ODg4ODt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNLTI4MSwzOTRjMCwwLjMtMC4xLDAuNS0wLjMsMC43bC03LDdjLTAuMiwwLjItMC40LDAuMy0wLjcsMC4zcy0wLjUtMC4xLTAuNy0wLjNsLTctN2MtMC4yLTAuMi0wLjMtMC40LTAuMy0wLjdzMC4xLTAuNSwwLjMtMC43czAuNC0wLjMsMC43LTAuM2gxNGMwLjMsMCwwLjUsMC4xLDAuNywwLjNTLTI4MSwzOTMuNy0yODEsMzk0eiIvPjwvc3ZnPg==);
    background-position: right 6px center;
    background-size: 11px 20px;
    background-repeat: no-repeat;
}

@media screen and (min-width: 37.5em) {
    .entry .ginput_complex .ginput_left {
        float: left;
        width: 48%;
    }
    .entry .ginput_complex .ginput_right {
        float: right;
        width: 48%;
    }
    .entry .validation_error {
        font-size: 1em;
    }
}


/*  ==========================================================================
     4. HEADER
    ==========================================================================  */

.header {
    width: 100%;
    background: #fff;
}

.header .top-bar {
    width: 100%;
    height: 36px;
    background: #003d79;
}
.header .top-bar .location {
    float: left;
    color: #fff;
    font-size: 12px;
    line-height: 36px;
}

@media screen and (max-width: 47.9375em) {
    .header .top-bar {
        display: none;
    }
}

.header .top-contact {
    width: auto;
    float: right;
    padding: 15px 0 5px;
    font-size: 1em;
}

.header .top-contact a {
    padding: 0 10px;
    float: left;
}

.header .top-contact a .icon {
    font-size: 1.1875em;
}

.header .top-contact a .it-icon-it-icons-phone {
    font-size: 1.125em;
}

.header .top-contact a:hover {
    color: #72c6b9;
}

@media screen and (max-width: 47.9375em) {
    .header .top-contact {
        display: none;
    }
}

.header .logo {
    float: left;
    margin: 15px 0;
}

@media screen and (max-width: 47.9375em) {
    .header .logo {
        position: relative;
        z-index: 1000;
    }
}

.header .logo img {
    float: left;
    max-width: 100%;
}

.header .header-right {
    float: right;
    width: auto;
}


/*  ==========================================================================
     5. FOOTER
    ==========================================================================  */

.footer {
    border-top: 3px solid #72c6b9;
    width: 100%;
    padding: 25px 0;
}

.footer .footer-logo {
    float: left;
}

@media screen and (max-width: 47.9375em) {
    .footer .footer-logo {
        text-align: center;
        width: 100%;
    }
}

.footer .footer-nav {
    float: right;
    width: auto;
    text-align: right;
}

@media screen and (max-width: 47.9375em) {
    .footer .footer-nav {
        text-align: center;
        width: 100%;
    }
}

.footer .top-contact {
    width: auto;
    float: right;
    padding: 0 0 5px;
    font-size: 1em;
}

@media screen and (max-width: 47.9375em) {
    .footer .top-contact {
        text-align: center;
        width: 100%;
        margin: 20px 0;
    }
}

.footer .top-contact a {
    padding: 0 10px;
    float: left;
}

@media screen and (max-width: 47.9375em) {
    .footer .top-contact a {
        float: none;
    }
}

.footer .top-contact a .icon {
    font-size: 1.1875em;
}

.footer .top-contact a .it-icon-it-icons-phone {
    font-size: 1.125em;
}

.footer .top-contact a:hover {
    color: #72c6b9;
}

.footer .footer-menu {
    display: block;
    text-align: right;
    clear: both;
    width: auto;
}

@media screen and (max-width: 47.9375em) {
    .footer .footer-menu {
        text-align: center;
        width: 100%;
    }
}

.footer .footer-menu .menu-item {
    display: inline-block;
    padding: 5px 10px;
}

@media screen and (max-width: 54em) {
    .footer .footer-menu .menu-item {
        padding: 5px 4px;
    }
}

@media screen and (max-width: 37.5em) {
    .footer .footer-menu .menu-item {
        display: block;
    }
}

.footer .footer-menu a {
    font-size: 1.075em;
    color: #003d79;
    font-family: 'tuffy', sans-serif;
}

@media screen and (max-width: 53.125em) {
    .footer .footer-menu a {
        font-size: 1em;
    }
}

.footer .footer-menu a:hover {
    color: #72c6b9;
}

.footer .footer-bottom {
    width: 100%;
    float: left;
    padding: 25px 0;
}

@media screen and (max-width: 47.9375em) {
    .footer .footer-bottom {
        text-align: center;
        display: inline-block;
        width: 100%;
    }
}

.footer .footer-bottom .copyright {
    font-size: 0.875em;
    color: #888888;
    float: left;
    margin-right: 20px;
}
.footer .footer-bottom .copyright strong {
    color: #333;
    font-weight: bold;
}

@media screen and (max-width: 47.9375em) {
    .footer .footer-bottom .copyright {
        float: none;
        display: inline-block;
    }
}

@media screen and (max-width: 37.5em) {
    .footer .footer-bottom .copyright {
        width: 100%;
        margin: 0;
    }
}

.footer .footer-bottom .made-by {
    float: right;
    margin-right: 10px;
}

@media screen and (max-width: 47.9375em) {
    .footer .footer-bottom .made-by {
        float: none;
        display: inline-block;
    }
}

@media screen and (max-width: 37.5em) {
    .footer .footer-bottom .made-by {
        width: 100%;
    }
}

.footer .footer-bottom .made-by a {
    font-size: 0.875em;
    color: #888888;
    float: left;
}

@media screen and (max-width: 47.9375em) {
    .footer .footer-bottom .made-by a {
        float: none;
    }
}

.footer .footer-bottom .made-by a:hover {
    color: #72c6b9;
}

.footer .footer-bottom .bottom-nav {
    float: right;
}

@media screen and (max-width: 47.9375em) {
    .footer .footer-bottom .bottom-nav {
        float: none;
        display: inline-block;
    }
}

@media screen and (max-width: 37.5em) {
    .footer .footer-bottom .bottom-nav {
        width: 100%;
    }
}

.footer .footer-bottom .bottom-nav a {
    font-size: 0.875em;
    color: #888888;
    float: left;
    margin-right: 20px;
}

@media screen and (max-width: 47.9375em) {
    .footer .footer-bottom .bottom-nav a {
        float: none;
    }
}

.footer .footer-bottom .bottom-nav a:hover {
    color: #72c6b9;
}

@media screen and (max-width: 37.5em) {
    .footer .footer-bottom .bottom-nav a {
        margin: 0;
    }
}

.footer .footer-bottom .made-by-link {
    padding-top: 4px;
}

.footer .made-by-vital {
    opacity: .6;
    -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    width: 97px;
}

.footer .made-by-vital:hover {
    opacity: 1;
    filter: none;
    -webkit-filter: grayscale(0%);
}


/*  ==========================================================================
     6. NAVIGATION
    ==========================================================================  */
.megaNav {
    background: #eee;
    position: absolute;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    display: none;
}

.megaNav .wrapper {
    max-width: 1180px;
    margin: 0 auto;
    float: none;
    padding: 20px 0;
}
.megaNav .col3 {
    width: 32%;
    display: inline-block;
    vertical-align: top;
}
.megaNav .col3:first-child {
    margin-right: 35px;
}
.megaNav .col3 a {
    color: #333;
    line-height: 1.8em;
    font-size: 16px;
    padding: 6px 8px;
    margin-left: -8px;
    font-weight: 100;

}
#menu-item-27.active {
    background: #003d79;
        transition: all 0.3s ease-out;
}
#menu-item-27.active a {
    color: #fff;
    transition: all 0.3s ease-out;
}
.megaNav .col3 a:hover {
    background: #003d79;
    color: #fff;
}
.megaNav .col3 h2 {
    color: #003d79;
    font-size: 23px;
    margin: 20px 0;
    font-weight: bold;
}
.megaNav #menu-item-4963 .icon-chevron-up {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media screen and (max-width:1150px) {
    .megaNav .wrapper {
        padding-left: 20px;
    }
}
@media screen and (max-width:600px) {
    .megaNav .col3 {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
    }
    .megaNav {
        background: #eee;
        position: relative;
        width: 100%;
        z-index: 9999;
        border-bottom: 1px solid #999;
        border-top: 1px solid #999;
        display: none;
    }
    .megaNav:before {
        content:"X Close";
        position: absolute;
        right: 5px;
        top: 5px;
        color: #000;
        font-size: 20px;
    }

}

/*  ==========================================================================
     ICONS
    ==========================================================================  */

@font-face {
    font-family: 'naavy-icons';
    src: url('fonts/it-icons/naavy-icons.eot?-v4zgki');
    src: url('fonts/it-icons/naavy-icons.eot?#iefix-v4zgki') format('embedded-opentype'), url('fonts/it-icons/naavy-icons.woff?-v4zgki') format('woff'), url('fonts/it-icons/naavy-icons.ttf?-v4zgki') format('truetype'), url('fonts/it-icons/naavy-icons.svg?-v4zgki#naavy-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="naavy-icon-"],
[class*=" naavy-icon-"] {
    font-family: 'naavy-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.naavy-icon-arrow:before {
    content: "\e600";
}

.naavy-icon-menu:before {
    content: "\e601";
}

.naavy-icon-arrow {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xe600;');
}

.naavy-icon-menu {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xe601;');
}


/*  ==========================================================================
     STYLES
    ==========================================================================  */

.main-menu {
    display: none;
    width: auto;
    float: right;
    clear: both;
}


.js .naavy-nav {
    display: block;
}

.naavy-nav {
    position: relative;
}

.naavy-nav ul {
    list-style: none;
}

.naavy-nav a {
    display: block;
    height: 48px;
    padding: 0 5%;
    color: #003d79;
    text-decoration: none;
    line-height: 48px;
    font-size: 1.15em;
    font-family: 'tuffy', sans-serif;
}
.megaNav .mega li:first-child a {
    color: #003d79;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;

}
.megaNav .mega li:first-child:hover a {
    color: #fff;
}
@media screen and (max-width: 65em) {
    .naavy-nav a {
        font-size: 1em;
    }
}

@media screen and (max-width: 53.125em) {
    .naavy-nav a {
        font-size: 0.9375em;
    }
}

@media screen and (max-width: 47.9375em) {
    .naavy-nav a {
        color: #fff;
        font-size: 1.125em;
    }
}

.naavy-menu {
    display: none;
    max-width: 900px;
    margin: 0 auto;
}

@media screen and (max-width: 47.9375em) {
    .naavy-menu {
        background: #003d79;
        float: left;
        width: 100%;
    }
}

.naavy-menu li {
    position: relative;
    float: left;
    white-space: nowrap;
}

@media screen and (max-width: 47.9375em) {
    .naavy-menu li {
        width: 100%;
    }
}

.naavy-touch .naavy-menu .naavy-parent > a {
    padding-right: 60px;
}

.naavy-submenu {
    display: none;
}

.naavy-nav .naavy-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    height: 90px;
    line-height: 90px;
    padding: 0 1em;
    color: #003d79;
    float: right;
}

.naavy-menu-toggle .naavy-icon {
    vertical-align: middle;
    font-size: 2.5em;
}

.naavy-sub-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
}

.naavy-menu-toggle.active {
    background: #003d79;
    color: #fff;
}

.naavy-sub-toggle .naavy-icon {
    display: block;
    font-size: 1.6em;
    line-height: 44px;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}

.naavy-parent.active > .naavy-sub-toggle .naavy-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.utility-menu {
    display: none;
}

.utility-menu.utility-menu-disable {
    display: none !important;
}

@media screen and (max-width: 47.9375em) {
    .utility-menu {
        float: left;
        width: 100%;
        background: #72c6b9;
    }
}

@media only screen and (min-width: 48em) {
    .naavy-nav .naavy-menu-toggle {
        display: none;
    }
    .naavy-notouch .naavy-sub-toggle {
        display: none;
    }
    .naavy-menu {
        display: block !important;
    }
    .naavy-menu > li {
        display: inline-block;
    }
    .naavy-menu > li > a {
        padding: 0 1em;
    }
    @media screen and (max-width: 68em) {
        .naavy-menu > li > a {
            padding: 0 0.6em;
        }
    }
    @media screen and (max-width: 60em) {
        .naavy-menu > li > a {
            padding: 0 0.45em;
        }
    }
    .naavy-menu > li > ul {
        position: absolute;
        top: 100%;
        left: 0;
    }
    .naavy-menu ul li a {
        padding: 0 1.1em;
        font-weight: normal;
    }
    .naavy-notouch .naavy-menu ul ul {
        position: absolute;
        top: 0;
        left: 100%;
    }
    .naavy-notouch .naavy-parent:hover > .naavy-submenu {
        display: block;
    }
}

@media only screen and (max-width: 47.938em) {
    .naavy-nav {
        padding-top: 90px;
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 999;
    }
}

.naavy-menu > li:hover > a {
    background: #003d79;
    color: #fff;
}

.naavy-menu .current-menu-item a,
.naavy-menu .current-page-ancestor a {
    background: #003d79;
    color: #fff;
}


/*   6.2. Utility Navigation
    --------------------------------------------------------------------------  */

.utility-nav {
    width: auto;
    float: right;
}

.utility-nav li {
    float: left;
}

@media screen and (max-width: 25em) {
    .utility-nav li {
        width: 50%;
    }
}

.utility-nav li a {
    color: #72c6b9;
    font-size: 0.85em;
    padding: 5px 10px;
    line-height: 25px;
    float: left;
}

.utility-nav li a:hover {
    background: #72c6b9;
    color: #fff;
}

@media screen and (max-width: 25em) {
    .utility-nav li a {
        width: 100%;
    }
}

.utility-nav li.current-menu-item {
    background: #72c6b9;
}

.utility-nav li.current-menu-item a {
    color: #fff;
}


/*   6.3. Footer Navigation
    --------------------------------------------------------------------------  */


/*  ==========================================================================
     7. UI ELEMENTS
    ==========================================================================  */


/*   Aqua Button
    --------------------------------------------------------------------------  */

.aqua-button {
    border-radius: 30px;
    color: #003d79;
    padding: 18px 45px;
    font-family: 'tuffybold', sans-serif;
    font-size: 0.9375em;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    background: #72c6b9;
}

.aqua-button:hover {
    background: #ffeb62;
}

.aqua-button .icon {
    font-size: 1.25em;
    padding-right: 5px;
}

input.button {
    border-radius: 30px;
    color: #003d79;
    padding: 10px 30px;
    font-family: 'tuffybold', sans-serif;
    font-size: 0.9375em;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    border: 2px solid #72c6b9;
    color: #72c6b9;
    background: none;
}

input.button:hover {
    border: 2px solid #ffeb62;
    color: #ffeb62;
}


/*   Aqua Line Button
    --------------------------------------------------------------------------  */

.aqua-line-button {
    border-radius: 30px;
    color: #003d79;
    padding: 5px 30px;
    font-family: 'tuffybold', sans-serif;
    font-size: 0.9375em;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    border: 2px solid #72c6b9;
    color: #72c6b9;
}

.aqua-line-button:hover {
    border: 2px solid #ffeb62;
    color: #ffeb62;
}


/*   Tooltip
    --------------------------------------------------------------------------  */

.tooltipster-default {
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #fff;
    color: #666;
}

.tooltipster-default .tooltipster-content {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 15px;
    overflow: hidden;
}

.tooltipster-icon {
    cursor: help;
    margin-left: 4px;
}

.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible;
}

.tooltipster-base .tooltipster-content {
    overflow: hidden;
}

.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tooltipster-arrow span,
.tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -8px;
}

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -8px;
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -8px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -8px;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
    left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px;
}

.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
    right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px;
}

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -8px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px;
}

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -8px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px;
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.tooltipster-fade-show {
    opacity: 1;
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}

.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    transition-property: all;
    top: 0px !important;
    opacity: 0;
}

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    transition-property: all;
    left: 0px !important;
    opacity: 0;
}

.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


/*  ==========================================================================
     8. GLOBAL BLOCKS
    ==========================================================================  */

body {
    -webkit-backface-visibility: hidden;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/*   General Page
    --------------------------------------------------------------------------  */
.page .right-column ul {
    margin-bottom:20px;
    display: inline-block;
    width: 100%;
}
.page .right-column ol li {
    margin-left: 45px;
    list-style-type: decimal;
    margin-bottom: 20px;
}
.page .right-column ul li {
    margin-left: 45px;
    list-style-type: disc;
    margin-bottom: 20px;
}
.page .right-column ul li strong {
    display: block;
    width: 100%;
}
.page .right-column a:hover {
    color: #72c6b9;
}
.page .right-column p {
    margin-top: 20px;
}
.page .right-column p:first-child {
    margin-top: 0px;
}
.page .right-column .custom {
    display: inline-block;
}

/*   Interior Banner
    --------------------------------------------------------------------------  */

.interior-banner {
    background-size: cover !important;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}

.interior-banner .blue-bg {
    background-color: rgba(0, 61, 121, 0.85);
    width: 100%;
}

.interior-banner .gray-bg {
    border-top: 16px solid #71c5b9;
    background-color: #eaeaea;
}

.interior-banner .container {
    max-width: 1000px;
    border: 1px solid transparent;
}

.interior-banner.ebook-banner h1 {
    font-size: 48.78px;
    color: #003d79;
    font-family: 'tuffybold', sans-serif;
    font-weight: 700;
}

.interior-banner.ebook-banner h2 {
    font-size: 43.03px;
    padding-top: 10px;
}

.ebook-logo {
    height: 90px;
}

.ebook-logo img {
    float: left;
    padding: 23px 0;
}

.ebook-header-text {
    margin-left: 80px;
}

.wrapper .container.ebook-container {
    max-width: 1250px;
    min-width: 280px;
    padding: 0 40px;
    margin: 0 auto;
    position: relative;
}

.interior-banner.ebook-banner .container {
    width: 100%;
    max-width: 1250px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 40px;
}

.interior-banner .content {
    height: 229px;
    max-width: 900px;
    width: 900px;
    vertical-align: middle;
    display: table-cell;
    color: #fff;
    text-align: center;
}

.interior-banner.ebook-banner .content {
    height: 229px;
    width: 95%;
    vertical-align: baseline;
    display: inline;
    color: #71c5b9;
    text-align: left;
    padding-bottom: 40px;
}

.interior-banner .content .title {
    font-size: 2.4375em;
    width: 100%;
    float: left;
}

@media screen and (max-width: 37.5em) {
    .interior-banner .content .title {
        font-size: 1.5625em;
    }
}

.interior-banner .content .description {
    font-size: 1.1875em;
    width: 100%;
    float: left;
    line-height: 26px;
}


/*   News and Events
    --------------------------------------------------------------------------  */

.news-events-section {
    width: 100%;
    padding: 50px 0;
    text-align: center;
}

.news-events-section .title {
    font-size: 1.75em;
    color: #003d79;
    padding-bottom: 40px;
}

.news-events-section .news-blog {
    width: 30%;
    display: inline-block;
    margin-right: 50px;
    vertical-align: top;
    text-align: left;
}

@media screen and (max-width: 71.875em) {
    .news-events-section .news-blog {
        width: 32%;
        margin: 0;
        float: left;
    }
}

@media screen and (max-width: 60em) {
    .news-events-section .news-blog {
        width: 30%;
    }
}

@media screen and (max-width: 37.5em) {
    .news-events-section .news-blog {
        width: 100%;
        padding-bottom: 30px;
    }
}

.news-events-section .news-blog.news-blog:nth-child(2) {
    margin: 0 2%;
}

@media screen and (max-width: 60em) {
    .news-events-section .news-blog.news-blog:nth-child(2) {
        margin: 0 5%;
    }
}

@media screen and (max-width: 37.5em) {
    .news-events-section .news-blog.news-blog:nth-child(2) {
        margin: 0;
    }
}

.news-events-section .news-blog:last-child {
    margin: 0;
}

.news-events-section .news-blog .left {
    float: left;
    margin-right: 15px;
}

.news-events-section .news-blog .left img {
    border: 3px solid #bfbfbf;
}

@media screen and (max-width: 71.875em) {
    .news-events-section .news-blog .left img {
        width: 100%;
    }
}

@media screen and (max-width: 71.875em) {
    .news-events-section .news-blog .left {
        margin-right: 0;
        width: 35%;
    }
}

@media screen and (max-width: 60em) {
    .news-events-section .news-blog .left {
        width: 100%;
    }
}

@media screen and (max-width: 37.5em) {
    .news-events-section .news-blog .left {
        width: 30%;
    }
}

.news-events-section .news-blog .right {
    float: left;
    width: 190px;
}

@media screen and (max-width: 71.875em) {
    .news-events-section .news-blog .right {
        float: right;
        width: 60%;
    }
}

@media screen and (max-width: 60em) {
    .news-events-section .news-blog .right {
        width: 100%;
    }
}

@media screen and (max-width: 37.5em) {
    .news-events-section .news-blog .right {
        width: 65%;
    }
}

.news-events-section .news-blog h2 {
    font-family: 'tuffy', sans-serif;
    font-size: 1.25em;
    color: #003d79;
    line-height: 28px;
    padding-bottom: 5px;
}

.news-events-section .news-blog h2 a:hover {
    color: #72c6b9;
}

.news-events-section .news-blog p {
    font-size: 15px;
    line-height: 20px;
    padding: .5em 0;
    font-family: helvetica, arial, sans serif;
}

.news-events-section .news-blog .actions {
    width: 100%;
    display: inline-block;
}

.news-events-section .news-blog .actions .more {
    float: left;
    font-family: 'tuffybold', sans-serif;
    font-size: 0.8125em;
    text-transform: uppercase;
    padding-top: 4px;
}

.news-events-section .news-blog .actions .more:hover {
    color: #72c6b9;
}

.news-events-section .news-blog .actions .shares {
    float: right;
}

.news-events-section .news-blog .actions .shares a {
    color: #888888;
    float: left;
    padding-left: 5px;
}

.news-events-section .news-blog .actions .shares a:hover {
    color: #72c6b9;
}

.news-events-section .news-blog .actions .shares .share-text {
    display: none;
}

.news-events-section .no-image .right {
    width: 100%;
}


/*   Interior Page
    --------------------------------------------------------------------------  */

.interior-container {
    width: 100%;
    padding: 50px 0;
}

.interior-container strong {
    color: #72c6b9;
    font-weight: bold;
    display: inline-block;
    width: auto;
}
.interior-container h2 strong {
    color: #003d79;
}

.interior-container .left-column {
    width: 27%;
    margin-right: 3%;
    float: left;
}

@media screen and (max-width: 56.25em) {
    .interior-container .left-column {
        width: 100%;
        margin-right: 0%;
    }
}

.interior-container .left-column .interior-left-nav li {
    margin-bottom: 5px;
}

@media screen and (max-width: 56.25em) {
    .interior-container .left-column .interior-left-nav{
        margin-bottom: 40px;
    }
}

.interior-container .left-column .interior-left-nav li a {
    color: #003d79;
    line-height: 36px;
    width: 100%;
    display: inline-block;
    font-family: 'tuffybold', sans-serif;
}

.interior-container .left-column .interior-left-nav li a:hover {
    color: #72c6b9;
}

.interior-container .left-column .interior-left-nav li a:before {
    font-family: "fontcustom";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f103";
    padding-right: 5px;
}

.interior-container .left-column .interior-left-nav .current-menu-item a {
    color: #72c6b9;
}

.interior-container .left-column .interior-left-nav .current-menu-item .sub-menu a {
    color: #003d79;
}

.interior-container .left-column .interior-left-nav .sub-menu {
    margin-left: 30px;
    display: none;
}

.interior-container .left-column .interior-left-nav .current-menu-item .sub-menu {
    display: block;
}

.interior-container .left-column .interior-left-nav .current-menu-ancestor .sub-menu {
    display: block;
}

.interior-container .left-column .interior-left-nav li.current-menu-item.menu-item-has-children a:before {
    content: '\f101';
}

.interior-container .left-column .interior-left-nav li.current-menu-ancestor a:before {
    content: '\f101';
}

.interior-container .left-column .interior-left-nav .sub-menu li a {
    font-size: 14px;
    line-height: 22px;
}

.interior-container .left-column .interior-left-nav .sub-menu li a:hover {
    color: #72c6b9;
}

.interior-container .left-column .interior-left-nav .sub-menu a:before {
    content: '\f103'!important;
}

.interior-container .right-column {
    width: 70%;
    float: left;
}

.interior-container .right-column iframe {
    width: 100%;
}

.interior-container .ebook-download {
    width: 100%;
    float: left;
    padding: 0 15%;
    text-align: center;
}

.interior-container .ebook-download h1 {
    color: rgb(114, 198, 185);
    font-family: "tuffybold", sans-serif;
    font-size: 55px;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: center;
}

.interior-container .ebook-download h2 {
    color: rgb(0, 61, 121);
    font-size: 35px;
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (max-width: 56.25em) {
    .interior-container .right-column {
        width: 100%;
    }
}

.interior-container .right-column p {
    // float: left;
    font-size: 1em;
    line-height: 24px;
    padding-bottom: 20px;
    text-align: justify;
    width: 100%;
}

.interior-container .right-column .bg_bottom {
    float: left;
    width: 100%;
}

.interior-container .right-column .bg_bottom .head {
    color: #333333;
    float: left;
    font-size: 1.875em;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 37.5em) {
    .interior-container .right-column .bg_bottom .head {
        font-size: 25px;
    }
}

.interior-container .right-column .bg_bottom .head .aqua-button {
    font-size: 0.625em;
    display: table;
    margin: 20px auto 0;
}

.interior-container .right-column .bg_bottom .head em {
    font-style: italic;
}

.interior-container .right-column h2 {
    color: #003d79;
    font-size: 1.875em;
    margin-bottom: 20px;
    text-align: left;
}

@media screen and (max-width: 37.5em) {
    .interior-container .right-column h2 {
        font-size: 25px;
    }
}

.interior-container .right-column h3 {
    color: #003d79;
    font-size: 20px;
}

.interior-container .right-column h4 {
    color: #72c6b9;
    // float: left;
    font-size: 1em;
}

.page-template-page-video-landing-page .left-column {
    width: 72%;
}

.page-template-page-video-landing-page .right-column {
    width: 25%;
}



/*   Managed IT and IT Support Services Page
    --------------------------------------------------------------------------  */

.managed_it_services_wrapper {
    clear: both;
    margin: 0 auto;
}

.managed_it_services_wrapper p {
    float: none;
    font-size: 1.125em;
    line-height: 24px;
}

.managed_it_services_wrapper p strong {
    color: #003d79;
    font-size: 1em;
    font-family: 'tuffybold', sans-serif;
}

.managed_it_services_wrapper p.intro_text {
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 1em;
    margin-bottom: 30px;
}

.managed_it_services_wrapper h2 {
    margin-top: 25px;
    color: #003d79;
    font-size: 30px;
    font-family: 'tuffybold', sans-serif;
    text-align: center;
}

.managed_it_services_wrapper h2 span {
    display: block;
    margin-top: 4px;
    padding: 6px 0;
    background: url('images/bg-grey-dotted.png') repeat;
    font-size: 1.125em;
    font-family: 'tuffyregular', sans-serif;
    font-style: italic;
    line-height: 1;
    text-transform: uppercase;
}

.managed_it_services_wrapper .tab h3 {
    font-family: 'tuffybold', sans-serif;
    font-size: 1.5625em;
    color: #003d79;
}

.managed_it_services_wrapper .tab1 {
    margin: 55px 0 60px;
    padding: 104px 30px 0 116px;
    background: url('images/managed-it-graphic-1.png') 0 0 no-repeat;
    width: 100%;
    float: left;
    min-height: 220px;
}

@media screen and (max-width: 37.5em) {
    .managed_it_services_wrapper .tab1 {
        padding: 220px 0 0;
        background-position: top center;
        margin: 20px 0;
    }
}

.managed_it_services_wrapper .tab2 {
    margin-bottom: 75px;
    padding: 95px 0 0;
    background: url('images/managed-it-graphic-2.png') 260px 0 no-repeat;
    width: 100%;
    float: left;
}

@media screen and (max-width: 37.5em) {
    .managed_it_services_wrapper .tab2 {
        padding: 124px 0 0;
        background-position: top center;
        margin: 20px 0;
    }
}

.managed_it_services_wrapper .tab3 {
    margin-bottom: 36px;
    border-bottom: 1px solid #e1e1e1;
    padding: 16px 0 110px 140px;
    background: url('images/managed-it-graphic-3.png') 0 0 no-repeat;
    width: 100%;
    float: left;
    min-height: 200px;
}

@media screen and (max-width: 37.5em) {
    .managed_it_services_wrapper .tab3 {
        padding: 220px 0 0;
        background-position: top center;
        margin: 20px 0;
    }
}

.managed_it_services_wrapper .tab3 p {
    text-align: justify;
}

.managed_it_services_wrapper .head {
    font-size: 22px;
}

.managed_it_services_wrapper .head strong {
    color: #003d79;
}

.managed_it_services_wrapper .head a {
    margin-top: 10px;
}


/*   IT Managed - Services
    --------------------------------------------------------------------------  */

.it-managed-services-services {
    clear: both;
    margin: 0 auto;
}

.it-managed-services-services h2 {
    margin: 5px 0 20px;
}

.right-column .it-managed-services-services ul li {
    border-bottom: 1px double #bfbfbf;
    border-top: 1px solid #bfbfbf;
    float: left;
    line-height: 22px;
    margin-bottom: 2px;
    padding: 10px 0;
    width: 100%;
    list-style: none;
    margin-left: 0;
}

.it-managed-services-services li h1 {
    color: #003d79;
    float: left;
    font-size: 1.375em;
    font-weight: normal;
    margin: 20px 0;
    padding: 0 0 5px;
    width: 100%;
}

.right-column .it-managed-services-services li:first-child {
    border-top: medium none;
}

.right-column .it-managed-services-services li:last-child {
    border-bottom: medium none;
}
.right-column .it-managed-services-services ul li strong {
    display: inline-block;
    width: auto;
}


/*   IT Managed - Support Services
    --------------------------------------------------------------------------  */

.it-managed-services-support-service {
    clear: both;
    margin: 0 auto;
}

.it-managed-services-support-service h2 {
    margin: 5px 0 20px;
}

.it-managed-services-support-service #serviceLvl .light {
    height: 97px;
    width: 100%;
    background: url('images/lightbg.png') repeat;
    margin-bottom: 3px;
}

@media screen and (max-width: 37.5em) {
    .it-managed-services-support-service #serviceLvl .light {
        height: auto;
        display: inline-block;
    }
}

.it-managed-services-support-service #serviceLvl .dark {
    height: 97px;
    width: 100%;
    background: url('images/darkbg.png') repeat;
    margin-bottom: 3px;
}

@media screen and (max-width: 37.5em) {
    .it-managed-services-support-service #serviceLvl .dark {
        height: auto;
        display: inline-block;
    }
}

.it-managed-services-support-service #serviceLvl .silver.no,
.it-managed-services-support-service #serviceLvl .gold.no,
.it-managed-services-support-service #serviceLvl .platinum.no {
    height: 97px;
    width: 60px;
    background: url('images/whitedot.png') center center;
    float: left;
}

@media screen and (max-width: 71.875em) {
    .it-managed-services-support-service #serviceLvl .silver.no,
    .it-managed-services-support-service #serviceLvl .gold.no,
    .it-managed-services-support-service #serviceLvl .platinum.no {
        width: 33%;
    }
}

.it-managed-services-support-service #serviceLvl .silver.yes {
    height: 97px;
    width: 60px;
    background: url('images/silverdot.png') center center;
    float: left;
}

@media screen and (max-width: 71.875em) {
    .it-managed-services-support-service #serviceLvl .silver.yes {
        width: 33%;
    }
}

.it-managed-services-support-service #serviceLvl .gold.yes {
    height: 97px;
    width: 60px;
    background: url('images/golddot.png') center center;
    float: left;
}

@media screen and (max-width: 71.875em) {
    .it-managed-services-support-service #serviceLvl .gold.yes {
        width: 33%;
    }
}

.it-managed-services-support-service #serviceLvl .platinum.yes {
    height: 97px;
    width: 60px;
    background: url('images/greendot.png') center center;
    float: left;
}

@media screen and (max-width: 71.875em) {
    .it-managed-services-support-service #serviceLvl .platinum.yes {
        width: 33%;
    }
}

.it-managed-services-support-service #serviceLvl .thumb {
    height: 97px;
    width: 100px;
    float: left;
}

@media screen and (max-width: 71.875em) {
    .it-managed-services-support-service #serviceLvl .thumb {
        width: 10%;
    }
}

@media screen and (max-width: 37.5em) {
    .it-managed-services-support-service #serviceLvl .thumb {
        height: 50px;
        width: 100%;
    }
}

.it-managed-services-support-service #serviceLvl .thumb.cio {
    background: url('images/1.png') no-repeat center center;
}

.it-managed-services-support-service #serviceLvl .thumb.senior {
    background: url('images/2.png') no-repeat center center;
}

.it-managed-services-support-service #serviceLvl .thumb.audit {
    background: url('images/3.png') no-repeat center center;
}

.it-managed-services-support-service #serviceLvl .thumb.alerts {
    background: url('images/4.png') no-repeat center center;
}

.it-managed-services-support-service #serviceLvl .thumb.windows {
    background: url('images/5.png') no-repeat center center;
}

.it-managed-services-support-service #serviceLvl .thumb.patch {
    background: url('images/6.png') no-repeat center center;
}

.it-managed-services-support-service #serviceLvl .thumb.update {
    background: url('images/7.png') no-repeat center center;
}

.it-managed-services-support-service #serviceLvl .thumb.help {
    background: url('images/8.png') no-repeat center center;
}

.it-managed-services-support-service #serviceLvl .thumb.remote {
    background: url('images/9.png') no-repeat center center;
}

.it-managed-services-support-service #serviceLvl .thumb.after {
    background: url('images/10.png') no-repeat center center;
}

.it-managed-services-support-service #serviceLvl .thumb.netad {
    background: url('images/11.png') no-repeat center center;
}

.it-managed-services-support-service #serviceLvl .thumb.reports {
    background: url('images/12.png') no-repeat center center;
}

.it-managed-services-support-service #serviceLvl .thumb.email {
    background: url('images/13.png') no-repeat center center;
}

.it-managed-services-support-service #serviceLvl .thumb.backup {
    background: url('images/14.png') no-repeat center center;
}

.it-managed-services-support-service #serviceLvl .level {
    float: right;
    padding-right: 30px;
}

@media screen and (max-width: 71.875em) {
    .it-managed-services-support-service #serviceLvl .level {
        width: 30%;
    }
}

@media screen and (max-width: 37.5em) {
    .it-managed-services-support-service #serviceLvl .level {
        float: none;
        margin: 0 auto;
        width: 30%;
        padding: 0;
    }
}

.it-managed-services-support-service #serviceLvl .text {
    width: 430px;
    float: left;
    padding-top: 14px;
}

@media screen and (max-width: 71.875em) {
    .it-managed-services-support-service #serviceLvl .text {
        width: 60%;
    }
}

@media screen and (max-width: 37.5em) {
    .it-managed-services-support-service #serviceLvl .text {
        padding: 10px 20px;
        width: 100%;
    }
}

.it-managed-services-support-service #serviceLvl .text .blue {
    color: #003d79;
    font-weight: bold;
}

.it-managed-services-support-service #serviceLvl .text p {
    padding: 0;
    line-height: 20px;
    font-size: 0.875em;
}

/* One Col Template */
.page-template-page-one-col-interior-php iframe {
    margin-bottom: 20px;
    border: none;
    width: 800px;
    height: 450px;
    display: block;
    margin: 0 auto;
    loat: none;
    max-width: 100%;
    max-height: auto;
}


/*   IT Managed - IT Support MA
    --------------------------------------------------------------------------  */

.it-managed-services-support-ma {
    clear: both;
    margin: 0 auto;
    /*.gray {
      font-size: em(14px);
      padding-bottom: 5px;
    }*/
}

.it-managed-services-support-ma h1 {
    color: #003d79;
    font-size: 1.875em;
    margin-bottom: 20px;
}

.it-managed-services-support-ma .blue {
    display: inline-block;
    float: left;
    font-size: 1em;
    color: #003d79;
}

.it-managed-services-support-ma p.center {
    text-align: center;
}

.it-managed-services-support-ma .clear + .hr {
    margin-bottom: 25px;
    margin-top: 38px;
    width: 100%;
    float: left;
    background: #bfbfbf;
}

.it-managed-services-support-ma .hr {
    height: 1px;
    margin-bottom: 40px;
    margin-top: 80px;
    width: 100%;
    float: left;
    background: #bfbfbf;
}

.it-managed-services-support-ma .service {
    background: url(images/landingicon1.png) no-repeat 0 8px;
    width: 100%;
    float: left;
}

.it-managed-services-support-ma .two {
    background: url(images/landingicon2.png) no-repeat 0 8px;
}

.it-managed-services-support-ma .three {
    background: url(images/landingicon3.png) no-repeat 0 8px;
}

.it-managed-services-support-ma .text {
    float: left;
    padding-left: 65px;
    padding-top: 8px;
    width: auto;
}

.it-managed-services-support-ma .green {
    color: #72c6b9;
    font-family: 'tuffybold', sans-serif;
    font-size: 0.9375em;
    margin-bottom: 0;
    padding-bottom: 0;
}

.it-managed-services-support-ma .testimonial {
    float: left;
    width: 520px;
}

@media screen and (max-width: 71.875em) {
    .it-managed-services-support-ma .testimonial {
        width: 50%;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 47.9375em) {
    .it-managed-services-support-ma .testimonial {
        width: 100%;
    }
}

.it-managed-services-support-ma .testimonial .sig {
    float: right;
    text-align: left;
}

.it-managed-services-support-ma p {
    float: left;
    font-size: 1em;
    line-height: 24px;
    padding-bottom: 20px;
    text-align: justify;
    width: 100%;
}

.it-managed-services-support-ma .f.video-container #content .primary .post .bar ul li img {
    background: url("images/video-bottom.png") no-repeat scroll center bottom transparent;
    float: right;
    height: 324px;
    text-align: center;
    width: 504px;
}

@media screen and (max-width: 71.875em) {
    .it-managed-services-support-ma .video {
        width: 46%;
    }
}

@media screen and (max-width: 47.9375em) {
    .it-managed-services-support-ma .video {
        width: 100%;
    }
}

@media screen and (max-width: 71.875em) {
    .it-managed-services-support-ma .video iframe {
        width: 100%;
    }
}

.it-managed-services-support-ma h4 {
    color: #72c6b9;
    float: left;
    font-size: 1em;
}

.it-managed-services-support-ma .iframe-video {
    width: 72%;
}

@media screen and (max-width: 71.875em) {
    .it-managed-services-support-ma .iframe-video {
        width: 100%;
    }
}

@media screen and (max-width: 30em) {
    .it-managed-services-support-ma .iframe-video {
        height: 100%;
    }
}


/*   Video Page
    --------------------------------------------------------------------------  */

.video-container {
    clear: both;
    margin: 0 auto;
}

.page-template-page-video-landing-page .video-container {
    clear: none;
    margin: 0 auto;
}

.video-container #content {
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}

.video-container #content .primary {
    float: left;
    width: 100%;
}

.video-container #content .primary h1 {
    color: #72c6b9;
    font-size: 3.4375em;
    font-family: 'tuffybold', sans-serif;
    margin-bottom: 8px;
    text-align: left;
}

.video-container #content .primary h2 {
    color: #003d79;
    font-size: 1.875em;
    margin-bottom: 50px;
    text-align: left;
}

.video-container #content .primary iframe {
    box-shadow: 0 1px 8px #2c313b;
}

.video-container #content .primary .article {
    float: left;
    width: 100%;
    padding-top: 100px;
}

.video-container #content .primary .post {
    margin-bottom: 20px;
    text-align: justify;
}

.video-container #content .primary .post .post-content {
    float: left;
    margin-left: 75px;
}

.page-template-page-video-landing-page #content .primary .post .post-content {
    float: left;
    margin-left: 75px;
    margin-right: 75px;
}

.page-template-page-video-landing-page .share {
    width: 75%;
    margin: auto;
}

.page-template-page-video-landing-page .shares {
    float: right;
}

.video-player {
    width: 100%;
}

@media screen and (max-width: 67.625em) {
    .video-container #content .primary .post .post-content {
        margin-left: 0;
    }
}

@media screen and (max-width: 60em) {
    .video-container #content .primary .post .post-content {
        width: 50%;
    }
    .video-container #content .primary .post .post-content.landing-page-content {
        width: 100%;
    }
}

@media screen and (max-width: 47.9375em) {
    .video-container #content .primary .post .post-content {
        width: 100%;
        margin-bottom: 25px;
    }
}

.video-container #content .primary .post .post-content h2 {
    font-size: 1.75em;
}

.video-container #content .primary .post .bigGreen {
    font-size: 2.8125em;
}

.video-container #content .primary .post ul {
    margin-left: 0;
    padding: 0;
}

.video-container #content .primary .post ul li {
    margin: 0;
}

@media screen and (max-width: 37.5em) {
    .video-container #content .primary .post ul li {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 37.5em) {
    .video-container #content .primary .post ul li .tooltip {
        float: left;
    }
}

@media screen and (max-width: 37.5em) {
    .video-container #content .primary .post ul li .tooltip .vidOvr {
        visibility: hidden;
    }
}

.video-container #content .primary .post .bar ul {
    list-style-image: none;
    position: relative;
}

.video-container #content .primary .post .bar ul li {
    display: block;
    float: left;
    list-style-type: none;
    position: relative;
    overflow: hidden;
}

.video-container #content .primary .post .bar ul li:first-child {
    padding-left: 0px;
}

.video-container #content .primary .post .bar ul li img {
    padding: 15px;
}

@media screen and (max-width: 37.5em) {
    .video-container #content .primary .post .bar ul li img {
        width: 100%;
    }
}

.video-container #content .primary .post .bar h2 {
    padding-left: 20px;
}

.video-container #content .primary .post .bar.green h2 {
    background: #72c6b9;
    color: #fff;
}

.video-container #content .primary .post .bar.blue h2 {
    background: #003d79;
    color: #fff;
}

.video-container #content .primary .post .bar.gray h2 {
    background: #bfbfbf;
    color: #fff;
}

.video-container #content .primary .clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.video-container #content .primary #featuredVid {
    float: right;
    margin-right: 75px;
}

@media screen and (max-width: 67.625em) {
    .video-container #content .primary #featuredVid {
        margin-right: 0;
    }
}

@media screen and (max-width: 60em) {
    .video-container #content .primary #featuredVid {
        width: 50%;
    }
}

@media screen and (max-width: 60em) {
    .video-container #content .primary #featuredVid iframe {
        width: 100%;
    }
}

@media screen and (max-width: 47.9375em) {
    .video-container #content .primary #featuredVid {
        width: 100%;
    }
}

.popup-youtube {
    position: relative;
    display: inline-block;
}
.tooltip.popup-youtube{
    height: 250px;
}

.it-videos strong {
    font-family: 'tuffybold', sans-serif;
}

.youtube-container {
    /*    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;

    */
    height: 433px;
    max-width: 770px;
    margin: 40px auto 0 auto;
}

.youtube-container iframe,
.youtube-container object,
.youtube-container embed {
    /*    position: absolute;
    top: 0;
    left: 0;
    */
    height: 100%;
    width: 100%;
}

.video iframe {
    float: right;
}
.video-container .primary .post .vidOvr {
    display: block;
    left: 37%;
    margin: 0 auto;
    opacity: 1;
    position: absolute;
    top: 37%;
    z-index: 9999;
}
.video-container .primary .post .vidOvr img{
    position: relative;
    top: 65px;
}

/*   About Us
    --------------------------------------------------------------------------  */

.about-us .video {
    margin: 0 auto 25px;
    width: 524px;
}

@media screen and (max-width: 37.5em) {
    .about-us .video {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 37.5em) {
    .about-us .video iframe {
        width: 100%;
    }
}

.about-us img.portraits {
    clear: both;
    display: block;
    float: none;
    margin: 10px 0 4px;
}


/*   Testimonials
    --------------------------------------------------------------------------  */

.testimonials-container p.para-sep {
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 25px;
}

.testimonials-container p.para-sep strong {
    display: block;
}

.testimonials-container p.para-sep a {
    display: block;
}


/*   Acquisitions
    --------------------------------------------------------------------------  */

.acquisitions-container h1 {
    color: #72c6b9;
    font-size: 1.875em;
    padding-bottom: 10px;
}

.acquisitions-container h2 {
    font-size: 1.25em !important;
}

.right-column .acquisitions-container .acquisitions li {
    border-bottom: 1px double #bfbfbf;
    border-top: 1px solid #bfbfbf;
    float: left;
    font-size: 1em;
    line-height: 30px;
    margin-bottom: 2px;
    padding: 10px 0;
    width: 100%;
    list-style: none;
    margin-left: 0;
}

@media screen and (max-width: 37.5em) {
    .acquisitions-container .acquisitions li .image-block {
        float: left;
        width: 100%;
    }
}

.right-column .acquisitions-container .acquisitions li:first-child {
    border-top: medium none;
}

.right-column .acquisitions-container .acquisitions li:last-child {
    border-bottom: medium none;
}

.acquisitions-container .acquisitions li img {
    box-shadow: 2px 1px 6px #bfbfbf;
    margin-right: 15px;
    float: left;
}

.Acq h1 {
    color: #72c6b9;
    font-size: 1.875em;
    padding-bottom: 10px;
}

.Acq h2 {
    font-size: 1.25em !important;
}


/*   Career
    --------------------------------------------------------------------------  */

.career-container h1 {
    color: #003d79;
    font-size: 1.875em;
    padding-bottom: 25px;
}

.career-container .bluebg {
    background: #003d79;
}

.career-container .careerHead h2 {
    color: #fff;
    display: inline-block;
    padding: 1%;
    width: 47%;
}

.career-container .careerPage {
    border: 1px solid #ececec;
}

.career-container .careerPage li {
    line-height: 25px;
}

.career-container .careerPage li a {
    display: inline-block;
    padding: 1%;
    width: 47%;
}

.career-container .careerPage li:nth-child(2n) {
    background: #ececec;
}


/*   Contact us
    --------------------------------------------------------------------------  */

.contact-container .gform_heading .gform_title {
    font-size: 1.875em;
    padding-bottom: 10px;
}

.contact-container .gform_wrapper .top_label .gfield_label {
    font-weight: 500;
}

.contact-container .gform_wrapper input[type="text"],
.contact-container .gform_wrapper input[type="url"],
.contact-container .gform_wrapper input[type="email"],
.contact-container .gform_wrapper input[type="tel"],
.contact-container .gform_wrapper input[type="number"],
.contact-container .gform_wrapper input[type="password"],
.contact-container .gform_wrapper textarea.medium {
    border-radius: 10px;
    border: 1px solid #bfbfbf;
    padding: 10px;
}

.contact-container .gform_wrapper .top_label input.medium,
.contact-container .gform_wrapper .top_label select.medium {
    width: 47.5%;
}

@media screen and (max-width: 37.5em) {
    .contact-container .gform_wrapper .top_label input.medium,
    .contact-container .gform_wrapper .top_label select.medium {
        width: 100%;
    }
}

.contact-container .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0;
}

.contact-container .gform_wrapper div.validation_error {
    border-bottom: medium none;
    border-top: medium none;
    clear: both;
    color: #ff0000;
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 0;
    padding: 0;
}

.contact-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-top: 0;
}

.contact-container .gform_wrapper li.gfield.gfield_error,
.contact-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border-bottom: medium none;
    border-top: medium none;
    padding: 0;
    background: none;
}

.contact-container .gform_wrapper .gfield_error .gfield_label {
    color: #ff0000;
}

.contact-container .gform_wrapper li.gfield_error input[type="text"],
.contact-container .gform_wrapper li.gfield_error input[type="url"],
.contact-container .gform_wrapper li.gfield_error input[type="email"],
.contact-container .gform_wrapper li.gfield_error input[type="tel"],
.contact-container .gform_wrapper li.gfield_error input[type="number"],
.contact-container .gform_wrapper li.gfield_error input[type="password"],
.contact-container .gform_wrapper li.gfield_error textarea {
    border: 1px solid #ff0000;
}

.contact-container .gform_wrapper .validation_message {
    color: #ff0000;
    font-weight: 500;
}

.contact-container .gform_wrapper .gfield_required {
    color: #ff0000;
}

.contact-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 0;
}


/*   Career Details
    --------------------------------------------------------------------------  */

.career-details.blog-container .blog-left-column article {
    border: none;
    margin-bottom: 0;
}

.career-details.blog-container .blog-left-column article h2 {
    line-height: 30px;
}

.career-details.blog-container .blog-left-column article h3 {
    font-size: 20px;
    padding: 10px 0;
    color: #003d79;
}

.career-details.blog-container .blog-left-column article p {
    font-size: 1em;
    line-height: 22px;
    padding-bottom: 10px;
}

.career-details.blog-container .blog-left-column article strong {
    color: #2c313b;
    font-family: 'tuffybold', sans-serif;
}

.career-details.blog-container .blog-left-column article ul {
    padding: 0 0 25px 15px;
    margin-left: 20px;
}

.career-details.blog-container .blog-left-column article ul li {
    padding-bottom: 5px;
    list-style-type: disc;
}

.career-details.blog-container .blog-left-column article ol {
    padding: 0 0 25px 15px;
    margin-left: 20px;
}

.career-details.blog-container .blog-left-column article ol li {
    padding-bottom: 15px;
    list-style-type: decimal;
}

.career-details.blog-container .blog-left-column #nextprev {
    margin-top: 30px;
}

.career-details.blog-container .blog-right-column .sidebar h2 {
    color: #003d79;
    font-size: 1.625em;
    font-weight: 500;
    line-height: 22px;
    padding-bottom: 15px;
}

.career-details.blog-container .blog-right-column .sidebar .career-name {
    padding-bottom: 10px;
}

.career-details.blog-container .blog-right-column .sidebar .career-name strong {
    font-family: 'tuffybold', sans-serif;
}

.career-details.blog-container .blog-right-column .sidebar .career-name a {
    color: #2c313b;
}

.career-details.blog-container .blog-right-column .sidebar .career-name a:hover {
    color: #003d79;
}


/*   Career Application
    --------------------------------------------------------------------------  */

.career-application .gform_wrapper h3.gform_title {
    font-size: 1.875em;
    padding-bottom: 10px;
    color: #003d79;
    font-weight: 500;
}

.career-application .gform_wrapper .top_label .gfield_label {
    font-weight: 500;
}

.career-application .gform_wrapper input[type="text"],
.career-application .gform_wrapper input[type="url"],
.career-application .gform_wrapper input[type="email"],
.career-application .gform_wrapper input[type="tel"],
.career-application .gform_wrapper input[type="number"],
.career-application .gform_wrapper input[type="password"],
.career-application .gform_wrapper textarea.medium {
    border-radius: 10px;
    border: 1px solid #bfbfbf;
    padding: 10px;
}

.career-application .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0;
}

.career-application .gform_wrapper div.validation_error {
    border-bottom: medium none;
    border-top: medium none;
    clear: both;
    color: #ff0000;
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 0;
    padding: 0;
}

.career-application .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-top: 0;
}

.career-application .gform_wrapper li.gfield.gfield_error,
.career-application .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border-bottom: medium none;
    border-top: medium none;
    padding: 0;
    background: none;
}

.career-application .gform_wrapper .gfield_error .gfield_label {
    color: #ff0000;
}

.career-application .gform_wrapper li.gfield_error input[type="text"],
.career-application .gform_wrapper li.gfield_error input[type="url"],
.career-application .gform_wrapper li.gfield_error input[type="email"],
.career-application .gform_wrapper li.gfield_error input[type="tel"],
.career-application .gform_wrapper li.gfield_error input[type="number"],
.career-application .gform_wrapper li.gfield_error input[type="password"],
.career-application .gform_wrapper li.gfield_error textarea {
    border: 1px solid #ff0000;
}

.career-application .gform_wrapper .validation_message {
    color: #ff0000;
    font-weight: 500;
}

.career-application .gform_wrapper .gfield_required {
    color: #ff0000;
}

.career-application .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 0;
}


/*   Ebook Landing
    --------------------------------------------------------------------------  */

.ebook-landing #middle {
    float: left;
    margin-bottom: 40px;
    padding: 0;
    width: 100%;
}

.ebook-landing #content {
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}

.ebook-landing .primary {
    float: left;
    width: 100%;
}

.ebook-landing .six-col {
    float: left;
    width: 60%;
}

.ebook-landing .four-col {
    float: left;
    width: 40%;
}

.ebook-landing .ebook-article {
    width: 59%;
    float: left;
    font-size: 20px;
    line-height: 32px;
}

.ebook-half {
    width: 41%;
    float: left;
}

.ebook-landing h1 {
    color: #72c6b9;
    font-size: 28px;
    margin-bottom: 8px;
    text-align: left;
    font-family: 'tuffy', sans-serif;
    letter-spacing: 1px;
}

@media screen and (max-width: 37.5em) {
    .ebook-landing h1 {
        font-size: 40px;
        line-height: 30px;
        letter-spacing: 2px;
    }
}

.ebook-landing h2 {
    color: #003d79;
    font-size: 35px;
    margin-bottom: 30px;
    text-align: left;
}

@media screen and (max-width: 37.5em) {
    .ebook-landing h2 {
        font-size: 25px;
    }
}

.ebook-landing .ebook-head-title {
    float: left;
    margin-left: 7%;
    padding-top: 75px;
    width: 45%;
}

@media screen and (max-width: 47.9375em) {
    .ebook-landing .ebook-head-title {
        width: 100%;
        margin: 0;
    }
}

.ebook-landing .ebook-head-image {
    float: right;
    padding-right: 5%;
    width: 40%;
}

@media screen and (max-width: 47.9375em) {
    .ebook-landing .ebook-head-image {
        margin: 30px 0 0;
        text-align: center;
        width: 100%;
    }
    .ebook-landing .ebook-article,
    .ebook-landing .six-col,
    .ebook-landing .four-col,
    .ebook-landing .ebook-article {
        width: 100%;
    }
}

@media screen and (max-width: 30em) {
    .ebook-landing .ebook-head-image img {
        width: 100%;
    }
}

.ebook-landing .article p {
    padding-bottom: 20px;
}

}
.ebook-landing .gform_wrapper {
    width: 100%;
    margin: 0 auto;
}
.ebook-landing #download {
    width: 100%;
    float: left;
}
.ebook-landing .gform_wrapper li {
    margin-bottom: 15px;
    width: 100%;
    float: left;
}
.ebook-landing .gform_wrapper .gform_footer {
    display: inline-block;
    width: 100%;
}
.ebook-landing .gform_wrapper .name_first {
    float: left;
    width: 50%;
}
.ebook-landing .gform_wrapper .name_last {
    float: left;
    width: 50%;
}
.ebook-landing .gform_wrapper .name_first input[type="text"],
.ebook-landing .gform_wrapper .name_last input[type="text"] {
    width: 98%;
}
.ebook-landing .gform_wrapper .name_first label,
.ebook-landing .gform_wrapper .name_last label {
    font-size: 13px;
}
.ebook-landing .gform_wrapper .top_label .gfield_label {
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}
.ebook-landing .gform_wrapper input[type="text"],
.ebook-landing .gform_wrapper select,
.ebook-landing .gform_wrapper input[type="url"],
.ebook-landing .gform_wrapper input[type="email"],
.ebook-landing .gform_wrapper input[type="tel"],
.ebook-landing .gform_wrapper input[type="number"],
.ebook-landing .gform_wrapper input[type="password"],
.ebook-landing .gform_wrapper textarea.medium {
    border-radius: 0px;
    border: 1px solid #bfbfbf;
    padding: 10px;
}
.ebook-landing .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0;
}
.ebook-landing .gform_wrapper div.validation_error {
    border-bottom: medium none;
    border-top: medium none;
    clear: both;
    color: #ff0000;
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 0;
    padding: 0;
}
.ebook-landing .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-top: 0;
}
.ebook-landing .gform_wrapper li.gfield.gfield_error,
.ebook-landing .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border-bottom: medium none;
    border-top: medium none;
    padding: 0;
    background: none;
}
.ebook-landing .gform_wrapper .gfield_error .gfield_label {
    color: #ff0000;
}
.ebook-landing .gform_wrapper li.gfield_error input[type="text"],
.ebook-landing .gform_wrapper li.gfield_error input[type="url"],
.ebook-landing .gform_wrapper li.gfield_error input[type="email"],
.ebook-landing .gform_wrapper li.gfield_error input[type="tel"],
.ebook-landing .gform_wrapper li.gfield_error input[type="number"],
.ebook-landing .gform_wrapper li.gfield_error input[type="password"],
.ebook-landing .gform_wrapper li.gfield_error textarea {
    border: 1px solid #ff0000;
}
.ebook-landing .gform_wrapper .validation_message {
    color: #ff0000;
    font-weight: 500;
}
.ebook-landing .gform_wrapper .gfield_required {
    color: #ff0000;
}
.ebook-landing .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 0;
}
.ebook-landing .gform_wrapper .top_label input#input_5_2 {
    width: 99%;
}
.page-template-page-ebook .header,
.page-template-page-ebook .header {
    display: none;
}
.page-template-page-ebook-updated .header,
.page-template-page-ebook-updated .header {
    display: none;
}
.ebook-form-updated input,
select {
    width: 100%;
    border-radius: 0px;
}
.ebook-form-updated input[type="radio"] {
    float: left;
    width: 30px;
    height: 20px;
}
.ebook-img {
    width: 100%;
}
.video-transcript {
    padding: 15px;
    color: #969696;
    line-height: 30px;
    margin-top: 30px;
}
.ebook-form-header span {
    display: block;
    text-align: center;
    padding-top: 40px;
    color: #fff;
    font-family: 'tuffybold',
    sans-serif;
    font-size: 28px;
}
.ebook-form-header {
    height: 115px;
    background: #71c5b9;
}
.ebook-form-updated {
    background: #cdcdcd;
}
.page-template-page-thank-you-php .header.group {
    display: none;
}
.page-template-page-thank-you-php .ebook-article li {
    list-style-type: disc;
    margin-left: 45px;
}
.page-template-page-thank-you-php input[type="checkbox"]{
    width: auto;
    position: relative;
    top: -3px;
}
#gform_wrapper_6,
.page-template-page-thank-you-php .gform_wrapper {
    max-width: 90%;
    margin: auto;
    margin-top: 35px;
}
.page-template-page-thank-you-php p {
    margin-bottom: 15px;
}
.page-template-page-thank-you-php .gray-bg h1,
.page-template-page-thank-you-php .gray-bg .description {
    text-align: center;
}
.page-template-page-thank-you-php .gray-bg h1 {
    margin-top: 15px;
}
.page-template-page-thank-you-php .gray-bg .description {
    margin-bottom: 15px;
}
#gform_submit_button_6,
.page-template-page-thank-you-php .gform_wrapper .gform_button {
    background: #003d79;
    color: #fff;
    border: 0;
    border-radius: 3px;
    text-transform: none;
    font-family: 'tuffy',
    sans-serif;
    margin: auto;
    max-width: 230px;
    display: block;
}
.page-template-page-thank-you-php .gfield_label{
    display: none !important;
}
.interior-container .ebook-article span strong {
    color: #003d79;
    font-family: 'tuffybold',
    sans-serif;
}
.ebook-form-footer {
    text-align: center;
    padding: 20px 0;
}
.ebook-form-footer a {
    color: #5b5b5b;
}
.toggle-privacy {
    cursor: pointer;
}
.privacy-policy {
    font-size: 0.75em;
    margin: 15px auto;
    width: 80%;
    display: none;
}
#choice_6_10_1 {
    width: 30px;
    float: left;
    margin-bottom: 30px;

}

.page-template-page-ebook-updated .footer.group {
  display: none;
}

#choice_2_5_1 {
    margin-top: 6px;
}

/*   404 Not Fount
    --------------------------------------------------------------------------  */
.not-fount h1 {
    color: #003d79;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: center;
    font-family: 'tuffybold',
    sans-serif;
}
.not-fount p {
    padding: 20px 15%;
    text-align: center;
    line-height: 30px;
}

/*   Sitemap
    --------------------------------------------------------------------------  */
ul.page-list {
    padding: 0;
}
ul.page-list li {
    padding-bottom: 5px;
    font-size: 1.125em;
}
ul.page-list li:before {
    font-family: "fontcustom";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f103";
    padding-right: 5px;
}
ul.page-list li a {
    color: #003d79;
}
ul.page-list li a:hover {
    color: #72c6b9;
}
ul.page-list li ul {
    padding-left: 30px;
    margin-left: 30px;
}
ul.page-list li ul li {
    font-size: 16px;
    list-style-type: disc;
}
ul.page-list li ul li:before {
    display: none;
}
ul.page-list li.current_page_item a {
    color: #72c6b9;
}

/*  ==========================================================================
     9. HOME PAGE
    ==========================================================================  */
.home-billboard {
    background-position: center;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    border-bottom:10px #ffeb62 solid;
}
.home-billboard .container {
    max-width: 1000px;
    border: 1px solid transparent;
}
.home-billboard .content {
    height: 400px;
    max-width: 900px;
    vertical-align: middle;
    display: table-cell;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 37.5em) {
    .home-billboard .content {
        height: 300px;
    }
}
.home-billboard .content .title {
    font-size: 2.1875em;
    width: 100%;
    float: left;
}
@media screen and (max-width: 37.5em) {
    .home-billboard .content .title {
        font-size: 1.5625em;
    }
}
.home-billboard .content .description {
    font-size: 1.25em;
    padding: 0 30px 30px;
    width: 100%;
    float: left;
    line-height: 34px;
}
@media screen and (max-width: 37.5em) {
    .home-billboard .content .description {
        font-size: 1em;
        line-height: 24px;
        margin-top: .3em;
    }
}
.home-service-box {
    width: 100%;
    margin:4em auto;
    text-align: center;
}
.home-service-box .service-box {
    width: 48%;
    display: table;
    height: 285px;
    position: relative;
    margin-right:15px;
    float:left;
}
@media screen and (max-width: 62.5em) {
    .home-service-box .service-box {
        height: auto;
    }
}
@media screen and (max-width: 47.9375em) {
    .home-service-box .service-box {
        margin: 0 0 20px;
        width: 100%;
    }
}
.home-service-box .service-box:last-child {
    margin: 0;
}
.home-service-box .service-box .content {
    display: table-cell;
    height: 320px;
    padding: 50px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    border:solid 5px #eee;
    border-bottom: none;
}
@media screen and (max-width: 1250px) {
    .home-service-box .service-box .content {
        height: 420px;
    }
}
@media screen and (max-width: 820px) {
    .home-service-box .service-box .content {
        height: 460px;
    }
}
@media screen and (max-width: 767px) {
    .home-service-box .service-box .content {
        height: auto;
    }
}
@media screen and (max-width: 62.5em) {
    .home-service-box .service-box .content {
        display: inline-block;
        width: 100%;
    }
}
.home-service-box .service-box .left {
    float: left;
    width: 35%;
}
@media screen and (max-width: 62.5em) {
    .home-service-box .service-box .left {
        width: 100%;
        text-align: center;
    }
}
.home-service-box .service-box .left img {
    max-width: 100%;
}
.home-service-box .service-box .right {
    float: right;
    width: 60%;
}
@media screen and (max-width: 62.5em) {
    .home-service-box .service-box .right {
        width: 100%;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .home-service-box .service-box .right {
        padding-bottom: 0;
    }
}
.home-service-box .service-box h1 {
    font-size: 1.75em;
    color: #003d79;
    line-height: 1.5em;
}
@media screen and (max-width: 47.9375em) {
    .home-service-box .service-box h1 {
        font-size: 1.375em;
    }
}
.home-service-box .service-box li {
    font-size: 1em;
    line-height: 24px;
    position: relative;
    padding-left: 15px;
    font-family: helvetica,
    arial,
    sans-serif;
}
.home-service-box .service-box li:before {
    content: '.';
    position: absolute;
    left: 0;
    top: -7px;
    font-size: 1.75em;
}
.home-service-box .service-box a.link {
    position: absolute;
    left: 0;
    bottom: -42px;
    width: 100%;
    line-height: 42px;
    height: 42px;
    font-family: 'tuffybold',
    sans-serif;
    text-transform: uppercase;
    background: #72c6b9;
    text-align: right;
    padding: 0 25px;
    font-size: 0.9375em;
    letter-spacing: 1px;
    color: #003d79;
}
.home-service-box .service-box a.link:hover {
    background: #ffeb62;
}
@media screen and (max-width: 62.5em) {
    .home-service-box .service-box a.link {
        position: relative;
        display: inline-block;
        bottom: 0px;
    }
}
@media screen and (max-width: 47.9375em) {
    .home-service-box .service-box a.link {
        text-align: center;
        font-size: 0.8125em;
    }
}
.sidebar-section {
    margin: 75px 0px;
    background: #ececec;
    padding: 15px 0;
}
.home-ebook-section {
    width: 100%;
    margin: 75px 0px;
    background: #ececec;
    height: 400px;
}
@media screen and (max-width: 900px) {
    .home-ebook-section {
        margin: 75px 0px 30px 0px;
        height: auto;
    }
}
.home-ebook-section .ebook {
    float: left;
    width: 40%;
    text-align: center;
}
@media screen and (max-width: 47.9375em) {
    .home-ebook-section .ebook {
        width: 100%;
    }
}
.home-ebook-section .ebook img {
    max-width: 100%;
    margin-top: -20px;
}
.home-ebook-section .ebook-details {
    height: 400px;
    vertical-align: middle;
    display: table-cell;
    width: 630px;
}
@media screen and (max-width: 47.9375em) {
    .home-ebook-section .ebook-details {
        width: 100%;
        float: left;
        height: auto;
    }
}
.home-ebook-section .ebook-details h1 {
    font-size: 1.75em;
    color: #72c6b9;
    line-height: 2em;
}
.home-ebook-section .ebook-details h2 {
    font-size: 1.25em;
    color: #003d79;
    font-family: 'tuffy',
    sans-serif;
    line-height: 26px;
    padding-bottom: 10px;
}
.home-ebook-section .ebook-details strong {
    font-family: 'tuffybold',
    sans-serif;
    font-size: 0.875em;
    line-height: 2em;
}
.home-ebook-section .ebook-details ul {
    padding-bottom: 20px;
}
.home-ebook-section .ebook-details ul li {
    font-size: 0.875em;
    line-height: 24px;
    position: relative;
    padding-left: 15px;
    font-family: helvetica,
    arial,
    sans-serif;
}
.home-ebook-section .ebook-details ul li:before {
    content: '.';
    position: absolute;
    left: 0;
    top: -7px;
    font-size: 1.75em;
}
@media screen and (max-width: 900px) {
    .home-ebook-section .ebook-details .aqua-button {
        margin-bottom: 30px;
    }
}
.home-solution {
    width: 100%;
    margin:6em auto;
    text-align: center;
    /* Tabs container */
    /* Accordion responsive breakpoint */
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.home-solution .title {
    font-size: 1.75em;
    color: #003d79;
    padding: 0 20px 20px;
}
.home-solution .testimonial-cta {
    width: 100%;
    display: inline-block;
    padding-top: 40px;
}
.home-solution .grey-swath {
    background:#eee;
    padding:1.5em;
}
.home-solution .left-column {
    width: 50%;
    float: left;
    text-align: left;
}
@media screen and (max-width: 73.750em) {
    .home-solution .left-column {
        width: 60%;
    }
}
@media screen and (max-width: 62.500em) {
    .home-solution .left-column {
        width: 100%;
    }
}
@media screen and (max-width: 47.9375em) {
    .home-solution .left-column {
        width: 100%;
    }
}
.home-solution .right-column {
    width: 50%;
    float: left;
    padding: 1em;
    text-align: left;
}
.home-solution .right-column .video-cta {
    display:block;
    border:solid 25px #eee;
    border-right: none;
    border-left: none;
    text-align: center;
    margin: auto;
    cursor: pointer;
}
.home-solution .right-column .video-cta:hover {
    border:solid 25px #72c6b9;
    border-right: none;
    border-left: none;
}
.home-solution .right-column .video-cta img {
    width: 100%;
    height: auto;
    margin-bottom:-4px;
}
@media screen and (max-width: 73.750em) {
    .home-solution .right-column {
        width: 40%;
    }
}
@media screen and (max-width: 62.500em) {
    .home-solution .right-column {
        width: 100%;
        text-align: center;
    }
    .home-solution .right-column .video-cta {
        display: inline-block;
    }
    .home-solution .right-column .video-cta img {
        width: auto;
    }
}
@media screen and (max-width: 42.500em) {
    .home-solution .right-column .video-cta img {
        width: 100%;
    }
}
@media screen and (max-width: 47.9375em) {
    .home-solution .right-column {
        width: 100%;
    }
}
.home-solution .right-column .sub-title {
    font-size: 1.25em;
    color: #72c6b9;
    font-family: 'tuffybold',
    sans-serif;
    padding-bottom: 10px;
}
.home-solution .right-column .list {
    font-size: 1.125em;
}
.home-solution .right-column .list li {
    padding-bottom: 7px;
    color: #333333;
}
.home-solution .right-column .list li .icon {
    font-size: 1.5em;
    color: #003d79;
    padding-right: 10px;
}
.home-solution .r-tabs {
    position: relative;
}
.home-solution .r-tabs .r-tabs-nav {
    margin: 0 0 0 30px;
    padding: 0;
}
.home-solution .r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    display: inline-block;
    margin: 0;
    list-style: none;
}
.home-solution .r-tabs .r-tabs-nav .r-tabs-anchor {
    display: inline-block;
    padding: 15px 10px;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 1px;
    color: #bfbfbf;
    text-transform: uppercase;
}
@media screen and (max-width: 79.375em) {
    .home-solution .r-tabs .r-tabs-nav .r-tabs-anchor {
        font-size: 13px;
    }
}
.home-solution .r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: 0.5;
}
.home-solution .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #003d79;
    border-bottom:1px solid #003d79;
}
.home-solution .r-tabs .r-tabs-panel {
padding: 25px 40px 20px;
    display: none;
}
.home-solution .view-all {
    padding: 0 40px 20px;
    text-align: center;
}
.home-solution .view-all a {
    color: #888888;
}
.home-solution .view-all a:hover {
    color: #003d79;
}
@media only screen and (max-width: 767px) {
    .home-solution .view-all {
        padding: 40px 40px 20px;
    }
}
@media screen and (max-width: 37.5em) {
    .home-solution .r-tabs .r-tabs-panel {
        padding: 10px;
    }
}
.home-solution .r-tabs .r-tabs-panel .content {
    font-size: 1em;
    line-height: 25px;
    position: relative;
    padding-left: 25px;
    color: #333333;
    font-family: helvetica,
    arial,
    sans-serif;
}
@media screen and (max-width: 1100px) {
    .home-solution .r-tabs .r-tabs-panel .content {
        font-size: 1em;
        line-height: 26px;
    }
}
@media screen and (max-width: 37.5em) {
    .home-solution .r-tabs .r-tabs-panel .content {
        font-size: 1em;
        line-height: 26px;
    }
}
.home-solution .r-tabs .r-tabs-panel .content .icon {
    color: #bfbfbf;
    font-size: 0.8125em;
    padding-left: 10px;
}
.home-solution .r-tabs .r-tabs-panel .content .it-icon-left-quote {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
}
.home-solution .r-tabs .r-tabs-panel .about-testimonials {
    width: 100%;
    display: inline-block;
    padding: 20px 0 0 20px;
}
.home-solution .r-tabs .r-tabs-panel .about-testimonials .left {
    float: left;
    width: auto;
    margin-right: 20px;
}
.home-solution .r-tabs .r-tabs-panel .about-testimonials .right {
    float: left;
    width: auto;
    max-width: 400px;
}
.home-solution .r-tabs .r-tabs-panel .about-testimonials .right .name {
    color: #888888;
    display: block;
    font-size: 1em;
}
.home-solution .r-tabs .r-tabs-panel .about-testimonials .right .position {
    color: #888888;
    display: block;
    font-size: 0.8125em;
    font-weight: 600;
}
.home-solution .r-tabs .r-tabs-panel .about-testimonials .right .company-name {
    color: #888888;
    display: block;
    font-size: 0.8125em;
}
.home-solution .r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}
.home-solution .r-tabs .r-tabs-accordion-title {
    display: none;
}
@media screen and (max-width: 47.9375em) {
    .home-solution .r-tabs .r-tabs-accordion-title {
        background: #003d79;
        border-bottom: 1px solid #fff;
        border-radius: 10px;
    }
    .home-solution .r-tabs .r-tabs-accordion-title.r-tabs-state-active {
        background: #72c6b9;
    }
}
.home-solution .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    font-weight: bold;
    text-decoration: none;
}
@media screen and (max-width: 47.9375em) {
    .home-solution .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
        color: #fff;
    }
}
@media screen and (max-width: 47.9375em) {
    .home-solution .r-tabs .r-tabs-accordion-title.r-tabs-state-active {
        border: none;
    }
}
.home-solution .r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}
@media only screen and (max-width: 767px) {
    .home-solution .r-tabs .r-tabs-nav {
        display: none;
    }
    .home-solution .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}
.home-solution .grid {
    clear: both;
    margin:20px 0 0;
}
.home-solution .grid h1 {
    font-size: 1.25em;
    color: #72c6b9;
    font-family: 'tuffybold',
    sans-serif;
    padding-bottom: 10px;
    padding:2em;
}
.home-solution .grid li {
    text-align: center;
    border:solid 1px #eee;
    float:left;
    width:33%;
    background:#fff;
}
.home-solution .grid li a {
    display: block;
    min-height: 140px;
    padding: 1em;
    border:solid 1px #fff;
    cursor: pointer;
    color:#333;
    font-size:.85em;
}
.home-solution .grid li span {
    font-size: 3em;
    color: #72c6b9;
    display: block;
    padding:0 0 15px;
}
@media screen and (min-width:48em) {
    .home-solution .grid {
        margin: -16px 0 0;
    }
    .home-solution .grid li {
        width: 16.6666%;
    }
    .home-solution .grid li a {
        min-height: 170px;
        font-size: 1em;
    }
    .home-solution .grid li:hover a {
        border: solid 10px #72c6b9;
    }
}
@media only screen and (max-width: 500px) {
    .home-solution .grid li {
        width: 100%;
    }
}

/* I&T Services Overview */

.page-id-4955 .full-column li {
    border: 1px solid #ccc;
    display: inline-block;
    line-height: 1.8em;
    margin: 1%;
    padding: 2% 10%;
    text-align: center;
    width: 47%;
    height: 225px;
    vertical-align: top;
}
@media screen and (max-width:600px){
    .page-id-4955 .full-column li {
        width: 100%;
    }
}

/*  ==========================================================================
     10. BLOG PAGE
    ==========================================================================  */
.blog-container {
    width: 100%;
    padding: 60px 0;
}
.blog-container .container {
    max-width: 1300px;
}
.blog-container .blog-left-column {
    width: 60%;
    float: left;
}
@media screen and (max-width: 47.9375em) {
    .blog-container .blog-left-column {
        width: 100%;
        margin-bottom: 25px;
    }
}
.blog-container .blog-left-column .cat-title {
    font-size: 1.75em;
    font-weight: 500;
    color: #003d79;
    line-height: 22px;
    padding-bottom: 30px;
}
.blog-container .blog-left-column article {
    width: 100%;
    float: left;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.blog-container .blog-left-column article .left {
    width: 30%;
    float: left;
    margin-right: 5%;
}
@media screen and (max-width: 30em) {
    .blog-container .blog-left-column article .left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}
.blog-container .blog-left-column article .left img {
    border: 3px solid #bfbfbf;
    max-width: 100%;
}
.blog-container .blog-left-column article .right {
    float: left;
    width: 65%;
}
@media screen and (max-width: 30em) {
    .blog-container .blog-left-column article .right {
        width: 100%;
    }
}
.blog-container .blog-left-column article h2 {
    font-size: 1.75em;
    font-weight: 500;
    color: #003d79;
    padding-bottom: 10px;
}
.blog-container .blog-left-column article h2 a:hover {
    color: #72c6b9;
}
.blog-container .blog-left-column article p {
    font-size: 0.875em;
    line-height: 24px;
    padding-bottom: 20px;
}
.blog-container .blog-left-column article .actions {
    width: 100%;
    display: inline-block;
}
.blog-container .blog-left-column article .actions .more {
    float: left;
    font-family: 'tuffybold',
    sans-serif;
    font-size: 0.8125em;
    text-transform: uppercase;
    padding-top: 4px;
}
.blog-container .blog-left-column article .actions .more:hover {
    color: #72c6b9;
}
.blog-container .blog-left-column article .actions .shares {
    float: right;
}
.blog-container .blog-left-column article .actions .shares a {
    color: #888888;
    float: left;
    padding-left: 5px;
}
.blog-container .blog-left-column article .actions .shares a:hover {
    color: #72c6b9;
}
.blog-container .blog-left-column article .actions .shares .share-text {
    float: left;
    color: #888888;
    padding-right: 10px;
}
.blog-container .blog-left-column .no-image .right {
    width: 100%;
}
.blog-container .pagination {
    width: 100%;
    float: left;
    font-size: 1.125em;
    color: #888888;
}
.blog-container .pagination a {
    color: #888888;
}
.blog-container .pagination a:hover {
    color: #003d79;
}
.blog-container .pagination .current {
    color: #003d79;
}
.blog-container .blog-right-column {
    background: #ececec;
    width: 35%;
    margin-left: 5%;
    float: left;
    padding: 35px;
}
@media screen and (max-width: 47.9375em) {
    .blog-container .blog-right-column {
        width: 100%;
        margin: 0;
    }
}
.blog-container .blog-right-column .blog-sidebar {
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 30px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.blog-container .blog-right-column .blog-sidebar .title {
    font-size: 1.5625em;
    font-weight: 500;
    color: #003d79;
    line-height: 22px;
    padding-bottom: 15px;
}
.blog-container .blog-right-column .blog-sidebar:last-child {
    border: none;
    padding: 0;
    margin: 0;
}
.blog-container .blog-right-column .blog-search .search-form {
    background: #e0e0e0;
    line-height: 30px;
    width: 100%;
    float: left;
}
.blog-container .blog-right-column .blog-search .search-form .icon {
    padding: 10px 10px 10px 20px;
    background: none;
    border: none;
    float: left;
    font-size: 1.5625em;
    color: #888888;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    line-height: 10px;
}
.blog-container .blog-right-column .blog-search .search-form .search-form-field {
    padding: 10px;
    background: none;
    border: none;
    width: 70%;
    float: left;
    font-size: 1.25em;
    outline: none;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #e0e0e0 inset;
}
.blog-container .blog-right-column .blog-search .search-form .search-form-field:focus {
    background: none;
}
@media screen and (max-width: 815px) and (min-width: 768px) {
    .blog-container .blog-right-column .blog-search .search-form .search-form-field {
        width: 60%;
    }
}
.blog-container .blog-right-column .blog-newsletter .gform_wrapper {
    margin: 0;
    max-width: 100%;
}
.blog-container .blog-right-column .blog-newsletter .gform_wrapper .top_label .gfield_label {
    display: none;
}
.blog-container .blog-right-column .blog-newsletter .gform_wrapper .top_label input.medium {
    width: 100%;
    background: #e0e0e0;
    line-height: 30px;
    border: none;
    padding: 10px;
    font-size: 1.25em;
}
.blog-container .blog-right-column .blog-newsletter .gform_wrapper .gform_footer {
    margin: 0;
}
.blog-container .blog-right-column .blog-newsletter .gform_wrapper div.validation_error {
    border: none;
    color: #ff0000;
    font-size: 0.875em;
    font-weight: 300;
    margin: 0;
    padding: 0;
    width: 100%;
}
.blog-container .blog-right-column .blog-newsletter .gform_wrapper li.gfield.gfield_error {
    background: none;
    border: none;
    width: 100%;
}
.blog-container .blog-right-column .blog-newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    max-width: 100%;
    margin-left: 0;
}
.blog-container .blog-right-column .blog-newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    max-width: 100%;
    margin-left: 0;
    color: #ff0000;
    font-size: 0.875em;
    font-weight: 300;
}
.blog-container .blog-right-column .blog-newsletter .gform_wrapper .gform_footer input.button {
    border-radius: 30px;
    color: #003d79;
    padding: 10px 20px;
    font-family: 'tuffybold',
    sans-serif;
    font-size: 0.9375em;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    border: 2px solid #72c6b9;
    color: #72c6b9;
}
.blog-container .blog-right-column .blog-newsletter .gform_wrapper .gform_footer input.button:hover {
    border: 2px solid #ffeb62;
    color: #ffeb62;
}
.blog-container .blog-right-column .blog-newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-bottom: 0 !important;
}
.blog-container .blog-right-column .blog-newsletter .gform_validation_error .gform_footer {
    padding: 0;
}
.blog-container .blog-right-column .blog-category .category-list li {
    padding-bottom: 10px;
}
.blog-container .blog-right-column .blog-category .category-list li a {
    color: #333333;
    font-size: 0.875em;
}
.blog-container .blog-right-column .blog-category .category-list li a:hover {
    color: #003d79;
}
.blog-container .blog-right-column .blog-popular-post .popular-list .list {
    padding-bottom: 20px;
}
.blog-container .blog-right-column .blog-popular-post .popular-list .list h2 {
    font-family: 'tuffybold',
    sans-serif;
    font-size: 1em;
    color: #003d79;
    line-height: 25px;
    padding-bottom: 5px;
}
.blog-container .blog-right-column .blog-popular-post .popular-list .list h2 a:hover {
    color: #72c6b9;
}
.blog-container .blog-right-column .blog-popular-post .popular-list .list p {
    font-size: 0.875em;
    line-height: 24px;
    padding-bottom: 10px;
}
.blog-container .blog-right-column .blog-popular-post .popular-list .list:last-child {
    padding-bottom: 0;
}
.blog-container .blog-right-column .blog-popular-post .popular-list .list .actions {
    width: 100%;
    display: inline-block;
}
.blog-container .blog-right-column .blog-popular-post .popular-list .list .actions .more {
    float: left;
    font-family: 'tuffybold',
    sans-serif;
    font-size: 0.8125em;
    text-transform: uppercase;
    padding-top: 4px;
}
.blog-container .blog-right-column .blog-popular-post .popular-list .list .actions .more:hover {
    color: #72c6b9;
}
.blog-container .blog-right-column .blog-popular-post .popular-list .list .actions .shares {
    float: right;
}
.blog-container .blog-right-column .blog-popular-post .popular-list .list .actions .shares a {
    color: #888888;
    float: left;
    padding-left: 5px;
}
.blog-container .blog-right-column .blog-popular-post .popular-list .list .actions .shares a:hover {
    color: #72c6b9;
}
.blog-container .blog-right-column .blog-popular-post .popular-list .list .actions .shares .share-text {
    display: none;
}
.blog-details .blog-left-column article {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.blog-details .blog-left-column article p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 0;
}
.blog-details .blog-left-column article .author-name {
    border-left: 1px solid;
    display: inline-block;
    line-height: 16px;
    margin-left: 10px;
    padding-left: 10px;
}
.blog-details .blog-left-column .category-block {
    width: 100%;
    display: inline-block;
    padding: 5px 0 15px;
    color: #888888;
}
.blog-details .blog-left-column .category-block .category {
    float: left;
}
.blog-details .blog-left-column .category-block .category a {
    color: #888888;
}
.blog-details .blog-left-column .category-block .category a:hover {
    color: #003d79;
}
.blog-details .blog-left-column .category-block .share {
    float: right;
}
@media screen and (max-width: 500px) {
    .blog-details .blog-left-column .category-block .share {
        width: 100%;
        margin-top: 15px;
    }
}
.blog-details .blog-left-column .category-block .share a {
    color: #888888;
}
.blog-details .blog-left-column .category-block .share a:hover {
    color: #003d79;
}
.blog-details .blog-left-column .bottom-shares {
    padding: 20px 0;
}
.blog-details .blog-left-column .bottom-shares .share {
    float: right;
}
.blog-details .blog-left-column .bottom-shares .share a {
    color: #888888;
}
.blog-details .blog-left-column .bottom-shares .share a:hover {
    color: #003d79;
}
.blog-details .blog-left-column .img-block {
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;
}
.blog-details .blog-left-column .img-block img {
    max-width: 100%;
    border: 3px solid #bfbfbf;
}

/*# sourceMappingURL=style.css.map */
.sidebar-section.contact-container .top_label input.medium {
    width: 100%;
}
.sidebar-section .gfield {
    margin: 10px;
}
.sidebar-section .ginput_container textarea {
    width: 100%;
}
.sidebar-section input[type=submit] {
    width: 100%;
}
li.video-block {
    width: 33.3%;
    padding: 0 10px;
}
li.video-block:last-child {
    padding-right: 0;
}
.video-info strong {
    color: #1b4175;
    font-size: 18px;
}
.video-info {
    width: 85%;
    margin: auto;
    margin-top: 15px;
    text-align: left;
    margin-bottom: 75px;
}
.video-info p {
    color: #8C8C8C;
    font-size: 14px;
height: 37px;
    margin-top: 10px;
}
.black {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    background: url('images/black.png') center;
}
.black:hover {
    opacity: .75;
}
.vidOvr {
    position: relative;
    z-index: 5;
    margin-top: 50%;
    margin: 20% auto;
    display: block;
    opacity: 1;
}
.bar h2 {
    margin-bottom: 20px;
}

/* end of blog post form */
.eobpForm {
    background:#ccc;
    border: 1px solid #333;
    border-bottom: none;
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.eobp-privacy {
    cursor: pointer;
    width: 100%;
    display: block;
    background-color: #CCC;
    border: 1px solid #000;
    border-top: 0px;
    padding: 0 15px 25px 25px;
}

.eobpForm .gform_wrapper .gform_body li {
    list-style-type: none;
    width: 50%;
    display: inline-block;
}
.eobpForm .gform_wrapper .gform_body,
.eobpForm .gform_wrapper .gform_footer {
    padding: 2%;
    padding-bottom: 0;
}
.eobpForm .gform_wrapper .gform_body li input,
.eobpForm .gform_wrapper .gform_body li select {
    width: 95%;
}
.eobpForm .gform_wrapper li:before {
    content: "";
}
.eobpForm .gform_wrapper .gform_body li:nth-last-child(2) {
    width: 100%;
}
.eobpForm .gfield_checkbox li,
.eobpForm .gfield_checkbox li label {
    width: 90% !important;
    font-size: 15px;
    position: relative;
    top: 3px;
}
.eobpForm .gfield_checkbox input {
    margin-right: 15px;
    margin-top: 8px !important;
}
.eobpForm .gform_wrapper .gform_body li:nth-last-child(2) label {
    float: left;
    text-align: left;
}
.eobpForm .gform_footer input {
    background: #72c6b9 none repeat scroll 0 0;
    border-radius: 30px;
    color: #003d79;
    display: inline-block;
    font-family: "tuffybold",
    sans-serif;
    font-size: 0.9375em;
    letter-spacing: 1px;
    padding: 18px 45px;
    text-transform: uppercase;
    border: none;
}
.eobpForm .gform_footer input:hover {
    border: none;
    background: #ffeb62;
}

.page-template-page-thank-you-php .ebook-article {
    width: 90%;
}

li.cat-item.cat-item-1 {
    display: none;
}

/* Home Logos */

.home_logo_container {
    width: 33.33%;
    float: left;
    text-align: center;
    height: 170px;
}

.home_logo_container img {
    height: 100%;
}

/* Sidebar CTA */

.ebook-sidebar {
    max-width: 293px;
    padding: 30px;
    text-align: center;
    margin: auto;
}

.ebook-sidebar h1 {
    color: #003d79;
    font-family: tuffyregular, sans-serif;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 15px;
}

.ebook-sidebar p {
    color: #72b6ac;
    font-family: tuffybold, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 25px;
}

.ebook-sidebar img {
    width: 100%;
}

.ebook-sidebar .aqua-button {
    padding: 18px 20px;
}

@media screen and (max-width: 767px) {
    .ebook-sidebar {
        display: none;
    }
}

.item {
    padding: 30px;
    margin-bottom: 45px;
    font-size: 14px;
    text-align: left;
}

.item p {
    padding-top: 15px;
}

.home_logo_image {
    width: 100%;
    min-height: 150px;
}

@media screen and (max-width: 767px) {
    .home_logo_container {
        width: 100%;
        height: 100%;
        float: none;
    }
    .item {
        margin-bottom: 0;
        margin-top: 15px;
        border: solid 5px #eee;
        font-size: 16px;
    }
    .home-service-box {
        margin: 1em auto;
    }
}

#gform_wrapper_6 .gfield_required {
    display: none;
}


/*  ==========================================================================
     11. CONTACT PAGE
    ==========================================================================  */

.contact .container {
    max-width: 1380px;
}

.contact .content {
    text-align: center;
}

.contact h2 {
    color: #003d79;
    font-size: 1.65em;
    margin-bottom: 5px;
}

.contact h3 {
    color: #003d79;
    font-size: 1.4em;
    font-weight: 300;
    margin-bottom: 20px;
    font-family: 'tuffyregular';
}

.contact p {
    margin: 0 0 1em 0;
}

.contact .info {
    margin-top: 50px;
}


@media screen and (min-width: 1200px) {

    .contact .grid-item {
        width: 50%;
        margin-right: 0;
        float: right;
    }

    .contact .grid-item:nth-child(2) {
        width: calc(50% - 50px);
        margin-right: 50px;
        float: left;
    }

}

.contact .row {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: left;
}

.contact .row:last-of-type {
    border-bottom: 0;
}

.contact .row h3 {
    text-align: center;
}

.contact .contact-item {
    line-height: 1.5;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.contact .contact-item svg {
    fill: #71c5b9;
}

@media screen and (min-width: 600px) {

    .contact .row h3 {
        text-align: left;
    }

    .contact .contact-item {
        width: calc(33.3% - 20px);
        float: left;
        margin-right: 20px;
        font-size: 0.9em;
        text-align: left;
    }

    .contact .contact-item:nth-of-type(3n) {
        margin-right: 0;
        width: 33%;
    }

    .contact .contact-item:nth-of-type(3n + 4) {
        clear: left;
    }

    .contact .contact-item.has-icon {
        padding-left: 30px;
    }

    .contact .contact-item svg {
        position: absolute;
        top: 8px;
        left: 0;
    }
}

.contact .customer-link {
    text-align: center;
}


.contact .contact-item .title {
    font-size: 24px;
}

.contact .customer-link .title {
    font-size: 20px;
}

.contact .customer-link .icon {
    height: 50px;
    position: relative;
    margin-bottom: 10px;
}

.contact .customer-link .icon img {
      position: absolute;
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
}

.contact .contact-item p {
    margin: 0;
}

.contact .contact-item a {
    color: inherit;
    text-decoration: underline;
}

.contact .contact-item a:hover {
    color: #003d79;
}

.contact .gform_wrapper {
    background: #003d79;
    color: #fff;
    margin: 0 0 20px 0;
}

.contact .gform_wrapper .gform_heading {
    background: rgba(0,0,0,0.3);
    text-align: center;
    padding: 40px;
}

.contact .gform_wrapper .gform_description {
    font-size: 28px;
    margin: 0;
}

.contact .gform_wrapper .gform_body {
    padding: 10px 45px;
}

.contact .gform_wrapper .gform_footer {
    padding: 0 40px 40px 40px;
    text-align: center;
}


.contact .gform_wrapper ul.gform_fields li.gfield {
    width: 100%; 
}

@media screen and (min-width: 600px) {

    .contact .gform_wrapper ul.gform_fields li.gfield {
        width: 48%;
        float: left;
        margin-top: 0;
        position: relative;
        padding-right: 0;
        clear: none;
    }

    .contact .gform_wrapper ul.gform_fields li.gfield:nth-child(even) {
        float: right;
    }

}

.contact .gform_wrapper ul.gform_fields li.gfield .gfield_label {
    display: inline;
    font-size: 16px;
}

.contact .gform_wrapper ul.gform_fields li.gfield:before {
    display: none;
}

.contact .gform_wrapper ul.gform_fields li.gfield input,
.contact .gform_wrapper ul.gform_fields li.gfield select,
.contact .gform_wrapper ul.gform_fields li.gfield textarea {
    color: #444;
    width: 100%;
    border: 0;
    background-color: #fff;
    border-radius: 0!important;
}

.contact .gform_wrapper ul.gform_fields li.gfield select {
    padding: 5px 10px;
}

.contact .gform_wrapper ul.gform_fields li.gfield.full-width {
    width: 100%;
}

.contact .gform_wrapper .gfield_required {
    color: #72c6b9;
}

.contact .gform_wrapper .ginput_container_checkbox {
    position: relative;
    margin-top: 0!important;
}

.contact .gform_wrapper .gform_body .gfield_checkbox li {
    text-indent: 0;
}

.contact .gform_wrapper .gform_body .gfield_checkbox label {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    width: 90%;
    min-height: 35px;
    padding-left: 40px;
}

.contact .gform_wrapper .gfield_checkbox input {
    display: none!important;
}

.contact .gform_wrapper .gfield_checkbox label:before {
    display: block;
    content: '';
    width: 25px;
    height: 25px;
    background: #efefef;
    position: absolute;
    left: 0;
    top: 5px;
}

.contact .gform_wrapper .gfield_checkbox label:after {
    display: block;
    content: url('images/checkbox.png');
    position: absolute;
    top: 7px;
    left: 5px;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}

.contact .gform_wrapper .gfield_checkbox input:checked + label:before {
    box-shadow: 0 0.5px 0 0.5px rgba(0,0,0,0.1);
}

.contact .gform_wrapper .gfield_checkbox input:checked + label:after{
    transform: scale(1);
}

.contact .gform_wrapper .gfield_checkbox label:hover {
    cursor: pointer;
}

.contact .gform_wrapper .validation_error,
.contact .gform_wrapper .validation_message {
    color: #72c6b9;
    border: 0;
    padding: 0;
}

.contact .gform_wrapper .validation_message {
    position: absolute;
    right: 0;
    bottom: -20px;
    font-size: 12px;
    text-align: right;
}

.contact .gform_wrapper li.gfield.gfield_error {
    border: 0;
    padding: 0;
    background: none;
}

.contact .gform_wrapper .gfield_error .gfield_label {
    color: #fff;
}

.contact .gform_wrapper li.gfield_error input {
    border: 0!important;
}

.contact .gform_wrapper input.button {
    border: 0;
    background: #72c6b9;
    color: #003d79;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.contact .gform_wrapper input.button:hover {
    background: #ffeb62;
}

.contact .toggle-privacy {
    margin-bottom: 10px;
    display: block;
}
.contact .privacy-policy {
    width: 100%;
}

.custom_Help_container,
 .chc_top
{
        width: 100%;
        clear: both;
line-height: 1.8em;
float:left;
}
.chc_top_left, .chc_top_right
{
        display: inline-block;
        vertical-align: top;
        width: 48%;
        text-align:center;
}
.custom_Help_container ul 
{
list-style-type: disc;
list-style-position: inside;
}
.video .custom_Help_container iframe
{
    float: right;
    width: 41%;
    margin-top: -370px;
	height: 785px;
}

@media screen and (max-width: 800px) {
.chc_top_left, .chc_top_right
{
        display: block;
        vertical-align: top;
        width: 100%;
        text-align:center;
}
}

.chc_top2{
width:46%;}

.page.page-id-6236 .home-ebook-section,
.page.page-id-6236 .news-events-section
{
display : none;
}

.image-right-ebook {
    float: right;
}

.image-left-ebook h2 {
    color: #003d79;
    font-size: 1.875em;
    margin-bottom: 20px;
    text-align: left;
}

.image-left-ebook h4 {
    color: rgb(114, 198, 185);
    font-size: 1em;
}

.image-left-ebook p {
    font-size: 1em;
    line-height: 24px;
    padding-bottom: 20px;
    text-align: justify;
    width: 100%;
}

.image-left-ebook li {
    margin-left: 38px;
    list-style-type: disc;
    margin-bottom: 2px;
}

.image-left-ebook ul {
    margin-bottom: 20px;
}

.page.page-id-6236  .home-ebook-section,  .page.page-id-6236 .news-events-section  {
    display: none;
}


.page.page-id-6561 .home-ebook-section, .page.page-id-6561 .news-events-section, .page.page-id-6561 nav#main-menu, .page.page-id-6575 .home-ebook-section, .page.page-id-6575 .news-events-section, .page.page-id-6575 nav#main-menu, .page.page-id-6578 .home-ebook-section, .page.page-id-6578 .news-events-section, .page.page-id-6578 nav#main-menu, .page.page-id-6592 .home-ebook-section, .page.page-id-6592 .news-events-section, .page.page-id-6592 nav#main-menu, .page.page-id-6589 .home-ebook-section, .page.page-id-6589 .news-events-section, .page.page-id-6589 nav#main-menu, 
.page.page-id-6586 .home-ebook-section, .page.page-id-6586 .news-events-section, .page.page-id-6586 nav#main-menu{
    display: none;
} 

.page.page-id-6757 .header .top-contact, .page.page-id-6747 .header .top-contact, .page.page-id-6561 .header .top-contact, .page.page-id-6575 .header .top-contact, .page.page-id-6578 .header .top-contact, .page.page-id-6592 .header .top-contact, .page.page-id-6589 .header .top-contact, 
.page.page-id-6586 .header .top-contact {
    padding: 32px 0 15px;
}


.download-ebook-text {
    text-align: center;
    margin-bottom: 20px;
}

.page.page-id-6618 .home-ebook-section, .page.page-id-6615 .home-ebook-section, .page.page-id-6612 .home-ebook-section, .page.page-id-6609  .home-ebook-section, .page.page-id-6599 .home-ebook-section, .page.page-id-6621 .home-ebook-section {
display: none;
}

.download-ebook-page {
    text-align: center;
}

.ebook-landing-right {
    float: left;
    width: 33%;
    padding: 0px 0px 0px 46px;
    margin-left: 30px;
}

.ebook-landing-left {
    float: left;
    width: 65%;
}


/* Media Queries for Landing Pages */
@media screen and (max-width:1600px) and (min-width:1200px) {
.ebook-landing-left {
    width: 64% !important;
}
.ebook-landing-right {
    width: 33% !important;
    padding: 0px 0px !important;
}
}

@media screen and (max-width:1199px) and (min-width:960px) {
.ebook-landing-right {
    width: 38% !important;
    padding: 0px 0px !important;
}
.ebook-landing-left {
    width: 58% !important;
}
}

@media screen and (max-width:959px) {
.ebook-landing-left {
    float: left !important;
    width: 100% !important;
}
.ebook-landing-right {
    float: left !important;
    width: 100% !important;
    padding: 0px !important;
    margin-left: 0px !important;
}
.ebook-landing-right iframe {
    width: 100% !important;
}
}

@media screen and (max-width:505px) {
.image-right-ebook {
    float: none !important;
    margin-top: -84px;
}
}

.ebook-forms .dfbeb input.dfbti, .dfbeb select, .dfpfa textarea {
    height: 44px !important;
    font-size: 17px !important;
}

.ebook-forms label.dfbcbl {
    font-size: 17px !important;
    padding: 16px 0px 4px 0px;
}

.ebook-forms.item-page h1 {
    padding: 34px 20px;
}

.ebook-landing-right iframe {
    height: 750px !important;
}

/* Resources Mega nav */
.megaNav2 {
    background: #eee;
    position: absolute;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    display: none;
}

.megaNav2 .wrapper {
    max-width: 1180px;
    margin: 0 auto;
    float: none;
    padding: 20px 0;
}
.megaNav2 .col3 {
    width: 32%;
    display: inline-block;
    vertical-align: top;
}
.megaNav2 .col3:first-child {
    margin-right: 35px;
}
.megaNav2 .col3 a {
    color: #333;
    line-height: 1.8em;
    font-size: 16px;
    padding: 6px 8px;
    margin-left: -8px;
    font-weight: 100;

}
.megaNav2 .col3 a:hover {
    color: #fff;
    background: #003d79;
}

.megaNav2 .col3 h2 {
    color: #003d79;
    font-size: 23px;
    margin: 20px 0;
    font-weight: bold;
}
.megaNav2 #menu-item-4963 .icon-chevron-up {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media screen and (max-width:1150px) {
    .megaNav2 .wrapper {
        padding-left: 20px;
    }
}
@media screen and (max-width:600px) {
    .megaNav2 .col3 {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
    }
    .megaNav2 {
        background: #eee;
        position: relative;
        width: 100%;
        z-index: 9999;
        border-bottom: 1px solid #999;
        border-top: 1px solid #999;
        display: none;
    }
    .megaNav2:before {
        content:"X Close";
        position: absolute;
        right: 5px;
        top: 5px;
        color: #000;
        font-size: 20px;
    }

}
.megaNav2 .mega li:first-child a {
    color: #003d79;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
}
.megaNav2 .mega li:first-child:hover a {
    color: #fff;
}
.megaNav2 #menu-resources-submenu-2.mega li:first-child a {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: auto;
}
.megaNav2 #menu-resources-submenu-2.mega li:first-child a:hover {
    color: #fff;
}
/* Resources Mega nav */



/* Ebooks Mega nav */
.megaNav_ebooks {
    background: #eee;
    position: absolute;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    display: none;
}

.megaNav_ebooks .wrapper {
    max-width: 1180px;
    margin: 0 auto;
    float: none;
    padding: 20px 0;
}
.megaNav_ebooks .col3 {
    width: 32%;
    display: inline-block;
    vertical-align: top;
}
.megaNav_ebooks .col3:first-child {
    margin-right: 35px;
}
.megaNav_ebooks .col3 a {
    color: #333;
    line-height: 1.8em;
    font-size: 16px;
    padding: 6px 8px;
    margin-left: -8px;
    font-weight: 100;

}
.megaNav_ebooks .col3 a:hover {
    color: #fff;
    background: #003d79;
}

.megaNav_ebooks .col3 h2 {
    color: #003d79;
    font-size: 23px;
    margin: 20px 0;
    font-weight: bold;
}
.megaNav_ebooks #menu-item-4963 .icon-chevron-up {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media screen and (max-width:1150px) {
    .megaNav_ebooks .wrapper {
        padding-left: 20px;
    }
}
@media screen and (max-width:600px) {
    .megaNav_ebooks .col3 {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
    }
    .megaNav_ebooks {
        background: #eee;
        position: relative;
        width: 100%;
        z-index: 9999;
        border-bottom: 1px solid #999;
        border-top: 1px solid #999;
        display: none;
    }
    .megaNav_ebooks:before {
        content:"X Close";
        position: absolute;
        right: 5px;
        top: 5px;
        color: #000;
        font-size: 20px;
    }

}
.megaNav_ebooks .mega li:first-child a {
    color: #003d79;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
}
.megaNav_ebooks .mega li:first-child:hover a {
    color: #fff;
}
/* Ebooks Mega nav */

.page-id-6747 .home-ebook-section.fadedown.group, .page-id-6757 .home-ebook-section.fadedown.group{
    display: none;
}

.page-id-6747 .news-events-section.group{
    display: none;
}

.page-id-6747 nav#main-menu, .page-id-6757 nav#main-menu{
    display: none;
}

.home_logo_image {
    min-height: 120px !important;
}

.home_logo_container {
    width: 28% !important;
    margin-right: 2.5% !important;
    margin-left: 2.5% !important;
}

/* Resources */
.video-row .video-block .video-info
{
    width: 99%;
}
.video-row .video-block .video-info strong,
.video-row .cus-video-block .video-info strong
{
    width: 65%;
    vertical-align: top;
}
.video-row .video-block .video-info .share,
.video-row .cus-video-block .video-info .share
{
    display: inline-block;
    vertical-align: top;
    width: 31%;
    text-align: right;
}
.video-block .video-info .vtag_container,
.cus-video-block .video-info .vtag_container
{
    margin: 10px 0px 0px;
}
.vtag_container a.v-tags
{
    background: #72c6b9;
    color: #003d79;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 30px;
    color: #003d79;
    padding: 5px 15px;
    font-family: 'tuffybold', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0px 5px 5px 0px;
    display: inline-block;
}
.vtag_container a.v-tags:hover
{
    background: #ffeb62
}
.tax-video-tagging #content .primary .post .article div.video-row div.cus-video-block,
.video-container #content .primary .post .bar ul li.video-block{
    display: inline-block;
    position: relative;
    width : 32.5%;
    vertical-align : top;
    padding : 0 10px;
}
@media screen and (max-width: 767px) {
    .tax-video-tagging #content .primary .post .article div.video-row div.cus-video-block,
    .video-container #content .primary .post .bar ul li.video-block{
        width: 100%;
        margin: 10px auto;
    }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
    .tax-video-tagging #content .primary .post .article div.video-row div.cus-video-block,
    .video-container #content .primary .post .bar ul li.video-block{
        padding: 0 25px;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .tax-video-tagging #content .primary .post .article div.video-row div.cus-video-block {
        width: 49%;
        height: 440px;
        overflow: hidden;
    }
    .video-container #content .primary .post .bar ul li.video-block
    {
        width: 49%;
        height: 500px;
        overflow: hidden;
    }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .tax-video-tagging #content .primary .post .article div.video-row div.cus-video-block {
        width: 49%;
        height: 420px;
        overflow: hidden;
    }
    .video-container #content .primary .post .bar ul li.video-block
    {
        width: 49%;
        height: 490px;
        overflow: hidden;
    }
}
@media screen and (min-width: 1200px){
    .tax-video-tagging #content .primary .post .article div.video-row div.cus-video-block {
        height: 410px;
        overflow: hidden;
    }
    .video-container #content .primary .post .bar ul li.video-block
    {
        height: 490px;
        overflow: hidden;
    }
}
div.cus-video-block .video-info
{
    width: 99%;
}
.video-container .article div.bar
{
    padding-top: 54px;
    padding-bottom: 36px;
}
.video-container .bar-custom
{
    margin: 20px 0px;
    padding: 30px 0px;
}
.video-container .article div.bar .video-info,
.video-container .article div.video-row .video-info
{
    margin-bottom: 0px;
}
footer.footer.group
{
    clear : both;
}

.share {
    height: 45px;
}
.vtag_container {
    position: relative;
    min-height: 35px;
}

.inner_vid {
    position: absolute;
    bottom: 0;
    left: 0;
}

.my_cs_widget b
{
    font-weight: bold;
font-size: 25px;
}
.my_cs_widget p
{
    margin: 10px auto;
}
.my_cs_widget .aqua-button
{
    margin-top: 10px;
}
@media screen and (min-width: 768px)
{
    .my_cs_widget
    {
    padding: 20px 40px 20px;
    }
}
.page-template-page-video-landing-page #content .primary .post .post-content
{
    float: none;
}
body.page-id-6589 #menu-utility-navigation,
body.page-id-6589 footer.footer.group,
body.page-id-6586 #menu-utility-navigation,
body.page-id-6586 footer.footer.group,
body.page-id-6578 #menu-utility-navigation,
body.page-id-6578 footer.footer.group,
body.page-id-6747 #menu-utility-navigation,
body.page-id-6747 footer.footer.group,
body.page-id-6561 #menu-utility-navigation,
body.page-id-6561 footer.footer.group,
body.page-id-6575 #menu-utility-navigation,
body.page-id-6575 footer.footer.group,
body.page-id-6592 #menu-utility-navigation,
body.page-id-6592 footer.footer.group,
.page-id-6889 .home-ebook-section.fadedown.group,
.page-id-6889  .news-events-section.group
{
    display: none;
}
