@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,800");
 @media only screen and (min-width: 768px) {
 	.pv-snippet-hero h1 {
 		font-size: 58px;
 		letter-spacing: 4px;
 	}
 }
 @media screen and (max-width: 1200px) {
 	section.call-to-action_image-right {
 		padding: 5vw;
 	}
 }
 @media screen and (min-width: 1201px) {
 	section.call-to-action_image-right {
 		/*padding: 0px calc((100vw - 1100px) / 2);*/
 	}
 }
 @media screen and (max-width: 800px) {
 	.cta_with_button-white {
 		padding: 60px 5vw;
 	}
 }
 @media screen and (min-width: 800px) {
 	.cta_with_button-white {
 		padding: 60px calc((100vw - 700px) / 2);
 	}
 }
 @media screen and (max-width: 500px) {
 	.features_three-image-text_white>.j-card>.text {
 		padding: 40px 20px;
 	}
 }
 @media screen and (min-width: 500px) {
 	.features_three-image-text_white>.j-card>.text {
 		padding: 40px;
 	}
 }
 @media screen and (max-width: 800px) {
 	.cta_with_button-black {
 		padding: 60px 5vw;
 	}
 }
 @media screen and (min-width: 800px) {
 	.cta_with_button-black {
 		padding: 60px calc((100vw - 700px) / 2);
 	}
 }
 @media screen and (max-width: 750px) {
 	section.image-left_text-right {
 		grid-template-columns: 1fr;
 	}
 }
 @media screen and (min-width: 750px) {
 	section.image-left_text-right {
 		grid-template-columns: 45% 55%;
 	}
 }
 @media screen and (max-width: 1200px) {
 	section.image-left_text-right {
 		padding: 60px 5vw;
 	}
 }
 @media screen and (min-width: 1200px) {
 	section.image-left_text-right {
 		padding: 120px calc((100vw - 1200px) / 2);
 	}
 }
 @media screen and (max-width: 500px) {
 	.features_four-icon-border_white>.j-card {
 		padding: 40px 20px;
 	}
 }
 @media screen and (min-width: 500px) {
 	.features_four-icon-border_white>.j-card {
 		padding: 40px;
 	}
 }
 @media screen and (max-width: 800px) {
 	.cta_with_button-color {
 		padding: 60px 5vw;
 	}
 }
 @media screen and (min-width: 800px) {
 	.cta_with_button-color {
 		padding: 60px calc((100vw - 700px) / 2);
 	}
 }
 @media screen and (max-width: 800px) {
 	.cta_with_button-color {
 		padding: 60px 5vw;
 	}
 }
 @media screen and (min-width: 800px) {
 	.cta_with_button-color {
 		padding: 60px calc((100vw - 700px) / 2);
 	}
 }
 .features_three-icon-text_white {
 	--theme-color: #6CA0E5;
 }
 .features_three-icon-text_white {
 	font-family: sans-serif;
 	display: flex;
 	flex-wrap: wrap;
 	padding: 5px;
 	justify-content: center;
 	align-items: stretch;
 	color: rgb(33, 33, 33);
 	background: white;
 }
 .features_three-icon-text_white h3, .features_three-icon-text_white p {
 	margin: 0px;
 	padding-bottom: 15px;
 }
 .features_three-icon-text_white>.j-card {
 	width: 300px;
 	max-width: 90vw;
 	margin: 25px;
 	border: 1px solid gray;
 	border-radius: 5px;
 	color: inherit;
 	text-decoration: none;
 	text-align: center;
 	display: flex;
 	flex-direction: column;
 	transition: all 0.2s ease 0s;
 }
 @media screen and (max-width: 500px) {
 	.features_three-icon-text_white>.j-card {
 		padding: 40px 20px;
 	}
 }
 @media screen and (min-width: 500px) {
 	.features_three-icon-text_white>.j-card {
 		padding: 40px;
 	}
 }
 .features_three-icon-text_white>.j-card>i[class^="fa"] {
 	font-size: 50px;
 	text-align: center;
 	margin-bottom: 30px;
 }
 .features_three-icon-text_white>.j-card .text>.learn-more {
 	color: var(--theme-color);
 	font-weight: bold;
 }
 @media screen and (max-width: 800px) {
 	.cta_with_button-white {
 		padding: 60px 5vw;
 	}
 }
 @media screen and (min-width: 800px) {
 	.cta_with_button-white {
 		padding: 60px calc((100vw - 700px) / 2);
 	}
 }
 section.heading_3-card-rotator {
 	font-family: Poppins, sans-serif;
 	--theme-color: #c6b069;
 }
 @media screen and (max-width: 1400px) {
 	section.heading_3-card-rotator {
 		padding: 60px 5vw;
 	}
 }
 /*@media screen and (min-width: 1400px) {*/
 /*	section.heading_3-card-rotator {*/
 /*		padding: 120px calc((100vw - 1400px) / 2);*/
 /*	}*/
 /*}*/
 section.heading_3-card-rotator a {
 	color: inherit;
 	text-decoration: none;
 	display: inline-block;
 }
 section.heading_3-card-rotator ul {
 	list-style: none;
 	margin: 0px;
 	padding: 0px;
 }
 section.heading_3-card-rotator header {
 	text-align: center;
 	padding: 15px 15px 60px;
 }
 section.heading_3-card-rotator header>h2 {
 	font-weight: 600;
 	font-size: 36px;
 }
 section.heading_3-card-rotator header>p {
 	font-weight: 300;
 	font-size: 14px;
 }
 section.heading_3-card-rotator .card {
 	margin-right: 30px;
 }
 section.heading_3-card-rotator .card>a>img, section.heading_3-card-rotator .card>img {
 	border-radius: 16px;
 	width: 100%;
 }
 section.heading_3-card-rotator .card .tags {
 	margin: 20px 0px;
 	font-weight: 400;
 	font-size: 12px;
 }
 section.heading_3-card-rotator .card .tags ul {
 	display: flex;
 }
 section.heading_3-card-rotator .card .tags li {
 	border: 1px solid rgb(238, 238, 238);
 	margin-right: 5px;
 }
 section.heading_3-card-rotator .card .tags a {
 	padding: 4px 12px;
 }
 section.heading_3-card-rotator .card .title {
 	font-weight: 600;
 	font-size: 18px;
 }
 section.heading_3-card-rotator .card p {
 	color: rgb(119, 119, 119);
 	font-weight: 300;
 	font-size: 14px;
 	margin: 1em 0px 1.5em;
 }
 section.heading_3-card-rotator .card .j-date {
 	font-weight: 300;
 	font-size: 14px;
 }

.container, .portal-content-wrapper { width: 100%; }

.pv-grid-col img.blogimage { max-width: 80%; margin: 0 auto; }

section.heading_3-card-rotator {
    /*border-top: 1px solid #0000006e;*/
    margin: 0 auto;
    /*margin-top: 50px;*/
    border-bottom: 1px solid #0000006e;
    margin-bottom: 50px;
    padding-top: 10px;
    padding-bottom: 25px;
}

.text-container {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

 @media screen and (max-width: 800px) {
 	.text-container, .pv-grid-col img.blogimage {
 		max-width: 98%;
 	}
 	section.image-left_text-right { padding: 10px 10px 25px 10px; }
 }
/*================================================*/

@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic');

#features_image-left_white {
    background: white;
    font-family: 'Nanum Gothic', sans-serif;
    display: grid;
    grid-gap: 40px;
}
@media screen and (max-width: 1100px) {
    #features_image-left_white {
        padding: 40px 5vw;
        grid-template-columns: 1fr;
    }
}
@media screen and (min-width: 1100px) {
    #features_image-left_white {
        padding: 80px calc( (100vw - 1100px) / 2) 10px;
        grid-template-columns: repeat(2, 1fr);
    }
}


#features_image-left_white * {
    box-sizing: border-box;
}

#features_image-left_white > * {
    flex-grow: 1;
    flex-basis: 0;
}

#features_image-left_white > picture > img {
    background-color: gray;
    border-radius: 7px;
    display: block;
    margin: auto;
    max-width: 100%;
}

/*#features_image-left_white > .text-container {*/
/*    padding: 3vw;*/
/*}*/
/*@media screen and (max-width: 1100px) {*/
/*    #features_image-left_white > .text-container {*/
/*        padding: 3vw 6vw 3vw 0;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 1100px) {*/
/*    #features_image-left_white > .text-container {*/
/*        padding: 50px 50px 50px 0;*/
/*    }*/
/*}*/

#features_image-left_white > .text-container > * {
    margin: 0;
    padding: 0 0 1em 0;
}

#features_image-left_white > .text-container >  h3 {
    color: black;
    font-size: 28px;
}
#features_image-left_white > .text-container > p {
    color: #4d4d4d;
    font-size: 18px;
}

#features_image-left_white > .text-container > a {
    background-color: #263238;
    color: #ffffff;
    border-color: #263238;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none !important;
    border: none;
    box-shadow: none;
    background-color: transparent;
    text-decoration: none;
    font-weight: normal;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 13px;
    -webkit-transition-property: color,border-color,background-color;
    transition-property: color,border-color,background-color;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    border-color: #263238;
    color: #263238;
    display: block;
    width: 100%;
    cursor: pointer;
    font-weight: normal;
    padding: 15px 20px;
    vertical-align: middle;
    border-style: solid;
    border-width: 1px;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    white-space: normal;
}

#features_image-left_white > .text-container > a > span {
    font-size: 8px;
}

/*#features_image-left_white > .text-container > a:hover,*/
/*#features_image-left_white > .text-container > a:focus,*/
/*#features_image-left_white > .text-container > a:active {*/
/*    transform: scale(1.2);*/
/*    margin-left: 1em;*/
/*}*/

/*================================================*/
.container, .portal-content-wrapper { width: 100%; }

.customPage .slick-track { margin-left: 0; }

.grid .grid-col img {
    max-width: 100%;
    border: 1px solid #EFEFEF;
}
/*=====================================================*/

.cta_with_button-black {
    background: #212121;
    text-align: center;
}
@media screen and (max-width: 800px) {
    .cta_with_button-black {
        padding: 60px 5vw;
    }
}
@media screen and (min-width: 800px) {
    .cta_with_button-black {
        padding: 60px calc( (100vw - 700px) / 2)
    }
}

.cta_with_button-black,
.cta_with_button-black * {
    box-sizing: border-box;
}

.cta_with_button-black > * {
    margin: 15px 0 !important;
}

/*::J:: Overwriting PV styles*/
.cta_with_button-black > p.txt,
.cta_with_button-black > h2.hdg {
    color: white;
}

.cta_with_button-black > p.txt {
    display: block;
}

.cta_with_button-black > h2.hdg,
.cta_with_button-black > a {
    display: inline-block;
}

.cta_with_button-black > .j-button {
    /*::J:: Editable*/
    --color1: #4185DE;
    --color2: white;
    
    background: var(--color1);
    color: var(--color2);
    text-transform: uppercase;
    padding: 1em 2em;
    border-radius: 5px;
    font-weight: bold;
    font-size: 12px;
}

.cta_with_button-black > .j-button:focus,
.cta_with_button-black > .j-button:hover {
    background: var(--color2);
    color: var(--color1);
}

/*=====================================================*/
.container, .portal-content-wrapper { width: 100%; }
/*=======================================================*/

/*:: Customizer ::*/
.features_two-icon-text_color {
    --theme-color: #4185DE;
    --card-color: white;
    --accent-color: black;
}


/*:: Static Styling ::*/
.features_two-icon-text_color {
    font-family: sans-serif;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 5vw;
    justify-content: center;
    align-items: stretch;
    color: #212121;
    background: var(--theme-color)
}

.features_two-icon-text_color h3,
.features_two-icon-text_color p {
    margin: 0;
    padding-bottom: 15px;
}

.features_two-icon-text_color > .j-card {
    width: 500px;
    max-width: 90vw;
    margin: 25px;
    border: 1px solid gray;
    border-radius: 5px;
    color: inherit;
    text-decoration: none;
    padding: 40px;
    display: flex;
    background: var(--card-color);
    justify-content: center;
}
@media screen and (max-width: 500px) {
    .features_two-icon-text_color > .j-card {
        flex-direction: column;
    }
}
@media screen and (min-width: 500px) {
    .features_two-icon-text_color > .j-card {
        flex-direction: row;
    }
}

.features_two-icon-text_color > .j-card:focus,
.features_two-icon-text_color > .j-card:hover {
    border-bottom: 4px solid var(--accent-color);
}

.features_two-icon-text_color > .j-card > i[class^="fa"] {
    font-size: 50px;
    text-align: center;
}
@media screen and (max-width: 500px) {
    .features_two-icon-text_color > .j-card > i[class^="fa"] {
        margin-right: 0;
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 500px) {
    .features_two-icon-text_color > .j-card > i[class^="fa"] {
        margin-right: 40px;
        margin-bottom: 0;
    }
}

.features_two-icon-text_color > .j-card .text > .learn-more {
    color: var(--theme-color);
    font-weight: bold;
}

/*=======================================================*/
.container, .portal-content-wrapper { width: 100%; }
/*=====================================================*/

/*:: Customizer ::*/
.cta_with_button-background {
    --theme-color: #4185DE;
    --text-color: white;
    --background-image: url("https://picsum.photos/1000/400");
}


/*:: Static Styling ::*/
.cta_with_button-background {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    background-image: var(--background-image);
}
@media screen and (max-width: 800px) {
    .cta_with_button-background {
        padding: 60px 5vw;
    }
}
@media screen and (min-width: 800px) {
    .cta_with_button-background {
        padding: 60px calc( (100vw - 700px) / 2)
    }
}

.cta_with_button-background,
.cta_with_button-background * {
    box-sizing: border-box;
}

.cta_with_button-background > * {
    margin: 15px 0 !important;
}

/*::J:: Overwriting PV styles*/
.cta_with_button-background > p.txt,
.cta_with_button-background > h2.hdg {
    color: var(--text-color);
}

.cta_with_button-background > p.txt {
    display: block;
}

.cta_with_button-background > h2.hdg,
.cta_with_button-background > a {
    display: inline-block;
}

.cta_with_button-background > .j-button {
    background: var(--text-color);
    color: var(--theme-color);
    border: 3px solid transparent;
    text-transform: uppercase;
    padding: 1em 2em;
    border-radius: 5px;
    font-weight: bold;
    font-size: 12px;
}

.cta_with_button-background > .j-button:focus,
.cta_with_button-background > .j-button:hover {
    background: var(--theme-color);
    color: var(--text-color);
    border-color: var(--text-color);
}

/*=====================================================*/
.container, .portal-content-wrapper { width: 100%; }
/*======================================================*/

.cta_with_button-white {
    background: white;
    text-align: center;
}
@media screen and (max-width: 800px) {
    .cta_with_button-white {
        padding: 60px 5vw;
    }
}
@media screen and (min-width: 800px) {
    .cta_with_button-white {
        padding: 60px calc( (100vw - 700px) / 2)
    }
}

.cta_with_button-white,
.cta_with_button-white * {
    box-sizing: border-box;
}

.cta_with_button-white > * {
    margin: 15px 0 !important;
}

.cta_with_button-white > p {
    display: block;
}

.cta_with_button-white > h2.hdg,
.cta_with_button-white > a {
    display: inline-block;
}

.cta_with_button-white > .j-button {
    /*::J:: Editable*/
    background: #4185DE;
    color: white;
    
    text-transform: uppercase;
    padding: 1em 2em;
    border-radius: 5px;
    font-weight: bold;
    font-size: 12px;
}

.cta_with_button-white > .j-button:focus,
.cta_with_button-white > .j-button:hover {
    box-shadow: -2px 2px 5px rgba(0,0,0, 0.3);
}

/*======================================================*/
.container, .portal-content-wrapper { width: 100%; }
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600');

section.heading_3-card-rotator {
    font-family: 'Poppins', sans-serif;
    
    /*::J:: Editable*/
    --theme-color: #c6b069;
}

@media screen and (max-width: 1400px) {
    section.heading_3-card-rotator {
        padding: 60px 5vw;
    }
}
@media screen and (min-width: 1400px) {
    section.heading_3-card-rotator {
        padding: 120px calc( (100vw - 1400px) / 2 );
    }
}



section.heading_3-card-rotator a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

section.heading_3-card-rotator ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


section.heading_3-card-rotator header {
    text-align: center;
    padding: 15px 15px 60px 15px;
}

section.heading_3-card-rotator header > h2 {
    font-weight: 600;
    font-size: 36px;
}

section.heading_3-card-rotator header > p {
    font-weight: 300;
    font-size: 14px;
}


section.heading_3-card-rotator .card {
    margin-right: 30px;
}


section.heading_3-card-rotator .card > img {
    border-radius: 16px;
    width: 100%;
}



section.heading_3-card-rotator .card .tags {
    margin: 20px 0px;
    font-weight: 400;
    font-size: 12px;
}


section.heading_3-card-rotator .card .tags ul {
    display: flex;
}
section.heading_3-card-rotator .card .tags li {
    border: 1px solid #eee;
    margin-right: 5px;
}

section.heading_3-card-rotator .card .tags a {
    padding: 4px 12px;
}

section.heading_3-card-rotator .card .tags a:hover,
section.heading_3-card-rotator .card .tags a:active {
    background-color: var(--theme-color);
    color: #fff;
    border: none;
}



section.heading_3-card-rotator .card .title {
    font-weight: 600;
    font-size: 18px;
}



section.heading_3-card-rotator .card p {
    color: #777777;
    font-weight: 300;
    font-size: 14px;
        margin: 1em 0 1.5em 0;
}


section.heading_3-card-rotator .card .j-date {
    font-weight: 300;
    font-size: 14px;
}


section.heading_3-card-rotator .slick-dots {
    margin-top: 60px;
    bottom: auto;
}

section.heading_3-card-rotator .slick-dots li,
section.heading_3-card-rotator .slick-dots li button {
    width: 12px;
    height: 12px;
}

section.heading_3-card-rotator .slick-dots li button:before {
    content: "";
}


section.heading_3-card-rotator .slick-dots li button {
    opacity: 0.5;
    background: var(--theme-color);
}

section.heading_3-card-rotator .slick-dots li.slick-active button {
    opacity: 1
}

.container, .portal-content-wrapper { width: 100%; }
/*#blogpage .image_container {*/
/*  width: 500px;*/
/*  min-height: 300px;*/
/*}*/

/*#blogpage img {*/
/*  max-width: 100%;*/
/*  height: auto;*/
  
/*}*/

/*#blogpage img {*/
/*  width: 700px;*/
/*  height: 550px;*/
/*  margin: 10px 20px 0px 0px;*/
/*}*/

#blogpage p {
  font-size: 18px;
  margin: 0px;
}

.content {
  width: 100%;
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: space-between;*/
    margin-bottom: 25px;
}
.blog_image {
  float: left;
  width: 500px;
  height: 350px;
}
.blog_image img {
    width: 100%;
    height: 100%;
    padding: 1% 2% 0% 0%;
}