/*
Theme Name: CCN
Author: Vital Hike Ltd



This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
.banner_perthedi {
  background-image: url("images/2.jpg");
  background-size: cover;
  height: 400px;
  position: relative;
  width: 100%;
  float: left;
  margin-top: 10px;
}

.banner_perthedi .green_button {
  display: inline-block;
}

.banner_perthedi h2 {
  line-height: 36px;
  margin-bottom: 40px;
  font-size: 30px;
}

.black_opacity {
  padding: 0px 20px;
  color: #fff;
  margin-top: 50%;
  transform: translateY(-50%);
}

.related_gov p {
  margin-bottom: 20px;
}

.related_gov ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.cyber_scheme h3 {
  font-weight: 700;
}

.cyber_scheme h2 {
  text-align: center;
  font-size: 30px;
  line-height: 38px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 200;
}

.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.hidden-contact-check {
  display: none;
}

#collapsarch-2 .collapsing div {
  padding-left: 25px;
}
.banner_background {
  text-align: center;
}

.text-center {
  text-align: center !important;
}

#collapsarch-2 a {
  color: #2b3a42;

  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.7px;
  text-decoration: none;
}

.gray_diffrent_backgroud {
  background: #f2f2f2;
}

.sidebar_blog h3 {
  background: #0078b2;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  line-height: 34px;
  margin-bottom: 10px;
}
.social_sidebar li {
  padding: 10px 0px;
  font-size: 10px;
  min-width: 80px;
  margin-bottom: 12px;
}
.social_sidebar li {
  display: inline-block;
  padding: 5px 7px;
  text-align: center;
  font-size: 10px;
  font-weight: 400;

  font-weight: 400;
}

.wp-tag-cloud a {
  padding: 5px 10px;
  background: #eaeaea;
  color: #2b3a42;
  text-decoration: none;
}

.social_sidebar li span {
  background: #209ce7;
  width: 40px;
  line-height: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

.sophosdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url("images/banner-cloud-optix.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: fill;
  background-color: #001834;
}

.sophosbutton {
  margin-bottom: 40px;
}

.sophossection {
  background-color: #001834;
}
.social_share li i {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  background: #209ce7;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}
.team_title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 200;
  color: #1d1d1b;
}
.social_share u {
  text-decoration: none;
}

div.wpcf7-response-output {
  margin: 0px !important;
}
.team_description {
  margin-bottom: 58px;
  margin-top: 18px;
}
.team-photos img {
  margin-bottom: 18px;
}
.search_mobile2 {
  display: none;
}
.blue_text {
  color: #209de8;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.team_jobs {
  font-size: 14px;
  font-weight: 700;
}
.search_mobile input[type="text"] {
  font-size: 14px;
  color: #575756;
}

.blog-title {
  font-size: 30px;
  font-weight: 200;
  color: #363b3e;
  line-height: 38px;
}
.blog-date {
  color: #209ce7;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.page-numbers {
  background: #eaeaea;
  padding: 2px 5px;
}
.next,
.prev {
  background: none;
  text-decoration: none;
}
.search_mobile .fa-search {
  font-size: 16px;
  color: #575756;
}
.service_front .image_node {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.service_front .image_node:hover {
  transform: scale(0.8);
}

.font_17 {
  font-size: 17px;
}

.logo-mobile {
  width: 145px;
  height: 87px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}
input[type="checkbox"] {
  float: left;
  margin: 0px;
  margin-right: 10px;
  -webkit-border-radius: 0px;
  border-radius: 0px;

  background: transparent;
  border: 0;
}

input[type="checkbox"]:after {
  content: " ";
  background-color: #fff !important;
  display: inline-block;
  visibility: visible;
}

input[type="checkbox"]:checked:after {
  content: "\2714";
}

span.wpcf7-list-item {
  margin-left: 0px !important;
}
.background_position {
  background-position: top center;
  background-size: cover;
}

.absolute_vertical_strip {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.embed-container {
  width: 100%;

  height: auto;
  margin: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
  margin-top: 24px;
}

.testimonial_all .testimonial_single:last-child .testimonial-line {
  display: none;
}
.margin-bottom_5 {
  margin-bottom: 5px;
}
.screen-reader-text {
  display: none;
}
.margin-top_44 {
  margin-top: 44px;
}

.margin-top_55 {
  margin-top: 55px;
}
.search_404 input[type="submit"] {
  background: #209fea;
  background: -moz-linear-gradient(top, #209fea 0%, #0078b5100%);
  background: -webkit-linear-gradient(top, #209fea 0%, #0078b5 100%);
  background: linear-gradient(to bottom, #209fea 0%, #0078b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#209fea', endColorstr='#0078b5',GradientType=0 );
  border: none;
  border-radius: 21px;
  padding: 11px 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  margin-left: -25px;
}
.padding-left_15 {
  padding-left: 15px;
}
.padding-right_15 {
  padding-right: 15px;
}
.img-float img {
  float: left;
  max-width: 100%;
}
::-webkit-input-placeholder {
  color: #363b3e;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #363b3e;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #363b3e;
}

:-ms-input-placeholder {
  color: #363b3e;
}

li.footer-links a {
  text-decoration: none;
  color: #fff;
}

.social-icon a {
  color: #fff;
  margin-top: 14px;
  margin-bottom: 20px;
  font-size: 20px;
  margin-right: 15px;
}
.contact-footer {
  font-size: 14px;
  line-height: 24px;
}
.contact-footer a {
  color: #50a2d4;
  text-decoration: none;
}
.social-icon {
  margin-top: 14px;
  margin-bottom: 40px;
}
.located {
  font-weight: 200;
  font-size: 21px;
  line-height: 29px;
}
.background-optional img {
  max-height: 551px;
}
.testimonial_cloud {
  background: #fff;
  border-radius: 14px;
  color: #2580be;
  font-weight: 600;
  padding: 0px 22px;
}

.optional_title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 200;
  margin-bottom: 24px;
  margin-top: 30px;
}

.contact-info {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
}

.contact-info a {
  color: #333333;
  text-decoration: none;
}

.contact-info a:hover {
  color: #20a0eb;
}

.testimonial_bluebackground {
  background: #0078b6;
  color: #fff;
  padding: 48px 26px;
}

.padding_bottom_38 {
  padding-bottom: 38px;
}
.source_font_semi {
  font-weight: 600;
}
h3.testimonial_title {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
}
.testimonial_description p {
  margin-bottom: 24px;
}
.testimonial_single:last-child {
  margin-bottom: 110px;
}

.testimonial-line hr {
  background: #d1d1d1;
  height: 1px;
  margin: 0px 0px 38px 0px;
}

.testimonial_left {
  font-weight: 200;
  font-size: 30px;
  line-height: 38px;
  color: #0078b6;
}
.testimonial_right p {
  margin-bottom: 24px;
}
.testimonial_bluebackground i {
  color: #50a3d5;
  font-size: 25px;
}

.partner_banner {
  background-image: url("images/partners_banner.jpg");
  height: 460px;
  background-position: center center;
  background-repeat: no-repeat;
}

.testimonial_banner {
  background-image: url("images/testimonial-banner.jpg");
  height: 460px;
  background-position: center center;
  background-repeat: no-repeat;
}

.gray_backgroud h3 {
  font-size: 42px;
  font-weight: 200;
  line-height: 38px;
  margin-bottom: 15px;
  color: #20a0eb;
  max-width: 100%;
}
.gray_banner_description {
  font-size: 30px;
  font-weight: 200;
  line-height: 38px;
  margin-bottom: 15px;
  color: #363b3e;
}

.partner_title {
  font-size: 22px;
  font-weight: 200;
  line-height: 33px;
  color: #1d1d1b;
}

.testimonial_cloud i[class^="icon-"] {
  font-size: 27px;
}

.service_front {
  padding-top: 45px;
}

.service_front li {
  padding: 0px 20px;
  margin-bottom: 45px;
}

h3.normal {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}
h3.normal.blue_text {
  color: #0078b6;
}
.margin_bottom_65 {
  margin-bottom: 65px;
}

.margin_top_65 {
  margin-top: 65px;
}
.margin_top_8 {
  margin-top: 8px;
}

.header_tel {
  font-size: 18px;
  line-height: 22px;
  color: #777b80;
  padding-top: 15px;
  padding-bottom: 5px;
}
.header_tel i {
  color: #209fea;
  padding-right: 5px;
  padding-left: 20px;
}
.header_tel a {
  text-decoration: none;
  color: #777b80;
}

ul.with_check {
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  float: left;
}

ul.with_check li {
  margin-bottom: 15px;
  padding-left: 20px;
}

ul.with_check li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #0078b6;
  display: inline-block;

  margin-left: -20px; /* same as padding-left set on li */
  width: 20px; /* same as padding-left set on li */
}

.banner_background {
  padding: 0px 0px;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  height: 460px;
  display: table-cell;
  vertical-align: middle;

  margin: 0 auto;
}

.display_table {
  display: table;
  width: 100%;
  overflow: hidden;
}

.services_home_page i {
  font-size: 35px;
}

.background_it_service h3 {
  font-weight: 200;
  font-size: 30px;
}

.background_it_service h4 {
  font-weight: 400;
  font-size: 22px;
}

.dark_gray_backgroud h3 {
  font-size: 43px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 15px;
}

.margin-bottom_15 {
  margin-bottom: 15px;
}

.margin-bottom_65 {
  margin-bottom: 65px;
}

.margin-top_65 {
  margin-top: 65px;
}

.margin-top_70 {
  margin-top: 70px;
}
.margin-top_22 {
  margin-top: 22px;
}
.padding-top_45 {
  padding-top: 45px;
}
.margin-top_65 {
  margin-top: 65px;
}

.margin-top_35 {
  margin-top: 35px;
}

.margin-top_40 {
  margin-top: 40px;
}
.margin-top_45 {
  margin-top: 45px;
}
.margin-bottom_40 {
  margin-bottom: 40px;
}
.margin-bottom_22 {
  margin-bottom: 22px;
}
.margin-bottom_25 {
  margin-bottom: 25px;
}
.margin-bottom_80 {
  margin-bottom: 80px;
}

.dark_gray_backgroud {
  background: #333333;
  color: #fff;
  padding: 36px 0px;
}
.gray_backgroud {
  background: #dfdfdf;
  padding: 89px 0px;
}

.to_right {
  text-align: right;
}

.blue_button,
.button_white_line,
.green_button,
.orange_button {
  display: inline-block;
  border-radius: 25px;
  height: 42px;
  line-height: 39px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  padding: 0px 35px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}

.orange_button.without_padding,
.blue_button.without_padding,
.green_button.without_padding {
  padding-left: 0px;
  padding-right: 0px;
}

.button_white_line {
  padding: 0px 18px;
}

.description_contact {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
}

.more_padding_button {
  padding: 0px 45px;
}

.containing-table {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.two_lines {
  line-height: 20px;
  /*height: 50px;*/
  padding: 0px 48px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.blue_button {
  background: #209fea; /* Old browsers */
  background: -moz-linear-gradient(top, #209fea 0%, #0078b5100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #209fea 0%,
    #0078b5 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #209fea 0%,
    #0078b5 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#209fea', endColorstr='#0078b5',GradientType=0 ); /* IE6-9 */

  border: none;
}

.green_button {
  background: #55bc62; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #55bc62 0%,
    #39a547 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #55bc62 0%,
    #39a547 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #55bc62 0%,
    #39a547 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55BC62', endColorstr='#39A547',GradientType=0 ); /* IE6-9 */

  border: none;
}

.orange_button {
  background: #ee6d15; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ee6d15 0%,
    #dc4e1b 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ee6d15 0%,
    #dc4e1b 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ee6d15 0%,
    #dc4e1b 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EE6D15', endColorstr='#DC4E1B',GradientType=0 ); /* IE6-9 */

  border: none;
}

.background_it_service {
  background-size: cover;
  min-height: 590px;
  background-position: center center;
  background-repeat: no-repeat;
  //background-color: #016dcf;
  color: #fff;
}

.opacity_85 {
  color: #363b3e;
  background: rgba(255, 255, 255, 0.85);
}
.service_background li a {
  color: #55b962;
}

.service_background_orange li a {
  color: #eb6d15;
  text-decoration: none;
}
.service_background_blue li a {
  color: #0078b2;
  text-decoration: none;
}

.links_pages_title_orange {
  color: #eb6d15;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
}
.links_pages_title_blue {
  color: #0078b2;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
}
.light_gray_background {
  background: #f6fbfe;
  color: #363b3e;
}
.service_background {
  background: #f3f2f2;
  color: #474747;
  padding: 25px 25px;
}
.service_background_orange {
  background: #f3f2f2;
  color: #474747;
  padding: 25px 18px;
}
.service_background_blue {
  background: #f3f2f2;
  color: #474747;
  padding: 25px 18px;
}

.links_pages_title {
  color: #55b962;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
}
.padding-top_60 {
  padding-top: 60px;
}
.padding-top_86 {
  padding-top: 86px;
}

.padding-top_70 {
  padding-top: 70px;
}
.padding-bottom_24 {
  padding-bottom: 24px;
}
.padding-bottom_73 {
  padding-bottom: 73px;
}

.margin-bottom_30 {
  margin-bottom: 30px;
}

.margin-bottom_20 {
  margin-bottom: 20px;
}
.margin-bottom_24 {
  margin-bottom: 24px;
}
.margin-top_48 {
  margin-top: 48px;
}
.description p {
  font-size: 16px;
  font-weight: 400;
  color: #363b3e;
  line-height: 24px;
  margin-bottom: 24px;
}

.testimonial_background {
  background: url("images/testimonial_background.jpg") no-repeat center center;
  min-height: 492px;
}
.team-line hr {
  background-color: #a0a2a7;
  border: 0;
  height: 1px;
  margin: 18px 0px;
}

h1.normal,
h2.like_h1,
.dark_gray_backgroud h4 {
  font-size: 30px;
  font-weight: 200;
  color: #1d1d1b;
  line-height: 38px;
  text-align: center;
}
a.blue-text {
  text-decoration: none;
}
h1.normal span {
  color: #209de8;
  text-transform: capitalize;
}
h2.search-results {
  font-size: 30px;
  font-weight: 200;
  color: #1d1d1b;
  line-height: 38px;
  margin-top: 24px;
  margin-bottom: 24px;
  color: #209de8;
}
a.search-results {
  text-decoration: none;
}

.image_node {
  height: 86px;
  line-height: 86px;
  margin-bottom: 25px;
}

.image_node img {
  vertical-align: bottom;
}

h2.blue_text {
  color: #0986cf;
}

h2.orange_text,
.orange_text i {
  color: #ef6d15;
}

h2.green_text,
.green_text i {
  color: #55bd62;
}

.dark_gray_backgroud h4 {
  color: #fff;
  margin-bottom: 36px;
}
.to_left {
  text-align: left !important;
}

.homepage_banner {
  background-image: url("images/hero.jpg");
  height: 460px;
  background-position: center center;
  background-repeat: no-repeat;
}

.blue_bar {
  background: #0078b5;
  height: 7px;
}

body {
  font-size: 14px;
}

.background_it_service h3 {
  line-height: 38px;
}

.small-max-img img {
  max-width: 100%;
}

.testimonial_vertical_center {
  margin-top: 48px;
}

.margin-top_65 {
  margin-top: 65px;
}

.services_all .services_line:last-child {
  display: none;
}

.benefits_text {
  font-size: 18px;
  color: #333333;
  line-height: 43px;
}

.services_line {
  height: 1px;
  background: #d1d1d1;
  margin-bottom: 68px;
  margin-top: 48px;
}

.background_red {
  border: 1px solid #fff;
  background: red;
}

.image_node {
  height: 98px;
  line-height: 98px;
}

.support_header_mobile {
  background: #ee6d15;
  color: #fff;
}
.mobile_bar .support_header_mobile i {
  font-size: 36px;
}

.mobile_bar i.icon-envelope {
  font-size: 24px;
}
.mobile_bar i.icon-phone {
  font-size: 24px;
}

.header_tel i.icon-envelope {
  font-size: 14px;
}
.header_tel i.icon-phone {
  font-size: 20px;
}

.header_tel {
  line-height: 21px;
}

.mobile_bar a {
  color: #4d4d4d;
  text-decoration: none;
}
.mobile_bar a:hover {
  color: #4d4d4d;
}

.mobile_bar .support_header_mobile a {
  color: #fff;
}

.main-navigation-mobile {
  text-align: center;
  right: 0px;

  width: 90%;
  z-index: 9999;
  position: absolute;
  margin-top: 7px;
  -webkit-box-shadow: -11px 11px 17px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -11px 11px 17px -6px rgba(0, 0, 0, 0.75);
  box-shadow: -11px 11px 17px -6px rgba(0, 0, 0, 0.75);
  z-index: 999999999999 !important;
  display: none;
}

.main-navigation-mobile ul {
  margin: 0;
  text-indent: 0;
}

.main-navigation-mobile ul ul {
  width: 100%;
  right: 0px;
  position: relative;
}
.main-navigation-mobile ul li {
  background: #ededee;
}

.main-navigation-mobile li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #fff;
  text-align: left;
  background: #fff;
}

.main-navigation-mobile li:hover {
  background: #363b3e;
  color: #fff;
}

.main-navigation-mobile li:hover a,
.main-navigation-mobile li:hover span.arrow_down:before {
  color: #fff;
}

.main-navigation-mobile li a {
  width: 96%;
  float: left;
  padding-left: 4%;
}

.main-navigation-mobile li.menu-item-has-children a {
  width: 88%;
  float: left;
  padding-left: 4%;
}

.main-navigation-mobile li a {
  color: #fff;
}

.main-navigation-mobile li a:before {
  content: "";
  font-family: "FontAwesome";
  float: right;
  width: 10%;
  text-align: center;
}

.main-navigation-mobile li.menu-item-has-children a:before {
  content: " ";
}

.main-navigation-mobile li .arrow_down {
  display: none;
}

.main-navigation-mobile li.menu-item-has-children a {
  padding-right: 0px;
}

.main-navigation-mobile li.menu-item-has-children .arrow_down {
  display: block;
}

.main-navigation-mobile li .arrow_down:before {
  content: "";
  font-family: "FontAwesome";
  float: right;
  margin-right: 2%;
  padding-left: 2%;
  width: 10%;
  color: #1d1d1b;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  border-left: 1px solid #fff;
}
.main-navigation-mobile .current-menu-item,
.main-navigation-mobile .current-menu-ancestor,
.main-navigation-mobile .current_page_item,
.main-navigation-mobile .current_page_ancestor .arrow_down:before {
  color: #fff;
}

.main-navigation-mobile li.menu-item-has-children .arrow_down:before {
  content: "\f107";
}
.main-navigation-mobile li.menu-item-has-children.active-menu-item {
  background: #363b3e;
}
.main-navigation-mobile li.menu-item-has-children.active-menu-item a {
  color: #fff;
}
.main-navigation-mobile
  li.menu-item-has-children.active-menu-item
  .arrow_down:before {
  color: #fff;
  content: "\f106";
}

.main-navigation-mobile li.menu-item-has-children.active-menu-item ul {
  border-top: 1px solid #fff;
}

.main-navigation-mobile li.menu-item-has-children ul li a {
  width: 100%;
  float: left;
  padding-left: 6%;

  color: #fff;
  background: #209fea;
}

.main-navigation-mobile li.menu-item-has-children ul li a:hover {
  background: #0078b5;
}

.main-navigation-mobile li.menu-item-has-children ul li a:before {
  content: "";
  font-family: "FontAwesome";
  float: right;
  width: 6%;
  text-align: center;
}

.main-navigation-mobile li.menu-item-has-children ul li .arrow_down {
  display: none;
}

.main-navigation-mobile li a br {
  display: none;
}

.main-navigation-mobile li a {
  line-height: 24px;
}

.main-navigation-mobile li a,
.main-navigation-mobile li {
  display: inline-block;
  text-decoration: none;
}

.main-navigation-mobile li a {
  border-bottom: 0;
  color: #1d1d1b;
  font-size: 16px;

  font-weight: 500;
  line-height: 40px;
}

.main-navigation-mobile li {
  position: relative;
}

.main-navigation-mobile .current-menu-item > a,
.main-navigation-mobile .current-menu-ancestor > a,
.main-navigation-mobile .current_page_item > a,
.main-navigation-mobile .current_page_ancestor > a {
  color: #fff;
  background: #363b3e;
}

.main-navigation-mobile .current-menu-item,
.main-navigation-mobile .current-menu-ancestor,
.main-navigation-mobile .current_page_item,
.main-navigation-mobile .current_page_ancestor {
  background: #363b3e;
}

.main-navigation-mobile li ul li {
  background: #ed7354;
}

.main-navigation-mobile li.current-menu-item ul li {
  background: #ed7354;
}

.paragraph_left {
  color: #0078b5;
  font-size: 30px;
  line-height: 38px;
  font-weight: 200;
}

.paragraph_left p {
  margin-bottom: 25px;
}

.max-img img {
  max-width: 100%;
}

.mobile_bar {
  height: 58px;

  background: #f0f0f0;
  color: #4d4d4d;
  position: relative;
  width: 100%;
  float: left;
}

.mobile_bar i {
  line-height: 58px;
  font-size: 26px;
}

.description_smaller_bottom p {
  margin-bottom: 20px;
}

.description_smaller_bottom ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 25px;
}

h2.like_h1.blue_light_text {
  color: #0078b5;
}

.margin-bottom_70 {
  margin-bottom: 70px;
}

.margin-top_60 {
  margin-top: 60px;
}

.white_background {
  background: rgba(255, 255, 255, 0.9);
}

.background_strip {
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 460px;
  background-size: cover;
}

.banner_background {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
}

.opacity_70 {
  background: rgba(255, 255, 255, 0.7);
  min-height: 300px;
}

.margin-bottom_14 {
  margin-bottom: 14px;
}

.margin-bottom_24 {
  margin-bottom: 24px;
}

.background_benefits {
  background: url("images/tropical-horizon.png") top left;

  background: #2e698f; /* Old browsers */
  background: -moz-linear-gradient(
    45deg,
    #2e698f 0%,
    #2d678d 35%,
    #2d678d 35%,
    #2d678d 52%,
    #192c4c 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    #2e698f 0%,
    #2d678d 35%,
    #2d678d 35%,
    #2d678d 52%,
    #192c4c 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    #2e698f 0%,
    #2d678d 35%,
    #2d678d 35%,
    #2d678d 52%,
    #192c4c 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e698f', endColorstr='#192c4c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

h2.like_h1.white_text {
  color: #fff;
}

.background_strip {
  background-color: #ededee;
}

.margin_bottom_50 {
  margin-bottom: 50px;
}

.banner_background h1 {
  color: #209fea;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
  margin-top: 42px;
}

.testimonial_cloud + .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 14px 0 14px;
  border-color: #fff transparent transparent transparent;

  float: right;
  margin-right: 30px;
}

.hide_mobile {
  display: none;
}

.dark_gray_backgroud {
  padding: 36px 0px 16px 0px;
}

.testimonial_background {
  background-image: url("images/testimonial_background.jpg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  min-height: 694px;
  display: table-cell;
  vertical-align: middle;
}

.padding-bottom_24 {
  padding-bottom: 24px;
}

.margin-bottom_24 {
  margin-bottom: 24px;
}

.margin-bottom_18 {
  margin-bottom: 18px;
}

.margin-top_50 {
  margin-top: 50px;
}

.position_relative img {
  position: relative;
}

.background_it_service h3 {
  color: #0078b5;
  text-align: center;
}

.background_it_service h4 {
  color: #363b3e;
  text-align: center;
}
.orange-text {
  color: #eb6d15;
  font-size: 30px;
  font-weight: 200;
  line-height: 36px;
  margin-bottom: 38px;
}
.services-title {
  color: #eb6d15;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 24px;
}

.levels_check .lavels_block:last-child .levels-image {
  display: none;
}
.care-services {
  line-height: 19px;
  margin-bottom: 16px;
}
span.levels_numbers {
  background: #eb6d15;
  border-radius: 50%;
  height: 42px;
  width: 42px;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-bottom: 24px;
}
.Find_more_section {
  font-size: 30px;
  line-height: 36px;
  font-weight: 200;
}
.levels_background {
  background: #363b3e;
  color: #fff;
  padding-bottom: 88px;
}
.care_description p {
  margin-bottom: 24px;
}
.care-image {
  margin-top: 18px;
  margin-bottom: 65px;
}
li.lavels_block {
  color: #363b3e;
}
.levels_title {
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  font-weight: 200;
  margin-top: 68px;
  margin-bottom: 66px;
}
.white_block_title {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 47px;
}
.service_background li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #eb6d15;
  display: inline-block;

  width: 20px;
  margin-left: -20px;
}

ul.levels_check ul li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #363b3e;
  display: inline-block;
  margin-left: -24px;
  width: 20px;
  margin-right: 5px;
}

.white_block {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 12px;
  padding-bottom: 58px;
  position: relative;
  padding-left: 30px;
}
.levels-image {
  position: absolute;
  right: -27px;
  top: 45%;
  z-index: 99999;
}

.services_home_page .icon_service {
  margin-right: 15px;
  display: inline-block;
  text-align: right;
  min-width: 58px;
  line-height: 44px;
}

.services_home_page i.icon-connect {
  font-size: 24px;
}

.icons_ul {
  width: 100%;
  float: left;
}

.icons_ul li {
  margin-bottom: 20px;
  line-height: 39px;
}

.social_share u {
  display: none;
}

.social_share {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;

  font-weight: 400;
  font-size: 18px;
  line-height: 55px;
  color: #209ce7;
  margin-top: 20px;
}
ul.social_share {
  float: left;
  width: 100%;
}

ul.social_share li {
  display: inline;
  margin-right: 15px;
}

.social_share a {
  font-weight: 400;
  font-size: 11px;
  color: #2b3a42;
  text-decoration: none;
}
.social_share u {
  text-decoration: none;
}

.page-numbers.current {
  background: #209ce7;
  color: #fff;
}
a.prev,
a.next {
  color: #8b8887;
}

.medium-margin-top_44 {
  margin-top: 44px;
}

a.page-numbers {
  margin: 0px;
  text-decoration: none;
}

.pagination_all {
  float: right;
  padding: 0px 0px 20px 0px;
}

.padding-left_20 {
  padding-left: 20px;
}

.small-margin-bottom_24 {
  margin-bottom: 24px;
}

.margin-bottom_36 {
  margin-bottom: 36px;
}

.latest_sidebar a {
  color: #0078b2;
  font-weight: 600;
  text-decoration: none;
}

.blog_categoris_sidebar a {
  color: #2b3a42;
}
.blog_categoris_sidebar a {
  text-decoration: none;
  font-size: 14px;
}

body.parent-pageid-13 .banner_background h1,
body.parent-pageid-13 .services_description h2 {
  color: #55b962;
}

body.parent-pageid-17 .banner_background h1,
body.parent-pageid-17 .services_description h2,
.post-type-archive-blog .banner_background h1 {
  color: #eb6d15;
}

.social-icon span,
.blue_wheel {
  background: #209ce7;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
}

.social-icon a {
  margin-right: 10px !important;
}

.social-icon a:hover {
  color: #fff;
}
.contact-footer a:hover,
.twitter-follow a:hover {
  color: #50a2d4;
}

.twitter-follow i {
  margin-right: 0px !important;
}

.blue_wheel {
  color: #fff;
  margin-right: 10px;
}

.contact-footer .blue_link {
  color: #509fd1;
}

.footer_copywrite {
  color: #fff;
  line-height: 33px;
}

.border-radius_10 {
  border-radius: 10px;
}

.bullet_blue ul {
  margin: 0px;
  padding: 0px;
}

.bullet_blue ul li {
  margin-bottom: 15px;
  line-height: 19px;
}

.bullet_blue li:before {
  content: "• ";
  color: #0078b2;
  padding-right: 5px;
}

.footer_copywrite {
  background: #3a3a3a !important;
}

.footer_copywrite {
  border-top: 1px solid #4d4d4d;
}
.footer_copywrite img {
  display: inline;

  vertical-align: middle;
}

.banner_background.orange h1,
.services_description.orange h3,
.services_description.orange h2,
.paragraph_left.orange,
h2.like_h1.blue_light_text.orange,
.testimonial_left.orange {
  color: #eb6d15 !important;
}
.banner_background.green h1,
.services_description.green h3,
.services_description.green h2,
.paragraph_left.green,
h2.like_h1.blue_light_text.green,
.testimonial_left.green,
.orange-text.green,
.service_background.green li:before,
.services-title.green {
  color: #55b962 !important;
}

.banner_background.blue h1,
.services_description.blue h3,
.services_description.blue h2,
.paragraph_left.blue,
h2.like_h1.blue_light_text.blue,
.testimonial_left.blue,
.orange-text.blue,
.service_background.blue li:before,
.services-title.green {
  color: #209ce7 !important;
}

.levels_numbers.blue {
  background: #209ce7 !important;
}
.levels_numbers.green {
  background: #55b962 !important;
}

.links_pages_title_green {
  color: #55b962;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
}

.service_background_green li a {
  color: #55b962;
  text-decoration: none;
}

ul.with-arrow_green {
  list-style: none;
  padding: 0;
}
ul.with-arrow_green {
  padding-left: 30px;
}
ul.with-arrow_green li:before {
  content: "\e901";
  font-family: "icomoon";
  color: #55b962;
  display: inline-block;
  margin-left: -25px;
  margin-right: 5px;
  font-size: 12px;
}

.service_background_green li a {
  color: #55b962;
  text-decoration: none;
}

.service_background_green {
  background: #f3f2f2;
  color: #55b962;
  padding: 25px 18px;
}

.footer_copywrite a.vitalhike_link {
  color: #209ee9 !important;
}

.search_mobile3 button {
  background: #ebebec;
  float: left;
  border: none;
  width: 25px;
  text-align: center;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
}
.blog_search .search_mobile3 button {
  float: right;
}
.search_mobile3 button.button,
.search_mobile3 input[type="text"] {
  float: right;
  margin-top: 50px;
  margin-bottom: 20px;
  background: #ebebec;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  border-left: 0px;
  border-radius: 0px;
}

.search_mobile3 input[type="text"] {
  border-left: 1px solid #cfcfcf;
  border-right: 0px solid #cfcfcf;
}

.description_blog_continue .read-more {
  display: block;
  float: right;
  padding: 10px 0px;
  font-size: 16px;
  font-weight: 600;
}

.read-more a {
  color: #209ce7;
  text-decoration: none;
}
.nav-single {
  padding: 10px 0px;
}

.nav-single a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #8b8887;
}

.care-services ul li {
  margin-bottom: 18px;
}

hr.no_margin {
  margin: 0px;
  background: #c9c9c9;
}

.all_categories_text {
  font-size: 16px;
  color: #2b3a42;
  font-weight: 400;
  padding-top: 70px;
}

.sidebar_blog ul {
  margin-bottom: 24px;
  width: 100%;
  float: left;
}

.sidebar_blog .widgettitle {
  display: none;
}

.description_blog_continue img {
  margin-top: 10px;
}

.social_sidebar li span i {
  font-size: 25px;
  line-height: 40px;
}

.social_sidebar a {
  color: #2b3a42;
  text-decoration: none;
  font-size: 11px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  margin: 0 auto;
  max-width: 1212px;
  width: 100%;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  margin: 0 -7px;
  max-width: none;
  width: auto;
}
.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 7px;
  padding-right: 7px;
  width: 100%;
  float: left;
}

.column + .column:last-child,
.columns + .column:last-child,
.column + .columns:last-child,
.columns + .columns:last-child {
  float: right;
}
.column + .column.end,
.columns + .column.end,
.column + .columns.end,
.columns + .columns.end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column_header,
  .columns_header {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 7px;
    padding-right: 7px;
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0 !important;
  }

  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 7px;
    padding-right: 7px;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 7px;
    padding-right: 7px;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0 !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 7px;
    padding-right: 7px;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 960px) {
  .hide-banner-desktop {
    display: none;
  }

  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 7px;
    padding-right: 7px;
    float: left;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0 !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 7px;
    padding-right: 7px;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -7px;
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 7px 0px 7px;
}

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 960px) {
  [class*="block-grid-"] > li.padding-more-grid {
    display: block;
    float: left;
    height: auto;
    padding: 0 43px 0px 43px;
  }

  [class*="block-grid-"].grid_more {
    display: block;
    padding: 0;
    margin: 0 -43px;
  }

  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 1220px) {
  .large-more-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .large-more-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .large-more-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-more-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-more-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-more-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-more-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-more-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-more-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-more-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-more-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-more-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-more-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-more-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-more-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-more-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-more-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-more-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-more-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-more-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-more-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-more-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-more-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-more-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 7px;
    padding-right: 7px;
    float: left;
  }

  .large-more-1 {
    width: 8.33333%;
  }

  .large-more-2 {
    width: 16.66667%;
  }

  .large-more-3 {
    width: 25%;
  }

  .large-more-4 {
    width: 33.33333%;
  }

  .large-more-5 {
    width: 41.66667%;
  }

  .large-more-6 {
    width: 50%;
  }

  .large-more-7 {
    width: 58.33333%;
  }

  .large-more-8 {
    width: 66.66667%;
  }

  .large-more-9 {
    width: 75%;
  }

  .large-more-10 {
    width: 83.33333%;
  }

  .large-more-11 {
    width: 91.66667%;
  }

  .large-more-12 {
    width: 100%;
  }

  .large-more-offset-0 {
    margin-left: 0 !important;
  }

  .large-more-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-more-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-more-offset-3 {
    margin-left: 25% !important;
  }

  .large-more-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-more-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-more-offset-6 {
    margin-left: 50% !important;
  }

  .large-more-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-more-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-more-offset-9 {
    margin-left: 75% !important;
  }

  .large-more-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-more-offset-11 {
    margin-left: 91.66667% !important;
  }

  .large-more-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.large-more-centered,
  .columns.large-more-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-more-uncentered,
  .columns.large-more-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.large-more-centered:last-child,
  .columns.large-more-centered:last-child {
    float: none;
  }

  .column.large-more-uncentered:last-child,
  .columns.large-more-uncentered:last-child {
    float: left;
  }

  .column.large-more-uncentered.opposite,
  .columns.large-more-uncentered.opposite {
    float: right;
  }

  .row.large-more-collapse > .column,
  .row.large-more-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-more-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-more-uncollapse > .column,
  .row.large-more-uncollapse > .columns {
    padding-left: 7px;
    padding-right: 7px;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}

.all {
  width: 100%;
  float: left;
}

.vitalhike img {
  max-height: 33px;
}

.footer_copywrite a {
  color: #3a3a3a;
  text-decoration: none;
}

.footer_copywrite a.vitalhike_link {
  color: #21759b;
  text-decoration: none;
}

.thinkTwitFollow {
  display: none;
}

.twitter-follow a {
  color: #50a2d4;
  text-decoration: none;
}
.twitter-follow i {
  margin-right: 5px;
}

.imgdisplay {
  margin-bottom: 0px !important;
}

.dark_footer h4 {
  color: #50a2d4;
  margin-bottom: 20px;
}
.to_center {
  text-align: center !important;
}

.other_ways {
  padding-top: 24px;
  padding-bottom: 24px;

  background: #0078b5; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #0078b5 0%,
    #209fea 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #0078b5 0%,
    #209fea 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #0078b5 0%,
    #209fea 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078b5', endColorstr='#209fea',GradientType=0 ); /* IE6-9 */

  color: #fff;
}

h2.light_font {
  font-size: 30px;
  line-height: 38px;
  font-weight: 200;
}

h2.contact_subtitle {
  font-size: 30px;
  font-weight: 400;
  line-height: 28px;
  color: #333333;
}

h2.semi_bold {
  font-weight: 600;
  font-size: 28px;
  line-height: 37px;
}

.services_description {
  line-height: 24px;
  color: #474747;
}

.services_description p {
  margin-bottom: 24px;
}

.services_description p:last-child {
  margin-bottom: 0px;
}

.services_description h2 {
  font-size: 30px;
  font-weight: 200;
  line-height: 38px;
  color: #0078b5;
  margin-bottom: 24px;
}

.services_description h3 {
  font-size: 22px;
  font-weight: 200;
  line-height: 38px;
  color: #0078b5;
  margin-bottom: 24px;
}
.services_description hr {
  margin-left: 0px;
}
.services_description a {
  text-decoration: none;
  color: #0078b5;
}
.margin_bottom_15 {
  margin-bottom: 15px;
}

ul.with-arrow {
  list-style: none;
  padding: 0;
}
ul.with-arrow {
  padding-left: 30px;
}
ul.with-arrow li:before {
  content: "\e901";
  font-family: "icomoon";
  color: #55b962;
  display: inline-block;
  margin-left: -25px;
  margin-right: 5px;
  font-size: 12px;
}

ul.with-arrow_orange {
  list-style: none;
  padding: 0;
}
ul.with-arrow_orange {
  padding-left: 30px;
}
ul.with-arrow_orange li:before {
  content: "\e901";
  font-family: "icomoon";
  color: #eb6d15;
  display: inline-block;
  margin-left: -25px;
  margin-right: 5px;
  font-size: 12px;
}

ul.with-arrow_blue {
  list-style: none;
  padding: 0;
}
ul.with-arrow_blue {
  padding-left: 30px;
}
ul.with-arrow_blue li:before {
  content: "\e901";
  font-family: "icomoon";
  color: #0078b2;
  display: inline-block;
  margin-left: -25px;
  margin-right: 5px;
  font-size: 12px;
}
.image-float img {
  display: block;
}

.service_background ul li a {
  text-decoration: none;
}
.service_background ul li {
  padding: 3px 0px;
}
.margin_bottom_30 {
  margin-bottom: 30px;
}

.margin-top_20 {
  margin-top: 20px;
}
.margin-top_14 {
  margin-top: 14px;
}
.margin-top_18 {
  margin-top: 18px;
}
.margin-top_15 {
  margin-top: 15px;
}
.margin-top_68 {
  margin-top: 68px;
}
.margin-top_55 {
  margin-top: 55px;
}
.margin-top_86 {
  margin-top: 86px;
}

.margin-bottom_73 {
  margin-bottom: 73px;
}

.margin-bottom_35 {
  margin-bottom: 35px;
}
.margin-bottom_65 {
  margin-bottom: 65px;
}
.margin-bottom_45 {
  margin-bottom: 45px;
}
.margin-bottom_48 {
  margin-bottom: 48px;
}
.padding-top_30 {
  padding-top: 30px;
}

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%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
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;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 2.181818182;
  font-weight: bold;
  text-transform: uppercase;
  color: #636363;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
  border: 1px solid #ccc;
  float: left;
  font-family: inherit;
  padding: 6px;
  padding: 0.428571429rem;
}
button,
input {
  line-height: normal;
}
button.button {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 1px solid #d1d1d1;
  border-left: none;
  background: #e3e3e3;
  height: 42px;
  width: 20%;
}

.column.padding-left_30 {
  padding-left: 30px;
}

.contact-form button,
.contact-form input,
.contact-form select,
.contact-form textarea {
  border: 1px solid #ccc;
  float: none;
  font-family: inherit;
  padding: 6px;
  padding: 0.428571429rem;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
  width: 100%;
  background: #e3e3e3;
  margin-bottom: 5px;
  border-radius: 0px;
  height: auto;
  font-size: 16px;
  padding-left: 14px;
}
.contact-form textarea {
  border-radius: 0px;
  padding-left: 14px;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 80%;
  background: #e3e3e3;

  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  height: 42px;
  border: 1px solid #d1d1d1;
  border-right: none;
}
.contact-form p {
  margin-bottom: 12px;
}

.request .wpcf7-list-item-label:before {
  content: "\f095";
  font-family: "FontAwesome";
  color: #0078b5;
  font-size: 22px;
  margin-right: 5px;
}

textarea {
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
  width: 100%;
  background: #e3e3e3;
  margin-bottom: 20px;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}

input[type="submit"] {
  background: #209fea; /* Old browsers */
  background: -moz-linear-gradient(top, #209fea 0%, #0078b5100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #209fea 0%,
    #0078b5 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #209fea 0%,
    #0078b5 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#209fea', endColorstr='#0078b5',GradientType=0 ); /* IE6-9 */
  border: none;
  border-radius: 21px;
  padding: 11px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
}

input[type="submit"]:hover {
  color: #333;
}

button[disabled],
input[disabled] {
  cursor: default;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
  max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
  max-width: 100%; /* Keep wide captions from overflowing their container. */
  padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  color: #757575;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.entry-content dl.gallery-item {
  margin: 0;
}
.gallery-item a,
.gallery-caption {
  width: 90%;
}
.gallery-item a {
  display: block;
}
.gallery-caption a {
  display: inline;
}
.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto;
}
.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
  padding: 3%;
}

/* Navigation */
.site-content nav {
  clear: both;
  line-height: 2;
  overflow: hidden;
}
#nav-above {
  padding: 24px 0;
  padding: 1.714285714rem 0;
}
#nav-above {
  display: none;
}
.paged #nav-above {
  display: block;
}
.nav-previous,
.previous-image {
  float: left;
  width: 50%;
}
.nav-next,
.next-image {
  float: right;
  text-align: right;
  width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
  margin: 48px 0;
  margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.author-info {
  border-top: 1px solid #ededed;
  margin: 24px 0;
  margin: 1.714285714rem 0;
  padding-top: 24px;
  padding-top: 1.714285714rem;
  overflow: hidden;
}
.author-description p {
  color: #757575;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.author.archive .author-info {
  border-top: 0;
  margin: 0 0 48px;
  margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
  margin-top: 0;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
  font-size: 87.5%;
}
body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  text-rendering: optimizeLegibility;
  color: #363b3e;
  line-height: 24px;
}

a {
  outline: none;
  color: #21759b;
}
a:hover {
  color: #0f3647;
}

/* Page structure */
.site {
  padding: 0 24px;
  padding: 0 1.714285714rem;
  background-color: #fff;
}
.site-content {
  margin: 24px 0 0;
  margin: 1.714285714rem 0 0;
}
.widget-area {
  margin: 24px 0 0;
  margin: 1.714285714rem 0 0;
}

/* Header */

.site-header h1,
.site-header h2 {
  text-align: center;
}
.site-header h1 a,
.site-header h2 a {
  color: #515151;
  display: inline-block;
  text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
  color: #21759b;
}
.site-header h1 {
  font-size: 24px;
  font-size: 1.714285714rem;
  line-height: 1.285714286;
  margin-bottom: 14px;
  margin-bottom: 1rem;
}
.site-header h2 {
  font-weight: normal;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #757575;
}
.header-image {
  margin-top: 24px;
  margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
  text-align: center;
}
.main-navigation li {
  font-size: 12px;

  line-height: 1.42857143;
}
.main-navigation a {
  color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
  color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
  display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
  display: inline-block;
}

/* Banner */
section[role="banner"] {
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
  word-wrap: break-word;
}
.widget-area .widget h3 {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.widget-area .widget p {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
  list-style: disc outside;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
  margin-left: 36px;
  margin-left: 2.571428571rem;
}
.widget-area .widget a {
  color: #757575;
}
.widget-area .widget a:hover {
  color: #21759b;
}
.widget-area .widget a:visited {
  color: #9f9f9f;
}
.widget-area #s {
  width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
  clear: both;
}
.entry-header {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
  font-size: 20px;
  font-size: 1.428571429rem;
  line-height: 1.2;
  font-weight: normal;
}
.entry-header .entry-title a {
  text-decoration: none;
}
.entry-header .entry-format {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  font-weight: normal;
}
.entry-header .comments-link {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #757575;
}
.comments-link a,
.entry-meta a {
  color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
  color: #21759b;
}
article.sticky .featured-post {
  border-top: 4px double #ededed;
  border-bottom: 4px double #ededed;
  color: #757575;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 3.692307692;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
  text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
  line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
  margin: 24px 0;
  margin: 1.714285714rem 0;
  line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
  font-size: 18px;
  font-size: 1.285714286rem;
  line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
  color: #9f9f9f;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
  margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
  list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
  list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
  margin: 0 0 0 36px;
  margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
  padding: 24px;
  padding: 1.714285714rem;
  font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content code,
.comment-content code {
  font-family:
    Consolas,
    Monaco,
    Lucida Console,
    monospace;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
}
.entry-content pre,
.comment-content pre {
  border: 1px solid #ededed;
  color: #666;
  font-family:
    Consolas,
    Monaco,
    Lucida Console,
    monospace;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.714285714;
  margin: 24px 0;
  margin: 1.714285714rem 0;
  overflow: auto;
  padding: 24px;
  padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
  display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.entry-content address,
.comment-content address {
  display: block;
  line-height: 1.714285714;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
  margin: 12px 24px 12px 0;
  margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
  margin: 12px 0 12px 24px;
  margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
  clear: both;
  margin-top: 12px;
  margin-top: 0.857142857rem;
  margin-bottom: 12px;
  margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
  margin: 0 24px;
  margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
  font-weight: bold;
  line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
  line-height: 1.714285714;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
  border-bottom: 1px solid #ededed;
  color: #757575;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  width: 100%;
}

/* Status posts */
.format-status .entry-header {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
  display: inline-block;
}
.format-status .entry-header h1 {
  font-size: 15px;
  font-size: 1.071428571rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 0;
}
.format-status .entry-header h2 {
  font-size: 12px;
  font-size: 0.857142857rem;
  font-weight: normal;
  line-height: 2;
  margin: 0;
}
.format-status .entry-header header a {
  color: #757575;
}
.format-status .entry-header header a:hover {
  color: #21759b;
}
.format-status .entry-header img {
  float: left;
  margin-right: 21px;
  margin-right: 1.5rem;
}

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

.comments-title {
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.5;
  font-weight: normal;
}
.comments-area article {
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
.comments-area article header {
  margin: 0 0 48px;
  margin: 0 0 3.428571429rem;
  overflow: hidden;
  position: relative;
}
.comments-area article header img {
  float: left;
  padding: 0;
  line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
  display: block;
  margin-left: 85px;
  margin-left: 6.071428571rem;
}
.comments-area article header cite {
  font-style: normal;
  font-size: 15px;
  font-size: 1.071428571rem;
  line-height: 1.42857143;
}
.comments-area cite b {
  font-weight: normal;
}
.comments-area article header time {
  line-height: 1.714285714;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.857142857rem;
  color: #5e5e5e;
}
.comments-area article header a {
  text-decoration: none;
  color: #5e5e5e;
}
.comments-area article header a:hover {
  color: #21759b;
}
.comments-area article header cite a {
  color: #444;
}
.comments-area article header cite a:hover {
  text-decoration: underline;
}
.comments-area article header h4 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  padding: 0.428571429rem 0.857142857rem;
  font-size: 12px;
  font-size: 0.857142857rem;
  font-weight: normal;
  color: #fff;
  background-color: #0088d0;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #009cee, #0088d0);
  background-image: -ms-linear-gradient(top, #009cee, #0088d0);
  background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
  background-image: -o-linear-gradient(top, #009cee, #0088d0);
  background-image: linear-gradient(top, #009cee, #0088d0);
  border-radius: 3px;
  border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
  position: absolute;
  margin-left: 5px;
  margin-left: 0.357142857rem;
  padding: 2px 5px;
  padding: 0.142857143rem 0.357142857rem;
  font-size: 10px;
  font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
  font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
  color: #686868;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
  color: #21759b;
}
.commentlist .pingback {
  line-height: 1.714285714;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
  margin-top: 48px;
  margin-top: 3.428571429rem;
}
#respond h3#reply-title {
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  margin-left: 0.714285714rem;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.857142857rem;
}
#respond form {
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
#respond form p {
  margin: 11px 0;
  margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
#respond form label {
  display: block;
  line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.714285714;
  padding: 10px;
  padding: 0.714285714rem;
  width: 100%;
}
#respond form p.form-allowed-tags {
  margin: 0;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  color: #5e5e5e;
}
.required {
  color: red;
}

/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
  margin-bottom: 14px;
  margin-bottom: 1rem;
}
.template-front-page .site-content article {
  border: 0;
  margin-bottom: 0;
}
.template-front-page .widget-area {
  clear: both;
  float: none;
  width: auto;
  padding-top: 24px;
  padding-top: 1.714285714rem;
  border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
  margin: 8px 0 0;
  margin: 0.571428571rem 0 0;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.714285714;
  list-style-type: square;
  list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
  color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
  color: #21759b;
}
.template-front-page .widget-area .widget_text img {
  float: left;
  margin: 8px 24px 8px 0;
  margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}

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

.widget-area .widget ul ul {
  margin-left: 12px;
  margin-left: 0.857142857rem;
}
.widget_rss li {
  margin: 12px 0;
  margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
  color: #aaa;
  font-size: 11px;
  font-size: 0.785714286rem;
  margin-left: 12px;
  margin-left: 0.857142857rem;
}
#wp-calendar {
  margin: 0;
  width: 100%;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
  text-align: left;
}
#wp-calendar #next {
  padding-right: 24px;
  padding-right: 1.714285714rem;
  text-align: right;
}
.widget_search label {
  display: block;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.widget_twitter li {
  list-style-type: none;
}
.widget_twitter .timesince {
  display: block;
  text-align: right;
}
span.or-text {
  font-size: 22px;
  font-weight: 200;
  line-height: 38px;
  width: 100%;
  float: left;
}

span.bigstock {
  margin-left: 0px;
}
.dark_footer {
  background: #3a3a3a;
  padding-top: 30px;
  color: #fff;
  font-size: 14px;
  padding-left: 37px;
  padding-right: 37px;
}
.footer_copywrite {
  background: #cdcdcd;
  line-height: 33px;
  font-size: 12px;
  padding-left: 37px;
  padding-right: 37px;
}

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

img#wpstats {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 1.714285714rem;
}

/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@media screen and (min-width: 550px) {
  .d-md-none {
    display: none;
  }
  .d-md-inline {
    display: flex;
  }
}

@media screen and (min-width: 640px) {
  /*
span.or-text{
width:auto;
float:none;
}
*/
  .main-navigation-mobile {
    width: 50%;
  }

  .logo-mobile {
    width: 242px;
    height: 145px;
    margin-bottom: 0px;
  }
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 768px) {
  .social_share u {
    display: inline;
    text-decoration: none;
  }

  .embed-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0%;
    padding-bottom: 56.2%;
    height: 0;
    width: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    overflow: visible;
  }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 88px;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .medium-to_right {
    text-align: right;
  }

  .vh_cwntered {
    text-align: center;
  }
  .background_it_service {
    background-image: url("images/services_background.jpg");
  }

  .main-navigation ul ul {
    -webkit-box-shadow: 11px 11px 17px -6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 11px 11px 17px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 11px 11px 17px -6px rgba(0, 0, 0, 0.4);
  }

  .testimonial_height {
    height: 580px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }

  .display_table {
    display: table;
    width: 100%;
  }

  .image_partner_logo_height {
    position: relative;
    min-height: 160px;
    width: 100%;
    float: left;
    border: 1px solid #d1d1d1;
  }
  .image_partner_logo_height img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .testimonial_height2 {
    height: 580px;

    vertical-align: middle;
    width: 100%;
  }

  .testimonial_vertical_center {
    display: block;
  }

  .margin-top_30 {
    margin-top: 30px;
  }

  .containing-table.without_auto_margin {
    margin-left: 0px;
  }

  .medium-img-hidden img {
    max-width: auto;
    overflow: hidden;
  }

  .service_240_button .blue_button {
    width: 180px;
    padding: 0px;
  }

  .background_it_service h3 {
    color: #fff;
    text-align: left;
  }

  .background_it_service h4 {
    color: #fff;
    text-align: left;
  }

  .medium-position_absolute {
    position: absolute;
    min-height: 590px;

    width: 100%;
  }

  .display_tablet {
    display: block;
  }
  .hide_tablet {
    display: none;
  }

  .banner_background h1 {
    color: #209fea;
    font-weight: 200;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 22px;
  }
  .banner_background {
    padding: 0px 14px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
  }

  .background_it_service {
    min-height: 573px;
  }

  .testimonial_background {
    min-height: 520px;
  }

  .two-columns {
    -webkit-column-gap: 43.5px;
    -moz-column-gap: 43.5px;
    column-gap: 43.5px;
  }

  span.bigstock {
    margin-left: 15px;
  }
  .background_strip {
    position: relative;
  }
  .optional_height {
    height: 460px;
    display: table-cell;
    vertical-align: middle;
    max-width: 100%;
  }

  .hide_tablet {
    display: none;
  }

  .main-navigation li a {
    font-size: 16px;
  }
  .margin-left-right_15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .testimonial-line hr {
    margin: 0px 0px 68px 0px;
  }

  .two-columns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    column-gap: 40px;
  }

  .two-columns p {
    display: inline-block;
  }

  .author-avatar {
    float: left;
    margin-top: 8px;
    margin-top: 0.571428571rem;
  }
  .author-description {
    float: right;
    width: 80%;
  }
  .site {
    margin: 0 auto;

    overflow: hidden;
  }
  .site-content {
    float: left;
    width: 65.104166667%;
  }
  body.template-front-page .site-content,
  body.attachment .site-content,
  body.full-width .site-content {
    width: 100%;
  }
  .widget-area {
    float: right;
    width: 26.041666667%;
  }
  .site-header h1,
  .site-header h2 {
    text-align: left;
  }
  .site-header h1 {
    font-size: 26px;
    font-size: 1.857142857rem;
    line-height: 1.846153846;
    margin-bottom: 0;
  }
  .main-navigation ul.nav-menu,
  .main-navigation div.nav-menu > ul {
    display: inline-block !important;
    text-align: right;
  }
  .menu-menu-1-container li a {
    cursor: pointer;
  }
  .main-navigation {
    width: 100%;
    display: inline-block !important;
    text-align: right;
  }

  .main-navigation ul {
    margin: 0;
    text-indent: 0;
  }
  .main-navigation li a,
  .main-navigation li {
    display: inline-block;
    text-decoration: none;
  }
  .main-navigation li a {
    border-bottom: 0;
    color: #1d1d1b;
    font-size: 18px;
    font-weight: 400;

    white-space: nowrap;
  }
  .main-navigation li a:hover,
  .main-navigation li a:focus {
    color: #209fea;
  }
  .main-navigation li {
    padding: 15px 5px 10px 5px;
    position: relative;
  }

  .main-navigation li li {
    padding: 0px;
    text-align: left;
  }

  .main-navigation li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 1;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);

    border-top: 7px solid transparent;
    margin-left: 50%;
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  .main-navigation li ul ul {
    top: 0;
    left: 100%;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li:focus > ul,
  .main-navigation .focus > ul {
    border-left: 0;
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
  }
  .main-navigation li ul li a {
    background: #ededee;
    border-bottom: 1px solid #fff;
    display: block;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 10px;
    width: 200px;
    color: #000;

    white-space: normal;
  }
  .main-navigation li ul li a:hover,
  .main-navigation li ul li a:focus {
    background: #363b3e;
    color: #fff;
  }
  .main-navigation .current-menu-item > a,
  .main-navigation .current-menu-ancestor > a,
  .main-navigation .current_page_item > a,
  .main-navigation .current_page_ancestor > a {
    color: #209fea;
  }

  .menu-toggle {
    display: none;
  }
  .entry-header .entry-title {
    font-size: 22px;
    font-size: 1.571428571rem;
  }
  #respond form input[type="text"] {
    width: 46.333333333%;
  }
  #respond form textarea.blog-textarea {
    width: 79.666666667%;
  }
  .template-front-page .site-content,
  .template-front-page article {
    overflow: hidden;
  }
  .template-front-page.has-post-thumbnail article {
    float: left;
    width: 47.916666667%;
  }
  .entry-page-image {
    float: right;
    margin-bottom: 0;
    width: 47.916666667%;
  }
  .template-front-page .widget-area .widget,
  .template-front-page.two-sidebars .widget-area .front-widgets {
    float: left;
    width: 51.875%;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
  }
  .template-front-page .widget-area .widget:nth-child(odd) {
    clear: right;
  }
  .template-front-page .widget-area .widget:nth-child(even),
  .template-front-page.two-sidebars
    .widget-area
    .front-widgets
    + .front-widgets {
    float: right;
    width: 39.0625%;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
  }
  .template-front-page.two-sidebars .widget,
  .template-front-page.two-sidebars .widget:nth-child(even) {
    float: none;
    width: auto;
  }
  .commentlist .children {
    margin-left: 48px;
    margin-left: 3.428571429rem;
  }
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
  body {
    background-color: #fff;
  }
  .service_background {
    padding: 25px 18px;
  }
  .header-icon {
    text-align: center;
  }
  .service_background li:before {
    margin-left: 0px;
    margin-right: 20px;
  }

  .large-margin-top_58 {
    margin-top: 85px;
  }

  .background_it_service h3 {
    font-size: 46px;
  }
  .hide_desktop {
    display: none;
  }
  .display_desktop {
    display: block;
  }

  .border_right {
    border-right: 1px solid #d1d1d1;
  }
  .banner_height {
    height: 460px;
    overflow: hidden;
    position: relative;
  }

  .banner_height img {
    overflow: hidden;
  }
  .banner_background h1 {
    color: #209fea;
    font-weight: 200;
    font-size: 46px;
    line-height: 49px;
    margin-bottom: 30px;
  }
  .banner_background {
    text-align: center;
  }

  .large-padding-bottom_24 {
    padding-bottom: 24px;
  }
  .large-margin-top_40 {
    margin-top: 40px;
  }

  .main-navigation li {
    padding-left: 11px;
    padding-right: 11px;
  }

  .main-navigation li li {
    padding-left: 0px;
    padding-right: 0px;
  }

  .containing-table.large-auto_margin {
    margin-left: auto;
    margin-right: auto;
  }
  .column.padding-right_44 {
    padding-right: 44.5px;
  }

  .column.padding-left_44 {
    padding-left: 44.5px;
  }
  .services_home_page li {
  }

  .service_front li {
    padding: 0px 28px;
  }

  body {
    font-size: 16px;
  }

  .large-margin-top_70 {
    margin-top: 70px;
  }

  .background_it_service {
    min-height: 590px;
  }

  .main-navigation li a {
    font-size: 18px;
  }
}

@media screen and (max-width: 549px) {
  .d-none {
    display: none;
  }

  .d-md-none.sophosdiv {
    background-size: cover;
    height: 278px;
  }
}

@media screen and (max-width: 600px) {
  .sophosdiv {
    background-image: url("images/cloudoptixsmall.jpg");
  }
}

@media screen and (max-width: 959px) {
  .banner_perthedi {
    background-image: url("images/ccnperthedi.png");
    background-position: 30% center;
    height: 400px;
    position: relative;
    width: 100%;
    float: left;
  }

  .hide-banner-desktop {
    position: relative;
  }

  .black_opacity {
    margin-top: 80px;
    transform: none;
  }

  .hide_banner_text {
    display: none;
  }
}

@media screen and (min-width: 1220px) {
  .large-more_margin-top {
    margin-top: 24px;
  }

  .column.large-more-padding-left_44 {
    padding-left: 44.5px;
  }

  .column.large-more-padding-right_44 {
    padding-right: 44px;
  }

  .column.large-more-padding-right_41 {
    padding-right: 41px;
  }

  .column.large-more-padding-left_64 {
    padding-left: 66px;
  }

  .column.large-more-padding-right_64 {
    padding-right: 66px;
  }

  .hide_large-more {
    display: none;
  }

  .display_large-more {
    display: block;
  }
}

/* =Print
----------------------------------------------- */

@media print {
  body {
    background: none !important;
    color: #000;
    font-size: 10pt;
  }

  a {
    text-decoration: none;
  }
  .entry-content img,
  .comment-content img,
  .author-avatar img,
  img.wp-post-image {
    border-radius: 0;
    box-shadow: none;
  }
  .site {
    clear: both !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
    position: relative !important;
  }
  .site-header {
    margin-bottom: 72px;
    margin-bottom: 5.142857143rem;
    text-align: left;
  }
  .site-header h1 {
    font-size: 21pt;
    line-height: 1;
    text-align: left;
  }
  .site-header h2 {
    color: #000;
    font-size: 10pt;
    text-align: left;
  }
  .site-header h1 a,
  .site-header h2 a {
    color: #000;
  }
  .author-avatar,
  #colophon,
  #respond,
  .commentlist .comment-edit-link,
  .commentlist .reply,
  .entry-header .comments-link,
  .entry-meta .edit-link a,
  .page-link,
  .site-content nav,
  .widget-area,
  img.header-image,
  .main-navigation {
    display: none;
  }
  .wrapper {
    border-top: none;
    box-shadow: none;
  }
  .site-content {
    margin: 0;
    width: auto;
  }

  .entry-header .entry-title,
  .entry-title {
    font-size: 21pt;
  }

  .author-description {
    float: none;
    width: auto;
  }

  /* Comments */
  .commentlist > li.comment {
    background: none;
    position: relative;
    width: auto;
  }
  .commentlist .avatar {
    height: 39px;
    left: 2.2em;
    top: 2.2em;
    width: 39px;
  }
  .comments-area article header cite,
  .comments-area article header time {
    margin-left: 50px;
    margin-left: 3.57142857rem;
  }
}

.bxslider > li {
  display: none;
}
