/*
Theme Name: Custom Theme by Aurora Tech
Author: Aurora Tech
Author URI: https://goauroratech.com/
Version: 99.0
*/

/*Reset Css*/
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;
}

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;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: none;
}
article,
aside,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
hr {
	border-top: 1px solid #ccc;
	margin: 40px 0;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */

.entry-content th,
.comment-content th {
	background: #f1f1f1;
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	padding: 7px 14px;
	text-transform: uppercase;
	color: #636363;
}

/* Form fields, general styles first */

.wpcf7 sup {color: red;}
.wpcf7 p {margin: 0!important;}
.wpcf7 .flex {margin: 0!important;}
.wpcf7 label {padding: 0 0 2px; display: inline-block;}
.wpcf7-validation-errors {border: 1px solid red; margin: 30px 0; padding: 10px 15px;}
.wpcf7-not-valid-tip {font-size: 0.9em!important; margin: 0 0 10px;}
.wpcf7-form-control-wrap {margin: 0 0 10px;}
.wpcf7-checkbox, .wpcf7-radio {display: block; margin: 0 0 10px;}

button, input, textarea, select {border: 1px solid #aaa; border-radius: 0px; font-family: inherit; margin-right:0%; margin-bottom: 7px; padding: 8px 10px; box-sizing: border-box; width: 100%; outline: none;}
input.wpcf7-file {margin: 0 0 20px;}
input[type="checkbox"], input[type="radio"] {width: auto;}
select {padding: 7px 10px;}
textarea {height: 120px;}
input[type="submit"] {width: auto; outline: none; padding: 8px 20px; cursor: pointer; -webkit-transition: .3s; transition: .3s;}

#searchsubmit {background: #2a8cbd; border: 0; color: #FFFFFF; min-width: 24%;}

/* 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;
}

/* Responsive images */

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
}

/* Make sure videos fit max width of parent container */

embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Images */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%;
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #666666;
}
.entry-content dl.gallery-item {
	margin: 0!important;
}
.gallery-item a,
.gallery-caption {
	width: 100%;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}
.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;
	border: 0!important;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation for posts and pages*/

.wp-pagenavi {margin: 50px 0 0;}
.wp-pagenavi .pages {color: #aaa; font-weight: normal; margin-left: 0;}
.wp-pagenavi > span, .wp-pagenavi > a {display: inline-block; margin: 0 8px; font-weight: bold; color: inherit;}
.wp-pagenavi > span.current {color: #aaa;}

#nav-below {border-top: 5px solid #888; margin: 30px 0 0; padding: 15px; background: #f2f2f2; color: rgba(0,0,0,0);}
#nav-below::after {content: ""; display: block; clear: both;}
#nav-below a {display: inline-block; background: #fff; border-radius: 50px; padding: 10px 15px; color: #555; text-decoration: none!important; margin: 0 0 3px;}
#nav-below a:hover {box-shadow: 0 4px 10px rgba(0,0,0,0.1);}

.nav-single {border-top: 5px solid #888; background: #f2f2f2; clear: both; margin: 25px 0 0; overflow: hidden; padding: 12px 15px; font-size: 13px;}
.nav-single h4 {text-align: center;}
.nav-single #ns-next {text-align: right;}
.nav-single .ns-ib {display: inline-block; text-align: center;}
.nav-single a {display: inline-block; background: #fff; border-radius: 50px; padding: 10px 15px; color: #555; text-decoration: none!important; margin: 0 0 3px;}
.nav-single a:hover {box-shadow: 0 4px 10px rgba(0,0,0,0.1);}
.nav-single span {font-size: 12px; letter-spacing: 1px; color: #aaa;}

.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 90.5%;
}
body {
	line-height: 1.5;
	font-size: 15px;
	font-family: 'Roboto', Arial, sans-serif;
	text-rendering: optimizeLegibility;
	overflow: hidden;
	color: #1d333e;
}

a {
	outline: none;
	color: #2a8cbd;
	text-decoration:none;
	-webkit-transition: .3s;
	transition: .3s;
}
a:hover {
	text-decoration: underline;
}

/* Sidebar */

.widget-area .widget {margin-bottom: 30px; background: #065479; color: #fff; padding: 30px; border-radius: 15px; font-size: 14px;}
.widget-area .widget:last-of-type {margin-bottom: 0;}
.widget-area .widget-title {font-size: 18px; font-weight: 500;}
.textwidget p:last-child {margin: 0;}
.widget a {color: #f7931e;}
	
.widget-area .textwidget ul {list-style: disc outside;}
.widget-area .textwidget li {margin-left: 25px;}
.widget-area #s {
	margin-right: -4px;
	width: 67.9999%; /* define a width to avoid dropping a wider submit button */
}

/* Main content area, sticky post styling and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	}
.entry-title a {color: inherit;}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #333;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: inherit;
}
.entry-content h1,
.comment-content h1,
h1,
.entry-content h2,
.comment-content h2,
h2,
.entry-header .entry-title,
.entry-content h3,
.comment-content h3,
h3,
.entry-content h4,
.comment-content h4,
h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 0 0 20px;
	line-height: 1.2;
	font-family: 'Exo';
	font-weight: 600;
}
.entry-content h1,
.comment-content h1,
h1.entry-title,
.archive-title,
.page-title,
.entry-content > h2:first-child {
	font-size: 34px;
	color: #004e74;
	margin: 0 0 35px;
}
.entry-content h2,
.comment-content h2,
.mu_register h2,
h2.entry-title {
	font-size: 26px;
	font-weight: 600;
}
.entry-content h2:not(:first-child, hr + h2) {padding-top: 15px;}
.entry-content h3,
.comment-content h3,
h3 {
	font-size: 20px;
}
.entry-content h4,
.comment-content h4,
h4 {
	font-size: 16px;
	line-height: 1.5;
}
.entry-content h5,
.comment-content h5 {
	font-size: 16px;
}
.entry-content h6,
.comment-content h6 {
	font-size: 14px;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p,
p {
	margin: 0 0 20px;
	line-height: inherit;
}
p:last-child {margin: 0;}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 20px;
}
.entry-content ol:last-child, .entry-content ul:last-child {margin-bottom: 0;}
.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 15px;
  padding: 0 0 0 25px;
  list-style: none;
  background: url(//ccimanaged.com/wp-content/uploads/ico-bullet.png) no-repeat left 6px / 9px auto;
}
.entry-content blockquote,
.comment-content blockquote {background: #fff; padding: 30px; margin: 30px 0!important; border-left: 6px solid #f7931e; border-radius: 5px 0 0 5px; box-shadow: 0 10px 0 #ededed;}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
img.alignleft {margin: 0 15px 10px 0; border-radius: 15px;}
img.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter {
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 15px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
}
.entry-content dd,
.comment-content dd {
	margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	margin: 0 0 20px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	vertical-align: top;
	padding: 0 5px;
}
.blog article {margin: 0 0 30px;}
.blog article::after {content: " "; display: block; clear: both;}
.blog article .read-more {display: block; margin: 10px 0 0;}
.blog article p {line-height: 1.3;}
.single img.attachment-post-thumbnail {float: right; margin-left: 15px; max-width: 45%; height: auto;}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}

.entry-meta > span a {
	color: #333333;
    padding: 2px;
	text-decoration:none;
}


/* =Archives
-------------------------------------------------------------- */

.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}

/* =Comments
changed article header
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
}
.comments-area article header {
float:left;
	margin: 0 15px 0 15px;
	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: 45px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 10px;
	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;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: relative;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	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;
}

/* Comment form */
#respond {
	margin-top: 30px;
}
#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 24px 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#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;
	line-height: 1.714285714;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}

/* Below title meta styling */

.below-title-meta{color:#aaa; font-size: 12px; margin: 0 0 20px;}
.below-title-meta a{color: inherit; text-decoration:none;}

/* Minimum width of 850pixels. */
@media screen and (min-width: 850px) {

	.site {
		margin: 0 auto;
		max-width: 1100px;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
		margin: 0;
	}

/* NAV MENU DEFAULTS */

.themonic-nav {text-align: center; margin: 0 -13px 0 0;}
.themonic-nav ul {margin: 0; padding: 0; text-indent: 0;}
.themonic-nav li {display: inline-block; position: relative; -webkit-transition: .3s; transition: .3s;}
.themonic-nav li a {text-decoration: none; display: block;}
.themonic-nav .sub-menu {position: absolute; top: 100%; left: -5px; z-index: 10; -webkit-transition: .5s; transition: .5s;}
.themonic-nav .sub-menu .sub-menu {left: 100%; top: 0; -webkit-transform: none; transform: none;}

/* NAV MENU CUSTOMIZATIONS */

.themonic-nav .nav-menu > li {}
.themonic-nav .nav-menu > li > a {line-height: 90px; padding: 0 11px; color: rgba(255,255,255,0.5);}
.themonic-nav .nav-menu li.menu-item-has-children > a {background: url(//ccimanaged.com/wp-content/uploads/nav-caret-transp-white.svg) no-repeat right 3px center; background-size: 7px auto; padding-right: 18px;}
.themonic-nav .nav-menu > li > a:hover {color: #fff;}
.themonic-nav .nav-menu li.menu-item-has-children > a:hover {background-image: url(//ccimanaged.com/wp-content/uploads/nav-caret-white.svg);}

.themonic-nav .nav-menu > li.current-menu-item:after {content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 4px; background: #fff; border-radius: 50px; z-index: 1; -webkit-transition: .3s; transition: .3s;}
.themonic-nav .nav-menu > li.current-menu-item:before {content: ""; display: block; position: absolute; left: 0; top: 0px; width: 100%; height: 18px; background: url(//ccimanaged.com/wp-content/uploads/nav-dot2.svg) no-repeat center top / 12px auto; z-index: 2; -webkit-transition: .3s; transition: .3s;}
.themonic-nav .nav-menu > li.current-menu-item > a {color: #fff;}
.themonic-nav .nav-menu li.current-menu-item.menu-item-has-children > a {background-image: url(//ccimanaged.com/wp-content/uploads/nav-caret-white.svg);}
.themonic-nav .nav-menu li.menu-item-124 .sub-menu {column-count: 2;}

.themonic-nav .sub-menu {max-height: 0; overflow: hidden; -webkit-transition: .5s; transition: .5s; background: #fff; text-align: left; border-radius: 20px;}
.themonic-nav .nav-menu li:hover > .sub-menu {max-height: 200px; padding: 15px 0;}
.themonic-nav .sub-menu > li {}
.themonic-nav .sub-menu > li > a {font-size: 14px; font-weight: 500;  line-height: 1.4; padding: 6px 25px; width: 200px; color: #1d333e;}
.themonic-nav .sub-menu > li > a:hover {color: #f7931e;}

.themonic-nav .sub-menu .sub-menu > li > a {background: #e9e9e9;}
.themonic-nav .sub-menu .sub-menu > li > a:hover {background: #ddd;}

}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

#page-wrap {padding: 0 15px; background: #efefef;}
.home #page-wrap {display: none;}
#main {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.site-content {margin: 0; padding: 40px 0;  box-sizing: border-box; flex-grow: 1;}
.widget-area {margin: 0 0 0 25px; padding: 40px 0 40px 25px; width: 30%; box-sizing: border-box; flex-shrink: 0;}
.entry-content > .gallery:not(:last-child) {margin: 0 0 20px!important;}
.entry-content > div:not(:last-child) {margin-bottom: 20px;}
.entry-content img {border-radius: 20px;}

img {max-width: 100%;}

.assistive-text {display: none;}

a[href$=".jpg"], a[href$=".jpeg"], a[href$=".png"], a[href$=".gif"], a[href$=".webp"] {cursor: zoom-in;}
.compensate-for-scrollbar {margin: 0!important;}
.fancybox-content-wrap {display: none;}
.fancybox-slide--html .fancybox-content {max-width: 750px; max-height: 75vh; min-height: 300px;}

#aurora-nav-btn {padding: 15px 10px 7px; margin: 20px 0 0;}
.anb-line {border-color: #fff;}

.limit {max-width: 1100px; margin: 0 auto;}
.limit-sm {max-width: 700px; margin: 0 auto;}
.limit-xsm {max-width: 450px; margin: 0 auto;}
.clear {clear: both;}
.flex {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.entry-content .flex:not(:last-child) {margin-bottom: 20px;}
.flex.rows {flex-flow: row wrap; width: 102%; margin-left: -1%;}
.flex.rows.p1 {flex-flow: row wrap; width: 103%; margin-left: -1.5%;}
.flex.rows.p2 {flex-flow: row wrap; width: 104%; margin-left: -2%;}
.flex.rows.p3 {flex-flow: row wrap; width: 105%; margin-left: -2.5%;}
.flex.rows.p4 {flex-flow: row wrap; width: 106%; margin-left: -3%;}
.flex.rows.p5 {flex-flow: row wrap; width: 107%; margin-left: -3.5%;}
.flex.rows.p6 {flex-flow: row wrap; width: 108%; margin-left: -4%;}
.flex.middle {-webkit-align-items: center; align-items: center;}
.flex.bottom {-webkit-align-items: flex-end; align-items: flex-end;}
.sub-cols > div,
.sub-col {display: flex; flex-flow: column; justify-content: space-between;}
.sub-cols.around > div, .sub-col.around {justify-content: space-around;}
.sub-cols > div > div:not(:last-child), .sub-col > div:not(:last-child) {margin-bottom: 20px;}
.flex > * {flex-grow: 1; box-sizing: border-box; margin: 0 1%;}
.flex.rows > * {margin-bottom: 15px!important;}
.flex.f1 > * {flex: 1;}
.flex .f0 {flex-grow: 0; flex-shrink: 0;}
.flex .f34 {width: 73%; margin: 0 1%;}
.flex .f23 {width: 64.66%; margin: 0 1%;}
.flex .f2 {width: 48%; margin: 0 1%;}
.flex .f3 {width: 31.33%; margin: 0 1%;}
.flex .f4 {width: 24%; margin: 0 0.5%;}
.flex .f5 {width: 19%; margin: 0 0.5%;}
.flex .f40 {width: 38%;  margin: 0 1%;}
.flex .f60 {width: 58%;  margin: 0 1%;}
.flex.p1 > * {padding: 0 0.5%;}
.flex.p2 > * {padding: 0 1%;}
.flex.p3 > * {padding: 0 1.5%;}
.flex.p4 > * {padding: 0 2%;}
.flex.p5 > * {padding: 0 2.5%;}
.flex.p6 > * {padding: 0 3%;}
.flex:not(.rows).p1 > *:first-child, .flex:not(.rows).p2 > *:first-child, .flex:not(.rows).p3 > *:first-child, .flex:not(.rows).p4 > *:first-child, .flex:not(.rows).p5 > *:first-child, .flex:not(.rows).p6 > *:first-child {padding-left: 0;}
.flex:not(.rows).p1 > *:last-child, .flex:not(.rows).p2 > *:last-child, .flex:not(.rows).p3 > *:last-child, .flex:not(.rows).p4 > *:last-child, .flex:not(.rows).p5 > *:last-child, .flex:not(.rows).p6 > *:last-child {padding-right: 0;}
.flex:not(.rows) > *:first-child {margin-left: 0;}
.flex:not(.rows) > *:last-child {margin-right: 0;}.center {text-align: center;}
.right {float: right; margin-left: 15px;}
img.right {max-width: 45%;}
.left {float: left; margin-right: 15px;}
img.left {max-width: 45%;}
.space li {margin-bottom: 15px;}
.abs-left {position: absolute; left: 0; top: 50%; -webkit-transform: translate(0,-50%); transform: translateY(-50%);}
.abs-right {position: absolute; right: 0; top: 50%; -webkit-transform: translate(0,-50%); transform: translateY(-50%);}
.abs-center {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translateX(-50%) translateY(-50%);}
.pad {padding: 30px 0;}
.entry-content .pad + .pad {padding-top: 0;}
.entry-content > .pad:last-child {padding-bottom: 0;}
.video-wrap {position: relative; padding: 56.25% 0 0; width: 100%; margin: 0 0 20px; border-radius: 20px; overflow: hidden;}
.video-wrap iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.flex .video-wrap {margin: 0;}
.full {position: relative; left: 50%; width: 100vw; transform: translate(-50%,0); padding: 50px 15px; box-sizing: border-box; margin: 50px 0; background: #eee;}
.entry-content .full:first-child {margin-top: -50px;}
.entry-content .full:last-child {margin-bottom: -50px;}
.mb30 {margin-bottom: 30px;}

a.button {display: inline-block; text-decoration: none; background: #f7931e; color: #fff; font-weight: 500; padding: 10px 30px; border-radius: 100px; font-size: 16px; margin: 10px 0 0; font-family: 'Exo';}
a.button:hover {background: #fff; color: #f7931e;}
a.button2, .read-more a {display: inline-block; font-family: 'Exo'; font-weight: 500; color: #1d333e; text-decoration: none; border-bottom: 2px solid #f7931e;}
a.button2:hover, .read-more a:hover {color: #f7931e;}
.img-cap {position: relative; line-height: 0; margin: 30px 0!important;}
.has-cap {position: relative;}
.shaded {background: rgba(255,255,255,0.75); padding: 30px; border-radius: 5px;}
.shaded:not(.flex > .shaded) {margin: 30px 0;}
.shadeds > div {background: #065479; color: #fff; padding: 30px; border-radius: 10px;}
.featured {background: #fff; padding: 30px; margin: 30px 0!important; border-left: 6px solid #f7931e; border-radius: 5px 0 0 5px; box-shadow: 0 10px 0 #ededed;}
.featureds > div {background: #fff; padding: 30px; border-left: 6px solid #f7931e; border-radius: 5px 0 0 5px; box-shadow: 0 10px 0 #ededed;}
.featureds2 > div {background: #fff; padding: 30px; border-left: 6px solid #065479; border-radius: 5px 0 0 5px; box-shadow: 0 10px 0 #ededed;}
.cta {background: url(//ccimanaged.com/wp-content/uploads/bg-cta.jpg) no-repeat calc(100% + 1px) center / auto 100%; background-color: #065479; padding: 50px 30px; border-radius: 20px; color: #fff; text-align: center;}
p.subhead {font-family: 'Exo'; font-size: 20px; font-weight: 600; margin: -15px 0 25px;}
.small {font-size: 85%;}
.big {font-size: 120%;}

.has-cap > p {display: none;}
.ic-cap {position: absolute; right: 10px; bottom: 10px; background: #f7931e; color: #fff; font-family: 'Exo'; font-size: 13px; padding: 15px; max-width: 50%; box-sizing: border-box; border-radius: 20px; line-height: 1.4;}
.ic-head {font-size: 135%; font-weight: 600; margin: 0 0 10px!important;}
.entry-content > div.featured, .entry-content > div.cta {margin: 30px 0;}
.entry-content > div.featured:last-child, .entry-content > div.cta:last-child {margin-bottom: 0;}
.cta a:not(.button) {color: #f7931e;}
.flex > div > ul:only-child > li {margin-left: 0;}
.shaded.wireless {background: url(//ccimanaged.com/wp-content/uploads/bg-wireless.jpg) no-repeat right center #fff; background-size: 100% auto;}

#banner {background: linear-gradient(to right, #006ea3, #004e74); position: relative; color: #fff; min-height: 89px;}
#banner.b-home {height: 700px;}

#header {position: fixed; left: 0; top: 0; width: 100%; z-index: 999; font-family: 'Exo'; padding: 0 15px; box-sizing: border-box; -webkit-transition: .3s; transition: .3s;}
#logo {float: left; line-height: 0; margin: 15px 0 0; background: url(//ccimanaged.com/wp-content/uploads/cci-managed-services-logo-white.png) no-repeat center center / contain; position: relative; -webkit-transition: .3s; transition: .3s;}
#logo:before {content: ""; position: absolute; left: -55px; bottom: 0; width: 100%; height: calc(100% + 100px); background: rgba(255,255,255,0); z-index: -1; -webkit-transition: 0s; transition: 0s;}
#logo:after {content: ""; display: block; position: absolute; left: 20%; top: 50%; width: 95px; height: 95px; transform: translate(-50%,-50%); background: #fff; border-radius: 200px; z-index: -2; opacity: 0; -webkit-transition: .3s; transition: .3s;}
#logo img {height: 75px; opacity: 0; -webkit-transition: .3s; transition: .3s;}
#h-right {float: right;}

.scroll #header {background: #fff; box-shadow: 0 4px 10px 0 rgb(0 0 0 / 15%); z-index: 999;}
.scroll #logo {background-image: url(//ccimanaged.com/wp-content/uploads/cci-managed-services-logo.png); margin: 8px 0 0;}
.scroll #logo:before {background: #fff; -webkit-transition: .3s .2s; transition: .3s .2s;}
.scroll #logo:after {opacity: 1; box-shadow: 0 4px 10px 0 rgb(0 0 0 / 15%); width: 80px; height: 80px;}
.scroll #logo img {height: 60px;}
.scroll .themonic-nav .nav-menu > li.current-menu-item:after {background: #004e74;}
.scroll .themonic-nav .nav-menu > li.current-menu-item:before {background-image: url(//ccimanaged.com/wp-content/uploads/nav-dot-hov.svg);}
.scroll .themonic-nav .nav-menu > li > a {color: rgba(29,51,62,0.5); line-height: 68px;}
.scroll .themonic-nav .nav-menu > li > a:hover {color: #004e74;}
.scroll .themonic-nav .nav-menu > li.current-menu-item > a {color: #004e74;}
.scroll .themonic-nav .nav-menu li.menu-item-has-children > a {background-image: url(//ccimanaged.com/wp-content/uploads/nav-caret-gray.svg);}
.scroll .themonic-nav .nav-menu li.menu-item-has-children > a:hover {background-image: url(//ccimanaged.com/wp-content/uploads/nav-caret-blue.svg);}
.scroll .themonic-nav .nav-menu li.current-menu-item.menu-item-has-children > a {background-image: url(//ccimanaged.com/wp-content/uploads/nav-caret-blue.svg);}
.scroll .themonic-nav .nav-menu .sub-menu {border-radius: 0 0 20px 20px;}
.scroll .themonic-nav .nav-menu li:hover > .sub-menu {box-shadow: 0 6px 6px 0 rgb(0 0 0 / 10%);}
.scroll button#responsive-menu-button {margin: 10px 0 0!important;}
.scroll .responsive-menu-inner, .scroll .responsive-menu-inner::before, .scroll .responsive-menu-inner::after {background-color: #004e74!important;}

#b-txt {position: absolute; left: 0; top: 50%; width: 100%; text-align: center; transform: translate(0,-50%); z-index: 5;}
#b-txt h1 {font-size: 28px; font-weight: 600; margin: 0;}
#b-tag {position: absolute; left: 0; bottom: 75px; width: 100%; text-align: center; font-family: 'Exo'; font-weight: 600; font-size: 20px; z-index: 5;}
#b-cov {position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 4;}
#b-circle {position: absolute; left: 0; top: 50%; width: 100%; text-align: center; transform: translate(0,-50%); line-height: 0; z-index: 3;}
#b-circle img {animation: rotation 100s infinite linear; width: 470px;}
#b-pics {position: absolute; left: 0; bottom: 0; line-height: 0; width: 100%; height: 75%; z-index: 2;}
#b-pics img {position: absolute; left: 0; bottom: 0; width: 5000px; height: 100%; max-width: none; object-fit: contain; object-position: 50vw bottom; transform: translate(-7.12%,0);}
#b-shapes {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(//ccimanaged.com/wp-content/uploads/bg-shapes.png) no-repeat center center / contain; z-index: 1;}

body:not(.scroll) .b-inner #logo img {height: 62px;}
#lb-txt {padding: 145px 15px 50px; position: relative; z-index: 2;}
#lb-txt ul li {list-style: disc outside; margin: 0 0 0 25px;}
#lbt-wrap {max-width: 60%;}
#lb-txt h1 {font-size: 34px; font-weight: 600;}
#lb-head2 {font-family: 'Exo'; font-size: 20px; font-weight: 500;}
#lbt-txt {line-height: 1.7;}
#lb-txt a:not(.button) {color: #f7931e;}
#lb-txt a.button {padding: 8px 30px;}
#blg-pics {position: absolute; left: 0; bottom: 0; line-height: 0; width: 100%; height: calc(100% - 145px); z-index: 1;}
#blg-pics img {position: absolute; left: 0; bottom: 0; width: 200%; height: 100%; min-height: 215px; max-width: none; object-fit: contain; object-position: calc(50% + 600px) bottom; transform: translate(-30%,0);}

#bsm-bg {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(to right, #006ea3, #004e74); -webkit-transition: .3s; transition: .3s;}
.scroll #bsm-bg {opacity: 0;}
.b-inner.b-sm .themonic-nav .sub-menu {border-radius: 0 0 20px 20px;}

.head1 {font-size: 34px; font-family: 'Exo'; color: #1d333e; font-weight: 600; text-align: center;}

#intro1 {position: relative; padding: 0 15px; z-index: 5;}
#intro1 .limit > .flex:first-child {margin-top: -30px;}
#intro1 .limit > .flex:first-child  .i1-txt {padding-top: 15px;}
#intro1 .limit > .flex:not(:last-child) {margin-bottom: 35px;}
#intro1 .limit > .flex:last-child {margin-bottom: -30px;}
.i1-txt {text-align: center; font-family: 'Exo'; font-weight: 600; font-size: 18px; color: #1d333e;}
#intro1 .limit > .flex:first-child .i1-txt {padding-top: 15px;}
#intro1 .limit > .flex:last-child .i1-txt {padding-bottom: 15px;}
.i1-txt span {color: #2a8cbd;}
.i1-img {position: relative; line-height: 0;}
.i1-img img {border-radius: 25px;}
.i1-ico {position: absolute; left: 0; top: 50%; width: 55px; height: 55px; transform: translate(-50%,-50%); background: #fff; border-radius: 15px; box-shadow: 0 10px 30px rgb(0 0 0 / 12%); z-index: 2;}
.i1-ico img {max-width: 50%; max-height: 50%;}

#intro1 .limit > .flex:nth-child(even) {flex-flow: row-reverse;}
#intro1 .limit > .flex:nth-child(even) > div:last-child {margin-right: 1%; margin-left: 0;}
#intro1 .limit > .flex:nth-child(even) > div:first-child {margin-left: 1%; margin-right: 0;}
#intro1 .limit > .flex:nth-child(even) .i1-txt span {color: #f7931e;}
#intro1 .limit > .flex:nth-child(even) .i1-ico {left: auto; right: 0; transform: translate(50%,-50%);}

#intro2 {background: url(//ccimanaged.com/wp-content/uploads/bg-intro.jpg) no-repeat center center / cover; padding: 65px 15px 50px; font-family: 'Exo'; font-weight: 500; color: #2a8cbd; text-align: center; font-size: 18px;}
#intro2 strong {color: #1d333e;}
a.i2-btn {display: inline-block; text-decoration: none; font-weight: bold; border-bottom: 3px solid #2a8cbd; position: relative;}
a.i2-btn:hover {border-color: #f7931e;}
a.i2-btn:after {content: ""; display: block; position: absolute; left: 0; bottom: -20px; width: 100%; height: 6px; background: url(//ccimanaged.com/wp-content/uploads/ico-caret-down.svg) no-repeat center center / contain; -webkit-transition: .3s; transition: .3s;}
a.i2-btn:hover:after {background-image: url(//ccimanaged.com/wp-content/uploads/ico-caret-down2.svg);}

#stats {background: url(//ccimanaged.com/wp-content/uploads/bg-stats.jpg) no-repeat center center / cover; padding: 50px 15px; color: #fff; text-align: center; font-family: 'Exo';}
.s-num {font-size: 60px; font-weight: 900;}
.s-label {text-transform: uppercase; font-size: 16px; border-bottom: 4px solid rgba(255,255,255,0.1); padding: 0 0 8px; margin: 0 0 30px; display: inline-block;}
.s-ico {line-height: 0; height: 55px;}
.s-ico img {height: 100%;}

#services {background: url(//ccimanaged.com/wp-content/uploads/bg-mods.jpg) no-repeat center center / cover; padding: 50px 15px;}
#services .head1 {margin: 0 0 50px;}

.flex.rows.grid1 {width: 104%; margin-left: -2%;}
.grid1 > div {width: 46%; margin: 0 2%; flex-grow: 0; background: #fff; padding: 25px; position: relative; border-radius: 20px; overflow: hidden; font-size: 14px; line-height: 1.6;}
.flex.rows.grid1 > div {margin-bottom: 35px!important;}
.g1-txt h3 {font-weight: 500; font-size: 22px; padding: 0 45% 0 19px; border-color: #ededed; transform: translate(-19px,0); -webkit-transition: .4s; transition: .4s;}
.g1-txt h3 a {color: #1d333e; text-decoration: none;}
.g1-txt p {padding: 0 39% 0 0; color: #506b78; -webkit-transition: .4s; transition: .4s;}
.g1-txt p:last-of-type {margin: 0;}
.g1-btn {position: absolute; left: 25px; bottom: 10px; opacity: 0; -webkit-transition: .4s; transition: .4s;}
.g1-btn a {display: inline-block; text-decoration: none; background: #f7931e; color: #fff; padding: 8px 20px; border-radius: 100px;}
.g1-img {position: absolute; right: -87px; top: -41px; width: 52%; border-radius: 20px; height: 0; padding: 43% 0 0; overflow: hidden; transform: rotate(45deg); -webkit-transition: .4s; transition: .4s;}
.g1-img img {position: absolute; left: 37%; top: 66%; width: 115%; height: 115%; max-width: none; object-fit: cover; transform: rotate(-45deg) translate(-5%,-66%);}

.grid1 > div.g1-full {width: 100%; padding: 35px;}
.g1-full .g1-txt h3 {font-size: 28px; font-weight: 600;}
.g1-full .g1-btn {left: 35px;}
.grid1 > div.g1-full .g1-img {width: 40%; top: -172px;}
.grid1 > div.g1-full .g1-img img {height: 83%; top: 60%; left: 25%;}

.grid1 > div:hover {box-shadow: 0 10px 0 #ededed;}
.grid1 > div:hover .g1-txt h3 {border-left: 4px solid #ededed; padding-left: 15px; transform: none;}
.grid1 > div:hover .g1-txt p {opacity: 0; cursor: default;}
.grid1 > div:hover .g1-btn {bottom: 25px; opacity: 1;}
.grid1 > div.g1-full:hover .g1-btn {bottom: 35px;}
.grid1 > div:hover .g1-img {opacity: 0.3;}

#intro3 {background: url(//ccimanaged.com/wp-content/uploads/bg-intro.jpg) no-repeat center center / cover;}

#talk {background: url(//ccimanaged.com/wp-content/uploads/bg-talk.jpg) no-repeat calc((100% - 400px)/2) center #f7931e; background-size: auto 100%; text-align: center; padding: 30px 15px 50px; color: #fff; font-family: 'Exo'; font-size: 22px; position: relative;}
#t-shapes {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(//ccimanaged.com/wp-content/uploads/bg-shapes.png) no-repeat center center / contain; z-index: 1;}
#talk .limit {position: relative; z-index: 2;}
#t-ico {line-height: 0; margin: 0 0 20px;}
#ti-wrap {display: inline-block; position: relative;}
#ti-wrap:after {content: ""; display: block; position: absolute; left: 50%; bottom: 0; transform: translate(-50%, 0); width: 300%; height: 3px; background: #fff; border-radius: 50px;}
#t-ico img {height: 70px;}
#talk h2 {font-size: 28px; font-weight: 600; margin: 0 0 35px;}
#talk p:not(:last-child) {margin: 0 0 35px;}
#talk a:not(.t-btn) {color: #fff; text-decoration: none;}
#talk .t-sm {font-size: 15px;}
.t-reg {font-size: 15px; font-family: 'Roboto'; max-width: 750px; margin: 0 auto 35px!important;}
a.t-btn {display: inline-block; text-decoration: none; background: #fff; color: #f7931e; font-weight: 500; padding: 12px 50px; border-radius: 100px; font-size: 16px; margin: 10px 0 0;}
a.t-btn:hover {background: #f7931e; color: #fff;}

#footer {padding: 50px 15px 30px; font-size: 14px; line-height: 1.6; color: #1d333e; font-family: 'Exo';}
#f-top {border-bottom: 1px solid #ddd; padding: 0 0 30px; margin: 0 0 30px;}
.f-head1 {font-family: 'Exo'; color: #065479; font-weight: 400; font-size: 18px; text-transform: uppercase; letter-spacing: 2px;}
#footer li {margin: 0 0 8px;}
#footer li a {display: inline-block; font-family: 'Exo'; color: #1d333e; text-decoration: none;}
#footer li a:hover {color: #2a8cbd;}
#footer strong {font-weight: 600;}
#f-brand {max-width: 400px;}
#f-brand #f-logo {margin: 0 0 15px;}

#f-bottom {position: relative; font-size: 12px;}
#f-if {display: inline-flex; align-items: center;}
#f-if > div {padding: 0 20px; border-right: 1px solid #ddd;}
#f-if > div:first-child {padding-left: 0;}
#f-if > div:last-child {padding-right: 0; border: 0;}
#f-logo-wrap {text-align: center;}
#f-logo img {width: 200px;}
#f-soc a {display: inline-block; vertical-align: bottom; padding: 0 10px;}
#f-soc a:first-child {padding-left: 0;}
#f-soc a:last-child {padding-right: 0;}
#f-soc img {height: 23px;}

#stats.stats-inner {background: #fff; color: #1d333e;}
#stats.stats-inner .s-label {border-color: #e2e2e2;}
#stats.stats-inner .s-num {color: #065479;}

#cta {background: url(//ccimanaged.com/wp-content/uploads/bg-shape.jpg) no-repeat center center #f7931e; text-align: center; color: #fff; padding: 75px 15px;}
#cta .limit {max-width: 500px;}
#cta .head1 {color: #fff; font-size: 30px;}
#cta a.button {background: #fff; color: #f7931e;}
#cta a.button:hover {background: #f7931e; color: #fff;}
#cta a:not(.button) {color: #fff; text-decoration: none;}

#sbites .head1 {margin: 0 0 20px; line-height: 1.2;}
#sbites .mtphr-dnt-tick-container, #sbites .mtphr-dnt-tick-contents {overflow: visible;}
.soundbite {background: #fff; border-radius: 10px; padding: 20px; box-sizing: border-box; box-shadow: 0 10px 25px 0 rgb(0 0 0 / 5%);}
.soundbite .sb-head {font-family: 'Exo'; font-weight: 500; font-size: 20px; color: #1d333e;}
.soundbite .sb-by {font-family: 'Exo';}
.soundbite p:not(.sb-head):not(.sb-by) {color: #2a8cbd;}
.mtphr-dnt-control-button {margin: 0 5px;}
.mtphr-dnt-control-button i {border: 3px solid #f7931e; border-radius: 50px; width: 8px; height: 8px; color: transparent; font-size: 0;}
.mtphr-dnt-control-button.active i {background: #f7931e;}

.logos img {width: 100%; max-width: 200px; max-height: 85px; border-radius: 10px;}

#sbites .crw-tst.crw-theme-color {background: none; color: #333;}
#sbites .crw-tst .crw-tst-container {width: 100%; display: flex; flex-flow: row wrap;}
#sbites .crw-tst-powered {display: none;}
#sbites .crw-tst .crw-tst-container .crw-tst-date {font-size: 0.8em;}

#menu-item-1043:before {content: ""; display: block; position: absolute; left: 0; top: 50%; transform: translate(0, -50%); border-left: 1px solid rgba(255, 255, 255, 0.5); height: 40px;}
.scroll #menu-item-1043:before {border-color: rgba(29, 51, 62, 0.5);}

@media screen and (max-width : 1040px){
	body.template-front-page .site-content, body.single-attachment .site-content, body.full-width .site-content {padding: 40px 0; box-sizing: border-box;}
	.flex.rows {width: 100%; margin-left: 0;}

	#logo img {height: 66px;}

	#lb-txt {padding: 125px 15px 50px;}
	#lb-txt h1 {font-size: 32px;}
	#blg-pics img {transform: translate(-6%,0);}
}
@media screen and (max-width : 850px){
	#main {display: block;}
	.site-content {padding: 30px 0;}
	.widget-area {width: 100%; margin: 0; padding: 0 0 30px;}

	#banner.b-home {height: 600px;}
	#b-pics img {transform: translate(-6%,0);}
	#b-circle {top: 47%;}
	#b-circle img {width: 425px;}
	#b-txt {top: 47%;}
	#b-txt h1 {font-size: 26px;}

	.s-num {font-size: 52px;}

	.g1-img {top: -15px; right: -65px;}
	.g1-img img {width: 125%; height: 125%;}
	.grid1 > div.g1-full .g1-img {top: -100px; right: -75px;}
	.grid1 > div.g1-full .g1-img img {width: auto;}

	#talk {font-size: 20px;}
	#t-ico img {height: 60px;}
	#talk h2 {font-size: 26px;}

	#lbt-wrap {max-width: 100%;}
	#lbt-txt {line-height: 1.5;}
	#blg-pics img {transform: translate(-5%,0);}

	#f-brand {max-width: 250px;}
}
@media screen and (max-width : 720px){
	.fbreak1 {display: block!important; margin-left: 0; width: 100%;}
	.flex.fbreak1.p1 > *, .flex.fbreak1.p2 > *, .flex.fbreak1.p3 > *,
	.flex.fbreak1.p4 > *, .flex.fbreak1.p5 > *, .flex.fbreak1.p6 > * {padding: 0;}
	.fbreak1 > * {width: 100%!important; margin: 0 0 15px!important;}
	.fbreak1 > *.m0, .fbreak1 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak1 > :last-of-type {margin: 0!important;}
	.f4-break {flex-flow: row wrap;}
	.f4-break > * {width: 48%!important; flex: auto!important; margin: 0 1% 15px!important;}
	.f4-break > *:nth-last-child(-n+2) {margin-bottom: 0!important;}

	.entry-content h1, .comment-content h1, h1.entry-title, .archive-title, .page-title, .entry-content > h2:first-child {font-size: 32px;}

	#banner.b-home {height: 500px;}
	#b-circle {top: 50%;}
	#b-circle img {width: 375px;}
	#b-txt {top: 50%;}
	#b-txt h1 {font-size: 24px;}
	#b-tag {bottom: 46px;}
	#blg-pics {opacity: 0.9;}
	#b-pics img {transform: translate(-5.31%,0);}

	#intro1 {padding: 15px 15px 0;}
	#intro1 .limit > .flex:first-child {margin-top: 0;}
	#intro1 .limit > .flex:nth-child(even) .i1-ico {right: auto; left: 0; transform: translate(-50%,-50%);}
	#intro1 .flex .i1-img {margin-left: 30px!important; width: calc(100% - 30px)!important;}
	.i1-img img {width: 100%;}

	.s-label {min-height: 59px; box-sizing: border-box;}

	.g1-img, .grid1 > div.g1-full .g1-img {top: -80px; right: -75px; width: 48%;}
	.g1-img img, .grid1 > div.g1-full .g1-img img {width: 115%; height: 115%;}

	#talk {background-position: calc((100% - 330px)/2) center;}
	#talk h2 {margin: 0 0 25px;}
	#talk p:not(:last-child) {margin: 0 0 20px;}

	#footer {text-align: center; padding: 30px 15px;}
	#footer .flex > div:not(.m0):not(:last-child) {margin: 0 0 25px!important;}
	.f-head1 {margin: 0 0 15px;}
	.f-head1.empt {display: none;}
	#footer li {margin: 0 0 5px;}
	#f-if {margin: 0 0 10px;}
	#f-bottom .abs-left, #f-bottom .abs-right {position: static; transform: none;}
	#f-brand {max-width: none;}

	#blg-pics img {transform: translate(-7.5%,0);}
	#lb-txt a.button, .cta a.button {background: #fff; color: #f7931e;}
}
@media screen and (max-width : 575px){
	.site-content {padding: 30px 0;}
	.single img.attachment-post-thumbnail {float: none!important; display: block; margin: 0 auto 15px!important; max-width: 100%;}
	.nav-single, .nav-single #ns-next {text-align: center;}
	.nav-single .ns-ib {display: inline;}
	.right, .left {float: none; display: block; margin: 0 auto 15px;}
	img.right, img.left {max-width: 100%;}
	.fbreak2 {display: block!important; margin-left: 0; width: 100%;}
	.flex.fbreak2.p1 > *, .flex.fbreak2.p2 > *, .flex.fbreak2.p3 > *,
	.flex.fbreak2.p4 > *, .flex.fbreak2.p5 > *, .flex.fbreak2.p6 > * {padding: 0;}
	.fbreak2 > * {width: 100%!important; margin: 0 0 15px!important;}
	.fbreak2 > *.m0, .fbreak2 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak2 > :last-of-type {margin: 0!important;}
	.f4-break.fbreak2 > *:nth-last-child(2) {margin-bottom: 15px!important;}

	.entry-content h1, .comment-content h1, h1.entry-title, .archive-title, .page-title, .entry-content > h2:first-child {font-size: 30px;}

	#b-shapes, #t-shapes {display: none;}
	#b-circle img {width: 350px;}
	#b-txt h1 {font-size: 22px;}
	#b-tag {font-size: 18px;}

	#intro2 br {display: none;}

	#stats .flex.f4-break > div:not(:nth-last-child(-n+2)) {margin-bottom: 40px!important;}
	.s-num {font-size: 44px;}
	.s-label {min-height: 0; margin: 0 0 15px;}

	.g1-img img, .grid1 > div.g1-full .g1-img img {left: 46%; top: 71%;}
	.g1-txt h3, .g1-full .g1-txt h3 {padding: 0 36% 0 19px;}
	.g1-txt p {padding: 0 33% 0 0;}

	#talk {padding: 30px 15px 35px; font-size: 18px; background-position: calc((100% - 252px)/2) center;}
	#talk h2 {font-size: 22px; margin: 0 0 20px;}
	#talk p:not(:last-child) {margin: 0 0 15px;}

	#f-logo img {width: 135px;}

	#lb-txt h1 {font-size: 30px;}
	#lb-head2 {font-size: 18px;}

	#cta {padding: 50px 15px; background-size: 165% auto;}
	#blg-pics img {transform: translate(-8%,0);}

	.img-cap {padding: 50% 0 0; min-height: 230px; box-sizing: border-box;}
	.img-cap img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}

	.t-reg {font-size: 13px;}
}
@media screen and (max-width : 425px){
	.fbreak3 {display: block!important; margin-left: 0; width: 100%;}
	.fbreak3 > *, .fbreak3.f4-break > *:nth-last-child(2), .fbreak3.f4-break > *:nth-last-child {width: 100%!important; margin: 0 0 15px!important;}
	.fbreak3 > *.m0, .fbreak1 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak3 > :last-of-type {margin: 0!important;}

	#b-pics {height: 65%;}
	#b-pics img {transform: translate(-5%,0);}
	#b-tag {font-size: 17px;}

	.i1-ico {width: 45px; height: 45px;}
	#intro1 .flex .i1-img {margin-left: 20px!important; width: calc(100% - 20px)!important;}

	.flex.rows.grid1 > div {padding: 25px;}

	.g1-img, .grid1 > div.g1-full .g1-img {top: -25px; right: -53px; width: 50%;}

	#talk {font-size: 17px; background-position: calc((100% - 222px)/2) center;}
	#t-ico img {height: 50px;}
	#talk h2 {font-size: 20px;}
	#ti-wrap:after {height: 2px;}
	#talk .t-sm {font-size: 13px;}

	#lbt-txt {font-size: 14px;}
}.wp-admin .updraftupdatesnotice-yourversiontested {display: none;}