@import url(https://fonts.googleapis.com/css?family=Patua+One);
@import url(https://fonts.googleapis.com/css?family=Architects+Daughter);
@import url(https://fonts.googleapis.com/css?family=Armata);
@font-face {
	font-family: 'Archivo';
	src: url('./common/fonts/Archivo-Italic.eot');
	src: url('./common/fonts/Archivo-Italic.eot?#iefix') format('embedded-opentype'),
			url('./common/fonts/Archivo-Italic.woff2') format('woff2'),
			url('./common/fonts/Archivo-Italic.woff') format('woff'),
			url('./common/fonts/Archivo-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Archivo';
	src: url('./common/fonts/Archivo-Bold.eot');
	src: url('./common/fonts/Archivo-Bold.eot?#iefix') format('embedded-opentype'),
			url('./common/fonts/Archivo-Bold.woff2') format('woff2'),
			url('./common/fonts/Archivo-Bold.woff') format('woff'),
			url('./common/fonts/Archivo-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Archivo';
	src: url('./common/fonts/Archivo-Regular.eot');
	src: url('./common/fonts/Archivo-Regular.eot?#iefix') format('embedded-opentype'),
			url('./common/fonts/Archivo-Regular.woff2') format('woff2'),
			url('./common/fonts/Archivo-Regular.woff') format('woff'),
			url('./common/fonts/Archivo-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Archivo';
	src: url('./common/fonts/Archivo-SemiBold.eot');
	src: url('./common/fonts/Archivo-SemiBold.eot?#iefix') format('embedded-opentype'),
			url('./common/fonts/Archivo-SemiBold.woff2') format('woff2'),
			url('./common/fonts/Archivo-SemiBold.woff') format('woff'),
			url('./common/fonts/Archivo-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Archivo';
	src: url('./common/fonts/Archivo-ExtraBold.eot');
	src: url('./common/fonts/Archivo-ExtraBold.eot?#iefix') format('embedded-opentype'),
			url('./common/fonts/Archivo-ExtraBold.woff2') format('woff2'),
			url('./common/fonts/Archivo-ExtraBold.woff') format('woff'),
			url('./common/fonts/Archivo-ExtraBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Archivo';
	src: url('./common/fonts/Archivo-Black.eot');
	src: url('./common/fonts/Archivo-Black.eot?#iefix') format('embedded-opentype'),
			url('./common/fonts/Archivo-Black.woff2') format('woff2'),
			url('./common/fonts/Archivo-Black.woff') format('woff'),
			url('./common/fonts/Archivo-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Archivo';
	src: url('./common/fonts/Archivo-SemiBoldItalic.eot');
	src: url('./common/fonts/Archivo-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
			url('./common/fonts/Archivo-SemiBoldItalic.woff2') format('woff2'),
			url('./common/fonts/Archivo-SemiBoldItalic.woff') format('woff'),
			url('./common/fonts/Archivo-SemiBoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}


@font-face {
  font-family: 'ElegantIcons';
  src: url('./common/fonts/ElegantIcons.eot'); /* IE9 Compat Modes */
  src: url('./common/fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./common/fonts/ElegantIcons.woff') format('woff'), /* Modern Browsers */
       url('./common/fonts/ElegantIcons.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('./common/fonts/ElegantIcons.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}
ol{
	padding:10px 0;
}
.wp-editor .wp-caption{
	max-width: 100% !important;
}
.wp-editor  h1.Title,
.wp-editor  h1{
	color:#00a1f2;
	font-size:28px;
	line-height:28px;
	font-weight:normal;
	text-transform:uppercase;
	font-family: "Archivo",Arial;
	text-align:center;
	margin-bottom:30px;
}
.wp-editor h2{
	color:#00a1f2;
	font-size:24px;
	font-family: "Archivo",Arial;
	font-weight: 900;
	text-transform:uppercase;
	margin-bottom:17px;
	line-height:28px;
}

.wp-editor img,
.editor img{
	height:auto!important;
	margin:10px 10px 10px 0;
}
.wp-editor   p img{
	width:auto;
	max-width:100%;
	height:auto;
}
.wp-editor   h3,
.wp-editor  h4,
.wp-editor  h5,
.wp-editor  h6,
.wp-editor   h3 b,
.wp-editor  h4 b,
.wp-editor  h5 b,
.wp-editor  h6 b{
	color:#00a1f2;
	font-size:18px;
	font-family: "Archivo",Arial;
	font-weight: 800;
	margin-bottom:17px;
	line-height:28px;
}
.wp-editor   h3{
	font-size:22px;
	margin-top:10px;
	margin-bottom:25px;
}
.wp-editor   h4{
	font-size:20px;
}
.wp-editor    ul li{
	padding-left:20px;
	font-family: 'Archivo', Arial;
    font-size: 16px;
    margin-bottom: 0;
	background:url("common/images/icon_li.jpg") no-repeat 0 7px;
}
.wp-editor    ul{
	padding-bottom:20px;
	list-style-position: inside;
}
.editor  table,
.wp-editor  table{
	border:#ccc dotted 1px;
	margin-bottom:25px;
}
.editor table thead,
.editor table th,
.wp-editor table thead,
.wp-editor table th{
	background-color:#217580;
	color:#fff;
}
.editor table  thead td,
.wp-editor table  thead td,
.editor table th,
.wp-editor table th{
	padding:5px 10px;
	border-left:0px dotted #217580;
}
.editor table   td,
.wp-editor table   td{
	padding:3px 10px;
	border-top:1px dotted #ccc;
	border-left:1px dotted #ccc;
}
.wp-editor ol li,
.editor  ol li{
	display: list-item !important;
    list-style-position: outside !important;
    list-style-type: inherit;
    margin: 0 0 0 15px;
}
.wp-editor  img.feature-img{
	max-width:370px;
	margin-top:8px;
}
.wp-editor  .aligncenter,
.editor  .aligncenter{
	margin: auto;
}
.wp-editor  .alignright ,
.editor  .alignright {
	float:right;
	margin-left:50px;
	margin-bottom:30px;
}
.editor ,
.wp-editor {
	margin-bottom:0;
	font-size:16px;
	font-family: 'Archivo', Arial;
	line-height:28px;
}

.wp-editor  .alignleft ,
.editor  .alignleft {
	float:left;
	margin-right:50px;
	margin-top:10px;
}
.wp-editor ol,
.editor  ol{
	padding-bottom:20px;
	margin-left:0px;
	margin-bottom:0;
}
.wp-editor  p.Ingress ,
.editor  p.Ingress{
	color:#8f8f8f;
	font-size:20px;
	font-family: "Archivo",Arial;
	font-weight:normal;
	line-height:30px;
	margin-bottom:30px;
}
.wp-editor p,
.editor p{
	margin-bottom:20px;
}
.wp-editor p a:hover,
.editor p a:hover{
	text-decoration:underline;
}
blockquote {
    padding: 0;
    text-align: center;
	font-size:16px!important;
	font-style:italic;
	color:#8f8f8f;
}
blockquote p{
	padding:0!important;
}
.wp-editor .wp-caption p,
.editor .wp-caption p {
	margin-top: 0 !important;
	font-size: 13px;
	color: #262626;
	margin-bottom: 0;
	font-style: italic;
}
@media only screen and (max-width: 939px) {

}
@media only screen and (max-width:767px) {
	.wp-editor .alignright, .editor .alignright{
		margin-left:0;
		float:left;
	}
	.wp-editor p.Ingress, .editor p.Ingress{
		font-size:15px;
		line-height:22px;
	}
	.wp-editor p.Ingress, .editor p.Ingress{
		margin-bottom:20px;
	}
	.wp-editor ul li{
		font-size:14px;
		line-height:22px;
		background-position:0 4px;
	}
	.wp-editor h2{
		font-size:18px;
		margin-bottom:16px;
	}
	.wp-editor h3{
		font-size:18px;
		margin-bottom:14px;
	}
	.wp-editor h4,.wp-editor h5,.wp-editor h6{
		font-size:16px;
		margin-bottom:14px;
	}
	.wp-editor p.Ingress, .editor p.Ingress{
		clear:both;
	}
}
