html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address,big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul,li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption,footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}article, aside, details, figcaption, figure,footer,header, hgroup, menu, nav, section {display: block;}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;}


/*GENERAL*/

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);	
}

input{
	padding: 0;
}

@font-face {
  	font-family: Bold;
  	src: url(../../assets/fonts/Montserrat-Bold.ttf);
}

@font-face {
  	font-family: Medium;
  	src: url(../../assets/fonts/Montserrat-Medium.ttf);
}

@font-face {
	font-family: Light;
	src: url(../../assets/fonts/Roboto-Regular.ttf);
}

body{	
    font-family: Light;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

b{
	font-family: Medium;
	font-size: 1.15rem;
}

i{
	font-style: italic;
}

h1{
    font-family: Bold;
	font-size: 2rem;
}


h2{
  	font-family: Bold;
	font-size: 1.5rem;
}

body{
	font-size: 1.15rem;
	background-color: #efefef;
}

.space{
	display: inline-block;
	width: 10px;
}

.center{
	text-align: center;
}

#page-heading{
	margin: 0 auto;
   	width: 1200px;
	position: relative;
}

.page-title{
	display: inline;
	font-family: Bold;
    font-size: 2rem;
	line-height: 1.2em;
	position: relative;
	color: #fff;
}

.page-title::before{
	content: "";
	position: absolute;
	left: 0;
	top: -5px;
	height: 3px;
	width: 25%;
	background-color: #fff;
}

.page-title::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	height: 3px;
	width: 40%;
	background-color: #fff;
}

.content-ul{
    margin-bottom: 1em;
}

.content-ul li{
    list-style-image: url('/assets/img/general/bullet.png');
    list-style-position: inside; 
}

.links-ul{
    margin-bottom: 1em;
    word-break: break-all;
} 

.links-ul li{
    padding: .25em 0;
    list-style: none;
}

.links-ul li a{
    font-size: 1rem;
}

.card{
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}

.card-inner{
    margin-bottom: 0;
}

.card-col1{
    
}

.card-col2{
    margin-left: .5em;
}

.card-link{
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}

.card-link-img{
    width: 80px;
    display: block;
}

.card-contact-img{
    width: 100px;
    display: block;
}

.card-title a{
    font-weight: 700;
    text-decoration: none;
    color: #333;
}


.content-title{
    font-family: Bold;
	margin-bottom: .5em;
	font-size: 1.75rem;
}

.content-p{
    margin-bottom: 1em;
}

.content-img{
    width: 250px;
}

/*Module*/

.hide-module{
	position: absolute;
	top: 0;
	right: .5em;
	cursor: pointer;
	transform: rotate(90deg);
}

.consultation-module{
	width: 420px;
	height: 75px;
	text-align: center;
	position: fixed;
	left: 50%;
	margin-left: -210px;
	font-size: 1.25em;
	padding: 1rem;
	box-sizing: border-box;
	border-radius: 5px 5px 0 0;
	color: #fff;
	background-color: #4982AC;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index:999;
	transition: bottom .2s ease-in;
	animation: fadeEffect 2s Forwards;
	box-shadow: -1px -1px 5px 1px rgba(0,0,0, .1);
}

.consultation-module a{
	text-decoration: none;
	color: #fff;
}

/*

#h1-home{
    background-image:url('../../img/about/about.png');
    background-repeat: no-repeat;
    background-size: 1.5em;
    background-position: left;
    padding-left: 1.25em;
    line-height: 1.5em;
}

#h1-services{
    padding-left: 1.5em;
    background-image: url('../../assets/img/services/services.png');
    background-repeat: no-repeat;
    background-position:left center;
    background-size: 1.25em;
}

#h1-personalcare{
    padding-left: 1.5em;
    background-image: url('../../assets/img/services/personalcare/personalcare_white.png');
    background-repeat: no-repeat;
    background-position:left center;
    background-size: 1.25em;
}

#h1-skilled{
    padding-left: 1.5em;
    background-image: url('../../assets/img/services/skilledpharmacy/skilledpharmacy.png');
    background-repeat: no-repeat;
    background-position:left center;
    background-size: 1.25em;
}

#h1-med{
    padding-left: 1.5em;
    background-image: url('../../assets/img/services/medsupply/medsupply.png');
    background-repeat: no-repeat;
    background-position:left center;
    background-size: 1.25em;
}

#h1-about{
    padding-left: 1.5em;
    background-image: url('../../assets/img/about/about.png');
    background-repeat: no-repeat;
    background-position:left center;
    background-size: 1.25em;
}

#h1-ourstaff{
    padding-left: 1.5em;
    background-image: url('../../assets/img/about/ourstaff/ourstaff.png');
    background-repeat: no-repeat;
    background-position:left center;
    background-size: 1.25em;
}

#h1-whychoose{
    padding-left: 1.5em;
    background-image: url('../../assets/img/about/whychoose/whychooseus.png');
    background-repeat: no-repeat;
    background-position:left center;
    background-size: 1.25em;
}

#h1-faq{
    padding-left: 1.5em;
    background-image: url('../../assets/img/faqs/faq_white.png');
    background-repeat: no-repeat;
    background-position:left center;
    background-size: 1.25em;
}

#h1-locations{
    padding-left: 1.5em;
    background-image: url('../../assets/img/locations/locations.png');
    background-repeat: no-repeat;
    background-position:left center;
    background-size: 1.25em;
}

#h1-video{
    padding-left: 1.5em;
    background-image: url('../../assets/img/video/video.png');
    background-repeat: no-repeat;
    background-position:left center;
    background-size: 1.25em;
}

#h1-ehr{
    padding-left: 1.5em;
    background-image: url('../../assets/img/services/ehr/ehr.png');
    background-repeat: no-repeat;
    background-position:left center;
    background-size: 1.25em;
}

#h1-edu{
    padding-left: 1.5em;
    background-image: url('../../assets/img/learn/learn.png');
    background-repeat: no-repeat;
    background-position:left center;
    background-size: 1.25em;
}

#h1-dialog{
    padding-left: 1.5em;
    background-image: url('../../assets/img/learn/dialog/dialog.png');
    background-repeat: no-repeat;
    background-position:left center;
    background-size: 1.25em; 
}

#h1-conference{
    padding-left: 1.5em;
    background-image: url('../../assets/img/learn/educonferences/conference.png');
    background-repeat: no-repeat;
    background-position:left center;
    background-size: 1.25em; 
}

#h1-contact{
    padding-left: 1.5em;
    background-image: url('../../assets/img/contact/contact_white.png');
    background-repeat: no-repeat;
    background-position:left center;
    background-size: 1.25em; 
}

#h1-accreditation{
    padding-left: 1.5em;
    background-image: url('../../assets/img/accreditation/accreditation.png');
    background-repeat: no-repeat;
    background-position:left center;
    background-size: 1.25em;
}

#h1-privacy{
    padding-left: 1.5em;
    background-image: url('../../assets/img/privacy/privacy.png');
    background-repeat: no-repeat;
    background-position:left center;
    background-size: 1.25em;   
}

#h1-terms{
    padding-left: 1.5em;
    background-image: url('../../assets/img/termsofuse/termsofuse.png');
    background-repeat: no-repeat;
    background-position:left center;
    background-size: 1.25em;
}

*/

/*NAV*/

#nav-wrapper{
	background-color: #fff;
}

#nav{
	max-width: 1200px;
	height: 150px;
	position: relative;
	margin: 0 auto;
	background-color: #fff;
}

#nav-section{
	position: absolute;
	box-sizing: border-box;
	left: 0;
	z-index: 999;
    height: 150px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

#logo{
    width: 200px;
}

#logo img{
    width: 100%;
}

#navbar-contact{
	display: flex;
	justify-content: flex-end;
}

#navbar{
	margin-top: 1em;
    display: flex;
    overflow: hidden;
}

#navbar-phone{
	display: flex;
	align-items: center;
	margin-right: 1em;
}

#navbar-phone img{
	height: 24px;
}

#navbar-phone a{
	margin-left: 1em;
	text-decoration: none;
	color: #192A53;
	font-size: 1rem;
}

#navbar a{
	font-family: Medium;
}

.btn-dropdown{
	padding: 1em;
	color: #192A53;
	box-sizing: border-box;
    font-size: 1.15rem;
	font-family: Medium;
    border: none;
    outline: none;
    background-color: transparent;
    margin: 0;
}

.btn-dropdown a{

}

.menu-item{
    font-size: 1.15rem;
	color: #192A53;
	line-height: 1.15em;
    padding: 1em;
	text-decoration: none;
	box-sizing: border-box;
}

.menu-item-highlight{
    font-size: 1.15rem;
	color: #fff;
	background-color: #192A53;
	line-height: 1.15em;
    padding: 1em;
	text-decoration: none;
	box-sizing: border-box;
}

#navbar .menu-item-highlight:hover{
	transition: .5s background-color;
	background-color: #4982ac;
}

.dropdown{
    overflow: hidden;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    background-color: #4982ac;
    z-index: 999;
}

.dropdown-content a{
	color: #fff;
    padding: 1em;
    z-index: 999;
}

#navbar a:hover{
	transition: .5s all;
    background-color: #192A53;
	color: #fff;
    cursor: pointer;
}

.btn-dropdown:hover{
	color: #fff;
	transition: .5s all;
    background-color: #192A53;
    cursor: pointer;
}

.active-link{
	text-decoration: underline;
}

#btn-wrapper{
    display: none;
    width: 2.5em;
    height: 2em;
	cursor: pointer;
}

#btn-menu{
    width: 100%;
}

.bar1,
.bar2{
    width: 100%;
    height: 4px;
    background-color: #333;
    margin-bottom: 8px; 
    transition: 0.3s;
}

.bar3 {
    width: 100%;
    height: 4px;
    background-color: #333;
    transition: 0.3s;
}

/*HEADER*/

.header-large{
    position: relative;
    width: 100%;
    height: calc(100vh - 150px);
    overflow-x: hidden;
    overflow-y: hidden;
	display: flex;
	justify-content: center;
	background-image: url('../../assets/img/heading1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 -20px;
}

.overlay{
	background:  #4982AC;
	background: -webkit-linear-gradient(110deg, rgba(73, 130, 172, 1) 0%, rgba(25, 42, 83, .4) 100%);
	background: -o-linear-gradient(110deg, rgba(73, 130, 172, 1) 0%, rgba(25, 42, 83, .4) 100%);
	background: linear-gradient(200deg, rgba(73, 130, 172, 1) 0%, rgba(25, 42, 83, .4) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    pointer-events: none;
}


#slider{
	width: 1200px;
    display: flex;
    align-items: center;
	justify-content: left;
	text-align: left;
    color: #fff;

}

.slider-btn{
	margin: 0 .25em;
 	font-size: 6rem;
	cursor: pointer;

}

#btn-right{
	transform: rotate(180deg);
}

.slider-btn:hover{
	transition: transform .3s;
	transform: scale(1.1);
}

.slide-wrapper{
	
}

.slide{
	padding: 3em 2em 4em 2em;
	max-width: 600px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	position: relative;
	flex-wrap: wrap;
	box-sizing: border-box;
	background:  #4982AC;
	background: -webkit-linear-gradient(110deg, rgba(73, 130, 172, 1) 0%, rgba(25, 42, 83, .7) 100%);
	background: -o-linear-gradient(110deg, rgba(73, 130, 172, 1) 0%, rgba(25, 42, 83, .7) 100%);
	background: linear-gradient(200deg, rgba(73, 130, 172, 1) 0%, rgba(25, 42, 83, .7) 100%);
}

.slide-title{
	margin-bottom: .5em;
    font-size: 3rem;
	line-height: 1.25em;
    font-family: Bold;

}

.slide::before{
	content: "";
	position: absolute;
	left: 2em;
	top: 2em;
	height: 5px;
	width: 25%;
	background-color: #fff;
}

.slide::after{
	content: "";
	position: absolute;
	left: 2em;
	bottom: 2em;
	height: 5px;
	width: 40%;
	background-color: #fff;
}

.header-small{
	padding: 2em 0; 
    width: 100%;
	background-color: #192A53;
	box-sizing: border-box;
}


/*HOME*/

.title-full{
	width: 100%;
	font-family: Bold;
	font-size: 1.75rem;
	line-height: 1.2em;
}

.white-text{
 	color: #fff;
}

.white-link{
	text-decoration: underline;
	color: #fff;
}

.h2-blue{
	font-family: Bold;
	margin-bottom: .5em;
	font-size: 1.75rem;
	color: #192A53;
}

.h2-white{
	font-family: Bold;
	margin-bottom: .5em;
	font-size: 1.75rem;
	color: #fff;
}

.h2-blue-left{
	font-family: Bold;
	margin-bottom: .5em;
	text-align: left;
	font-size: 1.75rem;
	color: #192A53;
}

.section-two-column{
	width: 1200px;
	min-height: 50vh;
	margin: 0 auto;
	padding: 3em 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.columnLeft{
	margin-left: -200px;
	opacity: 0;
}

.columnRight{
	margin-right: -200px;
	opacity: 0;
}

.img-column-50, .text-column-50{
	width: 47.5%;
}

.img-column-50 img{
	width: 100%;
	display: block;
}

.blue-wrapper{
	width: 100%;
	background:  #4982AC;
	background: -webkit-linear-gradient(110deg, rgba(73, 130, 172, 1) 0%, rgba(25, 42, 83, 1) 100%);
	background: -o-linear-gradient(110deg, rgba(73, 130, 172, 1) 0%, rgba(25, 42, 83, 1) 100%);
	background: linear-gradient(200deg, rgba(73, 130, 172, 1) 0%, rgba(25, 42, 83, 1) 100%);
}

.img-column{
	width: 25%;
	display: flex;
	justify-content: center;
}

.img-column-small{
	width: 25%;
	display: flex;
	justify-content: center;
}

.img-column-small img{
	width: 100%;
	image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}

.img-column img{
	width: 100%;
	image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}

.img-column-img{
	width: 25%;
	display: flex;
	justify-content: center;
}

.img-column-img img{
	width: 100%;
	image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}

.img-column-large{
	width: 30%;
}

.img-column-large img{
	width: 100%;
	image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}

.text-column{
	width: 70%;
}


.column-title-blue{
	font-family: Bold;
	font-size: 1.75rem;
	line-height: 1.2em;
	color: #192A53;
}

.column-title-white{
	font-family: Bold;
	font-size: 1.75rem;
	line-height: 1.2em;
	color: #fff;
}

.column-text{
	margin: .5em 0 .5em 0;
	font-size: 1.15rem;
	line-height: 1.25em;
}

.column-list{
	text-align: left;
	list-style: disc;
	list-style-position: outside;
	margin: .5em 0 .5em 1.2em;
}

.column-list li{
	font-size: 1.15rem;
	line-height: 1.5em;
}

.lrn-more-wrapper{ 
	margin: 1em 0;
}

.lrn-more-blue{
	padding: .75em 1.25em;
	display: inline-block;
	font-size: 1rem;
	font-family: Light;
	text-decoration: none;
	border: none;
	border-radius: .25em;
	color: #fff;
	background-color: #192A53;
	outline: 0px solid #111D35;
}

.lrn-more-blue:hover{
	transition: all .4s ease;
	transform-origin: left;
    cursor: pointer;
   	background-color: #111D35;
	outline: 1px solid #111D35;
}

.lrn-more-white:hover{
	transition: all .4s ease;
	transform-origin: left;
    cursor: pointer;
	background-color: rgba(255, 255, 255, .3);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
	color: #fff;
	outline: 1px solid #fff;
}

.lrn-more-blue:hover .link-symbol, .lrn-more-white:hover .link-symbol, .tab-content-button:hover .link-symbol{
	transition: width .2s;
	margin-left: .5em;
	width: .5em;
}

.lrn-more-white{
	padding: .75em 1.25em;
	display: inline-block;
	font-size: 1rem;
	font-family: Light;
	text-decoration: none;
	border: none;
	border-radius: .25em;
	color: #333;
	background-color: #fff;
}

.link-symbol{
	display: inline-grid;
	width: 0;
	overflow: hidden;
}

.stats-wrapper{
	min-height: 50vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	background-image: url('../../assets/img/ltc.jpg');
	display: flex;
	align-items: center;
}

.stats-wrapper-service{
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../../assets/img/services/customerservice.png');
}

.stats{
	margin: 0 auto;
	padding: 4em 0;
	height: 100%;
	width: 1200px;
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.stat{ 
	padding: 2em 1em;
	width: calc((100%/4) - 1em);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	background:  #4982AC;
	background: -webkit-linear-gradient(110deg, rgba(73, 130, 172, 1) 0%, rgba(25, 42, 83, .7) 100%);
	background: -o-linear-gradient(110deg, rgba(73, 130, 172, 1) 0%, rgba(25, 42, 83, .7) 100%);
	background: linear-gradient(200deg, rgba(73, 130, 172, 1) 0%, rgba(25, 42, 83, .7) 100%);
	border-radius: 5px;
    box-sizing: border-box;
	
}

.stat-number{
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
	color: #fff;
}

.stat-text{
	margin-top: 1em;
	font-size: 1.15rem;
	line-height: 1.25em;
	text-align: center;
	color: #fff;
}

.stats-title{
	margin-bottom: 1em;
	font-family: Bold;
	text-align: center;
	width: 100%;
	font-size: 1.75rem;
	font-weight: 700;
	color: #192A53;
}

.stat-icon{
	height: 120px;
	display: flex;
	justify-content: center;
	opacity: 0;
}

.stat-icon img{
	height: 100%;
}
	
#education-section{
	margin: 0 auto;
}

#education-section-top-wrapper{
	margin-top: 4em;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: wrap;
}

#education-section-top-text{
	margin: 0 auto;
	max-width: 1000px;
	text-align: center;
}


.body-text{
	margin: .5rem 0 .25rem 0;
	line-height: 1.25em;
	font-size: 1.15rem;
}

#education-tabs{
	margin-top: 4em;
	width: 1200px;
	display: flex;
	justify-content: space-between; 
}

.education-tab{
	padding: 2em;
	width: calc(100%/4);
	text-align: center;
	cursor: pointer;
	opacity: 0;
	border-radius: 5px 5px 0 0; 
}

.tab-img-wrapper{
	margin: 0 auto;
	width: 200px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 3px solid #192A53;
	border-radius: 101px;
}

.tab-img-wrapper:hover .tab-img{
	transform: scale(1.1);
	transition: transform .3s;
}

.tab-img{
	margin-bottom: -350px;
	width: 150px;
	box-sizing: border-box;
}

.tab-title{
	margin: 1em auto 0 auto;
	width: 200px;
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.2em;
	font-family: Bold;
	color: #4982AC;
}

#education-section-bottom-wrapper{
	padding: 4em 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #4982AC;
}

#education-section-bottom{
	width: 1000px;
}

.tab-content{
	animation: fadeEffect 1s;
}

.tab-content-title{
	font-size: 1.75rem;
	font-family: Bold;
	text-align: center;
	color: #fff;
}

@keyframes fadeEffect{
  	from {opacity: 0;}
  	to {opacity: 1;}
}

.tab-content-text{
	margin-top: 1em;
	text-align: center;
	font-size: 1.15rem;
	line-height: 1.25em;
	color: #fff;
}

.tab-content-button{
	margin-top: 1em;
	text-align: center;
	font-size: 1rem;
	color: #4982AC;
}

.tab-content-button a{
	padding: .75em 1em;
	display: inline-block;
	border-radius: .25em;
	text-decoration: none;
	font-family: Medium;
	background-color: #fff;
	color: #333;
}

.tab-content-button a:hover{
	transition: all .4s ease;
	transform-origin: left;
    cursor: pointer;
	background-color: rgba(255, 255, 255, .3);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
	color: #fff;
	outline: 1px solid #fff;
}

#testimonials-wrapper{
	padding: 2em 0;
	min-height: 40vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('../../assets/img/testimonial.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#testimonials{
	width: 800px;
	padding: 2em 3em;
	text-align: center;
	background:  #4982AC;
	background: -webkit-linear-gradient(110deg, rgba(73, 130, 172, 1) 0%, rgba(25, 42, 83, .7) 100%);
	background: -o-linear-gradient(110deg, rgba(73, 130, 172, 1) 0%, rgba(25, 42, 83, .7) 100%);
	background: linear-gradient(200deg, rgba(73, 130, 172, 1) 0%, rgba(25, 42, 83, .7) 100%);
}

.testimonial{
	display: none;
	position: relative;
}
.testimonial-text{
	display: inline;
	margin-top: .25em;
	font-size: 1.15rem;
	line-height: 1.25em;
	overflow: hidden;
}

.testimonial-name{
	font-size: .85rem;
	line-height: 1.25em;
	margin-top: .5em;
}

.quote-left{
	position: absolute;
	top: -25px;
	left: -28px;
	display: inline;
	color: #fff;
	font-family: Light;
	font-size: 5rem;
	font-weight: 500;
}

#slide-nav{
	margin-top: 1em;
	display: flex;
	justify-content: center;
}

.dot{
	margin: 0 .25em;
	border: 2px solid #fff;
	border-radius: 100px;
	padding: .3em;
	cursor: pointer; 
}

.activeDot{
	background-color: #fff;
}

.active {
	background-color: #4982AC;
}

.active .tab-title{
	color: #fff;
}

.active .tab-img-wrapper{
	transition: background-color .3s ease-in;
	background-color: #192A53;
}

/*SERVICES*/

#partner-section-wrapper{
	min-height: 50vh;
}

#stripPackaging-section-wrapper{
	min-height: 50vh;
	background-image: url('../../assets/img/services/strippackaging_background.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.one-column-wrapper{
	min-height: auto;
	padding: 3em 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.one-column-wrapper-blue{
	min-height: auto;
	padding: 1.5em 0 1.5em 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #192A53;
}

.one-column-wrapper-why{
	padding: 3em 0;
}

.title-card-two-wrapper{
	padding: 4em 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

.title-card-img img{
	width: 100%;
	display: block;
}

.title-card-column-one{
	width: 35%;
}

.title-card-column-two{
	padding: 2em;
	width: 65%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.one-column{
	width: 1200px;
}

.title-card-two-column{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
}

.title-card-title{
	box-sizing: border-box;
	padding-left: 1em;
}

.one-column-icon{
	margin: 0 auto 2em auto;
	width: 300px;
}

.one-column-icon img{
	width: 100%;
}

.divider{
	margin: 0 auto;
	height: 2px;
	width: 1200px;
	background-color: rgba(255,255,255, .2);
}

.img-column-ehr{
	width: 100%;
	margin: 1em 0;
}

.img-column-ehr img{
	width: 100%;
}

#iv-section-wrapper{
	min-height: 50vh;
	background-image: url('../../assets/img/services/skilledpharmacy/ivtherapy.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.stats-wrapper-eduresources{
	padding: 2em;
	background-image: url('../../assets/img/services/personalcare/education_background.jpg');
	height: 40vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.stats-wrapper-eduresources .stat{
	height: 220px;
	align-items: flex-start;
}

.stats-wrapper-eduresources .stat-icon{
	height: 150px;
}

#respiratory-section-wrapper{
	min-height: 50vh;
	background-image: url('../../assets/img/services/medsupply/respiratory.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.even-three-column{
	margin: 2em 0 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.icon{
	padding: 3em 1em;
	width: calc((100%/3) - 2em);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	background-color: #192a53;
	color: #fff;
	box-sizing: border-box;
	position: relative;
	border-radius: 5px;
}

.icon:hover{
	transition: all .3s;
	transform: translateY(-10px);
	box-shadow: 0px 4px 8px 2px rgba(0,0,0, .3);
}


.icon-img-wrapper{
	width: 100%;
	display: flex;
	justify-content: center;
}

.icon-img{
	height: 100px;
}

.icon-title{
	margin: 1em auto .5em auto;
	text-align: center;
	font-size: 1.25rem;
	font-family: bold;
}

.icon-desc{
	text-align: center;
	font-family: medium;
	font-size: 1rem;
	line-height: 1.25rem;
}

.icon-hover{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	padding: 1em;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	background:  #4982AC;
	background: -webkit-linear-gradient(110deg, rgba(73, 130, 172, 1) 0%, rgba(25, 42, 83, 1) 100%);
	background: -o-linear-gradient(110deg, rgba(73, 130, 172, 1) 0%, rgba(25, 42, 83, 1) 100%);
	background: linear-gradient(200deg, rgba(73, 130, 172, 1) 0%, rgba(25, 42, 83, 1) 100%);
	transition: opacity .5s linear;
	border-radius: 5px;
	box-sizing: border-box;
}

#packaging-three-column{
	margin-bottom: 2em;
}

/*FAQs*/

.faqs{
	margin-top: 2em;
	display: flex;
	flex-wrap: wrap;
}

.faq{
	margin-bottom: 1.5em;
	width: 100%;
	background-color: #fff;
}

.faq-title{
	padding: 1em;
	display: flex;
	justify-content: space-between;
	background-color: #192a53;
	color: #fff;
	font-family: Medium;
	font-size: 1.25rem;
	line-height: 1.5em;
	box-sizing: border-box;
	border-radius: 5px;
}

.faq-title:hover{
	transition: background-color .3s;
	background-color: #4982AC;
	cursor: pointer;
}

.faq-arrow{
	transition: transform .3s;
	transform: rotate(90deg);
}

.faq-text{
	max-height: 0;
	overflow: hidden;
	box-sizing: border-box;
	transition: max-height .4s;
}

.faq-text p{
	padding: 1em;
}

.active-title{
	background-color: #4982AC;
	border-radius: 5px 5px 0 0;
}

.active-text{
	max-height: 800px;
	border-radius: 0 0 5px 5px;
}

.active-arrow{
	transform: rotate(270deg);
}

.packaging{
	padding: 3em 1em;
	width: calc((100%/3) - 2em);
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	background-color: #192a53;
	transition: background 1s linear;
	border-radius: 5px;
	box-sizing: border-box;
	opacity: 0;
}

.packaging:hover{
	transition: all .3s;
	transform: translateY(-10px);
	box-shadow: 0px 4px 8px 2px rgba(0,0,0, .3);
}

.packaging-img-wrapper{
	width: 100%;
	height: 125px;
}

.packaging-img{
	margin: 0 auto;
	display: block;
	height: 100%;
}

.packaging-text{
	margin-top: 1em;
	color: #fff;
}

.packaging-title{
	text-align: center;
	font-family: Bold;
	font-size: 1.25rem;
}

.packaging-desc{
	color: #fff;
	font-family: Medium;
	text-align: center;
	font-size: 1rem;
	line-height: 1.25em;
}

.packaging-hover{
	opacity: 0;
	position: absolute;
	top: 0;
	padding: 1em;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	background:  #4982AC;
	background: -webkit-linear-gradient(110deg, rgba(73, 130, 172, 1) 0%, rgba(25, 42, 83, 1) 100%);
	background: -o-linear-gradient(110deg, rgba(73, 130, 172, 1) 0%, rgba(25, 42, 83, 1) 100%); 
	background: linear-gradient(200deg, rgba(73, 130, 172, 1) 0%, rgba(25, 42, 83, 1) 100%);
	transition: opacity .5s linear;
	border-radius: 5px;
	box-sizing: border-box;
}

.button-section-center{
	margin-top: 1em;
	height: 53px;
	text-align: center;
	display: flex;
}

/*ABOUT*/

#about-section-wrapper{
	min-height: 65vh;
	background-image: url('../../assets/img/about/about.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.section-absolute-wrapper{
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

.section-absolute{
	padding: 3em 0;
	max-width: 100%;
	position: relative;
	box-sizing: border-box;
}

.section-absolute::before{
	content: "";
	position: absolute;
	left: 0;
	top: 2em;
	height: 5px;
	width: 25%;
	background-color: #fff;
}

.section-absolute::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 2em;
	height: 5px;
	width: 40%;
	background-color: #fff;
}

.two-column-icon{
	margin: 0 auto;
	width: 1200px;
	display: flex;
}

.img-icon {
	width: 15%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.img-icon img{
	width: 100px;
}

.text-column-why{
	width: 85%;
}

.gallery-section-wrapper{
	padding: 0 0 1em 0;
	width: 100%;
}

.gallery-section{
	margin: 0 auto;
	width: 1200px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 1.5em;
}

.gallery-item{
	position: relative;
	width: calc((100%/3) - 1em);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 1em;
	overflow: hidden;
	border-radius: 5px;
}

.network{
	height: 300px;
	padding: 1em;
	box-sizing: border-box;
	background-color: #fff;
}

.gallery-img-column{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.network .gallery-img-column img{
	width: 80%;
}

.gallery-img-column img{
	width: 100%;
	display: block;
}

.gallery-overlay{
	z-index: 2;
	position: absolute;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: opacity .5s;
	background-color: black;
}

.gallery-text-column{
	z-index: 3;
	padding: 1em;
	width: 100%;
	line-height: 1.5em;
	position: absolute;
	left: 0;
	bottom: -500px;
	overflow: hidden;
	transition: bottom .5s;
	box-sizing: border-box;
	background:  #4982AC;
	background: -webkit-linear-gradient(110deg, rgba(73, 130, 172, 1) 0%, rgba(25, 42, 83, .5) 100%);
	background: -o-linear-gradient(110deg, rgba(73, 130, 172, 1) 0%, rgba(25, 42, 83, .5) 100%);
	background: linear-gradient(200deg, rgba(73, 130, 172, 1) 0%, rgba(25, 42, 83, .5) 100%);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.staff-title{
	margin-bottom: .25em;
	font-family: Bold;
	font-size: 1.5rem;
	line-height: 1.25em;
	text-align: left;
	color: #fff;
}

#twofourseven-section{
	background-image: url('../../assets/img/about/whychoose/twentyfour.jpg');
	background-position: center -100px;
}

#beyondscripts-section{
	background-image:url('../../assets/img/about/whychoose/services.jpg');
	background-position: bottom;
}

/*DIAMONDATHOME*/

.perk{
	margin-bottom: 1em;
	padding: 2em 1em;
	width: calc((100%/3) - .75em);
	background-color: #192a53;
	color: #fff;
	align-self: stretch;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	border-radius: 5px;
	box-sizing: border-box;
}

.perk-img{
	height: 100px;
	margin-bottom: 1em;
}

.perk-text{ 
	width: 100%;
}

/*LOCATIONS*/

#location-wrapper{
    width: 100%;
}

.location-box{
    height: 300px;
    margin-top: 1em;
    overflow: hidden;
}

.location-box iframe{
    width: 100%;
    height: calc(100% + 46px);
    margin-top: -47px;
    border: none;
}

/* TRANSITION */

#transition-section-wrapper{
	min-height: 65vh;
	background-image: url('../../assets/img/services/transition/header.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#transitioning{
	width: 1150px;
	min-height: 550px;
	margin: 0 auto;
	position: relative;
}

#transition1{
	width: 300px;
	height: 300px;
	position: absolute;
	left: 0;
	background-image: url('../../assets/img/services/transition/1.png');
	background-size: cover;
	display: flex;
	margin: 1em 0;
	justify-content: center;
	align-items: center;
	z-index: 806;
}

#transition2{
	width: 300px;
	height: 300px;
	position: absolute;
	top: 170px;
	left: 170px;
	background-image: url('../../assets/img/services/transition/2.png');
	background-size: cover;
	display: flex;
	margin: 1em 0;
	justify-content: center;
	align-items: center;
	z-index: 805;
}

#transition3{
	width: 300px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 340px;
	background-image: url('../../assets/img/services/transition/3.png');
	background-size: cover;
	display: flex;
	margin: 1em 0;
	justify-content: center;
	align-items: center;
	z-index: 804;
}

#transition4{
	width: 300px;
	height: 300px;
	position: absolute;
	top: 170px;
	left: 510px;
	background-image: url('../../assets/img/services/transition/4.png');
	background-size: cover;
	display: flex;
	margin: 1em 0;
	justify-content: center;
	align-items: center;
	z-index: 803;
}

#transition5{
	width: 300px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 680px;
	background-image: url('../../assets/img/services/transition/1.png');
	background-size: cover;
	display: flex;
	margin: 1em 0;
	justify-content: center;
	align-items: center;
	z-index: 802;
}

#transition6{
	width: 300px;
	height: 300px;
	position: absolute;
	top: 170px;
	left: 850px;
	background-image: url('../../assets/img/services/transition/2.png');
	background-size: cover;
	display: flex;
	margin: 1em 0;
	justify-content: center;
	align-items: center;
	z-index: 801;
}

.transition-text{
	width: 200px;
	text-align: center;
}

.transition-title{
	margin-bottom: .25em;
	font-size: 1.25rem;
}

.transition-p{
	font-size: .85rem;
	line-height: 1.25em;
}

/*VIDEOS*/

#video-gallery{
	margin: 2em auto;
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.youtube-video-wrapper{
	margin-bottom: 1em;
	width: 350px;
	height: 300px;
}

.youtube-video{
	position: relative;
	display: flex; 
	justify-content: center;
	width: 350px;
	height: 225px;
	margin-bottom: 1em;
	box-sizing: border-box;
	cursor: pointer;
}

.youtube-title{
	width: 100%;
	font-size: 1rem;
	line-height: 1.25rem;
	font-family: Bold;
    color: #192A53;
}
 
/*ELECTRONIC SERVICES*

/*MED SUPPLY*/

.img-column-four{
	width: 25%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.img-column-four-row1{
	width: 100%;
	display: flex;
	justify-content: space-between;
} 

.img-column-four-row2{
	margin-top: 2em;
	width: 100%;
	display: flex;
	justify-content: space-between;
} 

.img-column-four img{
	height: 125px;
}


/*LEARN*/

#learn-section-wrapper{
	min-height: 65vh;
	background-image: url('../../assets/img/learn/header.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#dialog-section-wrapper{
	min-height: 65vh;
	background-image: url('../../assets/img/learn/dialog/header.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#dialog-section{
	padding: 3em 2em;
	box-sizing: border-box;
	z-index: 800;
}

#approval-section-wrapper{
	min-height: 50vh;
	background-image: url('../../assets/img/learn/dialog/approval_background.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#conference-section-wrapper{
	min-height: 65vh;
	background-image: url('../../assets/img/learn/educonferences/header.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/*CONTACT*/

.card-contact{
	margin: auto;
	padding: 2em 0;
	width: 1200px;
    display: flex;
    justify-content: space-between;
}

.form-row{
	display: flex;
	justify-content: space-between;
}

.form-row .form-p{
	width:calc((100%/2) - 1em);
}

.card-contact-col1{
	padding: 1em 0;
	width: 48%;
	box-sizing: border-box;
}

.card-contact-col2{
	padding: 1em;
	width: 48%;
	background-color: rgba(0,0,0,.05);
	border-radius: 5px;
	box-sizing: border-box;
}

#contact-form{
    margin-top: 1em;
    width: 100%;
}

.form-p{
    margin-bottom: 1em;
    position: relative;
}

.label{
	margin-bottom: .25em;
	display: block;
	font-family: Medium;
	font-size: 1.25rem;
}

.valid {
    transform: translateY(1.3em);
}

.invalid {
    transform: translateY(0);
}

.underline{
    position: relative;
    display: flex;
    justify-content: center;
    height: 2px;
}

.input{
	padding: .5em;
	font-size: 1rem;
	font-family: Light;
	margin-top: .25em;
    width: 100%;
	background-color: rgba(0,0,0,.05);
	box-sizing: border-box;
    border: none;
	border-radius: 5px;
    outline: none;
}

.input:focus, .textarea:focus{
	background-color: rgba(0,0,0,.1);
}

.input-radio{
	font-size: 1rem;	
}

.label-radio{
	padding-left: .25em;
	font-size: 1.15rem;	
}

.select{
	padding: .5em;
	font-size: 1rem;
  	font-family: Light;
}

.textarea{
	padding: .5em;
	font-size: 1rem;
	font-family: Light;
	margin-top: .25em;
    width: 100%;
	background-color: rgba(0,0,0,.05);
	box-sizing: border-box;
    border: none;
	border-radius: 5px;
    outline: none;
	resize: none;
}

.g-recaptcha{
	margin-top: 1em;
}

.submit-btn{
	margin-top: 1em;
    padding: .75em 1.25em;
    display: inline-block;
    font-size: 1rem;
	font-family: Medium;
	border-radius: .25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #192A53;
	color: #fff;
    border: 1px solid #5F5F98;
    box-sizing: border-box;
}

.submit-btn:hover{
	transition: all .4s ease;
	transform-origin: left;
    cursor: pointer;
   	background-color: #4982ac;
}

.error{
    color: red;
    font-weight: 600;
    display: block;
}

#address-wrapper{
	margin-top: 1em;
	display: flex;
	justify-content: space-between;
}

.address{
	width: 100%;
}

.contact-info{
	margin-bottom: .5em;
	line-height: 1.25rem;
}

.contact-title{
	font-family: Bold;
	font-size: 1.25rem;
}

/* SALES TEAM SECTION */

#sales-team-wrapper{
	padding-bottom: 2em;
	margin: 0 auto;
	max-width: 1000px;
}

.team-two-column{
	margin-top: 2em;
	display: flex;
	justify-content: space-between;
	gap: 2em;
}

.team-member-round{
	padding: 2em 1em;
	width: calc(100%/2);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-decoration: none;
	background-color: rgba(0,0,0, .3);
	border-radius: 5px;
}

.team-member-round:hover{
	transition: all .3s;
	background-color: rgba(0,0,0, .6);
	transform: translateY(-10px);
	box-shadow: 0px 4px 8px 2px rgba(0,0,0, .2);
	outline: #fff 2px solid;
	cursor: pointer;
}

.img-column-team{
	width: 70%;
}

.img-column-team img{
	width: 100%;
}

.text-column-team{
	margin-top: 1em;
	width: 100%;
	text-align: center;
}

/* POPUP */

.popup {
    position: fixed;
    width: 40%;
    height: 20%;
    top: 50%;
    left: 50%;
    margin-top: -10%;
    margin-left: -20%;
    background-color: rgba(199, 209, 217, .7);
    box-shadow: 3px 3px 12px 0px #333;
    color: #333;
    font-size: 1.5em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

@keyframes fade-out {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

/*BLOG*/

#blog-form, #login-form, #blogedit-form{
	margin: 0 auto;
	padding: 3em 0;
	max-width: 1200px;
}

.back-arrow{
	margin-left: .5em;
	margin-right: .5em;
	display: inline-block;
	transform: rotateY(180deg);
	color: #333;
	font-size: 2rem;
}

.blog-section{
	padding: 3em 1em;
	margin: 0 auto;
	max-width: 1200px;
	text-align: left;

}

.file-input{
	width: 100%;
}

#editor{
	margin-bottom: 1em;
}

input::file-selector-button{
	margin-right: .75em;
	padding: .75em 1em;
	background-color: #192A53;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	border: none;
	outline: none;
}

.blog-posts{
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
}

.blog-post{
	margin-bottom: 1em;
	width: calc((100%/3) - 1em);
	box-sizing: border-box;
}

.blog-underline{
	margin-top: 1em;
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background-color: #999;
}

.blog-underline::after{
	margin-top: 1em;
	content: "";
	display: block;
	height: 2px;
	width: 0;
	background-color: #192A53;
}

.blog-post:hover .blog-thumb {
	transition: background-size .6s;
	background-size: 110%;
}

.blog-post:hover .blog-title{
	transition: transform .3s;
	transform: translateY(5px);
}

.blog-post:hover .blog-underline::after{
	transition: width .3s;
	width: 100%;
}

.blog-post a{
	text-decoration: none;
}

.blog-thumb{
	width: 100%;
	max-height: 250px;
	min-height: 250px;
	background-color: #999;
	overflow: hidden;
	position: relative;
	background-size: 100%;
	background-position: center;
}

.blog-title{
	margin-top: .3em;
	font-family: Bold;
	font-size: 1.5rem;
	color: #000;
}


.blog-full-wrapper{
	padding: 3em 0;
	margin: 0 auto;
	max-width: 1200px;
}

.blog-thumb-full{
	margin-bottom: 2em;
	min-height: 400px;
	overflow: hidden;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.blog-thumb-full img{
	width: 100%;
}

.blog-full-content{
	margin-top: -55px;
}

.blog-full-content img{
	max-width: 100%;
}

.blog-full-content strong, .ql-editor strong{
	font-weight: bolder;
}

.blog-full-content em, .ql-editor em{
	font-style: italic;
}

.pagination-form{
	width: 100%;
}

/*FOOTER*/

footer{
    color: #fff;
    width: 100%;
    bottom: 0;
}

.footer-top-wrapper{
	width: 100%;
	background-color: #4982AC;
}

.footer-top{
    padding: 3em 0;
	width: 1200px;
	margin: 0 auto;
    display: flex;
	align-items: flex-start;
    justify-content: space-between;
   	box-sizing: content-box;
}

.footer-logo{
	height: 150px;
}

#footer-contact{
	display: flex;
	flex-wrap: wrap;
}

.footer-contact-col{
	margin-right: 3em;
}

.footer-section{
	width: auto;
    display: flex;
    flex-wrap: wrap;
}

.w100{
    width: 100%;
}

.footer-title{
	font-family: Bold;
    font-size: 1.25rem;
}

.footer-p{
    margin-top: .5em;
	line-height: 1.5rem;
}

.footer-col{
	
}

.footer-subheader{
	margin-top: .5em;
}

.footer-link{
    margin-top: .5em;
    display: block;
    text-decoration: none;
    color: #fff;
}

.footer-link:hover{
	transition: color .2s;
	color: #efefef;
}

.footer-bottom-wrapper{
	width: 100%;
	font-family: Light;
	background-color: #fff;
	color: #333;
}

.footer-bottom{
	width: 1200px;
	margin: 0 auto;
    height: 3rem;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.social-links{
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.social-links a{
    padding: 0 1em;
}

.social-links img{
    height: 24px;
}

.social-links img:hover{
    transition: .3s transform;
    transform: scale(1.2);
}

/*ANIMATIONS*/

.fade{
    animation: fade 2s forwards;
}

@keyframes fade{
    0%{opacity: 0;}
    100%{opacity: 1;}
}

/* MINUS-SPIN-X ANIMATION */
.minus-spin-x{
    animation: spin-x .3s forwards;
    animation-delay: .3s;
}

@keyframes spin-x{
    100%{transform: rotate(-360deg);}
}

.minus-spin-x .bar1{
    animation: minus-spin-x-1 .6s forwards;
}

.minus-spin-x-rev .bar1{
    animation: minus-spin-x-1-rev .4s forwards;
}

@keyframes minus-spin-x-1{
    50%{transform: translateY(12px);}
    100%{transform: rotate(-45deg) translate(-9px, 8px); background-color: #333;}
}
@keyframes minus-spin-x-1-rev{
    0%{transform: rotate(-45deg) translate(-9px, 8px); background-color: #333;}
    100%{transform: rotate(0deg) translate(0,0);}
}
.minus-spin-x .bar2{
    opacity: 0;
}
.minus-spin-x .bar3{
    animation: minus-spin-x-3 .4s forwards;
}
.minus-spin-x-rev .bar3{
    animation: minus-spin-x-3-rev .4s forwards;
}
@keyframes minus-spin-x-3{
	50%{   transform: translateY(-12px);}
    100%{ transform: rotate(45deg) translate(-8px, -8px); background-color: #333;}
}
@keyframes minus-spin-x-3-rev{
    0%{transform: rotate(45deg) translate(-8px, -8px); background-color: #333;}
    100%{transform: rotate(0deg) translate(0,0);}
}


@media only screen and (max-width: 1450px){

    /*VIDEOS*/
	#video-gallery{
		margin: 2em auto;
		width: 1000px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.youtube-video-wrapper{
		width: 320px;
		height: 300px;
	}

	.youtube-video{
		display: flex;
		width: 320px;
		height: 200px;
		margin-bottom: 1em;
		padding: 0;
	}
	
	.section-two-column{
		padding: 3em 2em;
	}

	
}


@media only screen and (min-width: 1201px){
	#navbar{
		width: auto !important;
	}
	
	body.hasHover .dropdown:hover .dropdown-content{
		display: flex;
		flex-direction: column;
	}
}

/*ANIMATIONS*/

@media only screen and (min-width: 801px) {
    @keyframes slide-column-right {
        0% {
            margin-left: -200px;
			opacity: 0;
        }

        100% {
            margin-left: 0px;
			opacity: 1;
        }
    }
	
	@keyframes slide-column-left {
        0% {
            margin-right: -200px;
			opacity: 0;
        }

        100% {
            margin-right: 0px;
			opacity: 1;
        }
    }
	
	@keyframes slide-image-up {
        0% {
            margin-bottom: -200px;
        }

        100% {
            margin-bottom: 0px;
        }
    }
	@keyframes fade-in{
        0% {
           opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }
	
}


@media only screen and (max-width: 1200px){
    
	.header-large{
		background-position: bottom;
	}
	
	/*GENERAL*/
	
	.header-small{
		padding: 2em;
	}
	
    #page-heading{
		width: 100%;
    }
	
	.page-title{
		font-size: 1.75rem;
	}
	
	.title-card-title{
		box-sizing: border-box;
		padding-left: 0;
	}
    
    .content-main{
        font-size: 1rem;
		box-sizing: border-box;
    }
    
    .content-ul li{
        line-height: 1em;
    }
	
    /*NAV*/
	
	#nav-section{
		padding: 1em;
	}
		
	#nav-wrapper{
		max-width: 100%;
	}
	
	#navbar-contact{
		display: none;
	}
    
    #navbar{
        position: absolute;
		margin: 0;
        top: 150px;
        right: 0;
        width: 0%;
        transition: .6s width;
        flex-direction: column;
		background-color: #4982ac;
		box-sizing: border-box;
        z-index: 999;
    }
    
    #navbar a{
		width: 100%;
		color: #fff;
		text-align: center;
        white-space: nowrap;
    }
	
	.menu-item-single{
		font-size: 1.15rem;
        white-space: nowrap;
		background-color: #192A53;
	}
	
	.dropdown{ 
		overflow: inherit;
	}
   
    .btn-dropdown{
		width: 100%;
		color: #fff;
		font-size: 1.15rem;
        white-space: nowrap;
		background-color: #192A53;
    }
    
    #btn-wrapper{
        display: flex;
		align-items: center;
    }
    
    .dropdown-content{
        display: none;
        flex-direction: column;
        position: static;
        min-width: 160px;
        z-index: 999;
    }
	
	.dropdown-content .menu-item{
		border-bottom: 1px solid #fff;
	}
	
	.dropdown-content .menu-item::before{
		content: "- ";
		
	}
	.dropdown-content .menu-item::after{
		content: " -";
		
	}
	
	.show{
		display: flex;
    	flex-direction: column;
	}
	
	/*MAIN*/
	
	.stats-wrapper{
		height: auto;
	}
	
	.section-two-column{
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
		box-sizing: border-box;
	}
	
	.img-column{
		width: 100%;
		display: flex;
		order: 1;
		justify-content: center;
	}
	
	.img-column img{
		width: 30%;
	}
	
	.text-column{
		order: 2;
		margin-top: 2em;
		width: 100%;
	}

	.divider{
		width: calc(100% - 2em);
	}
	
	.stats{
		width: 100%;
		padding: 4em 1em;
		flex-wrap: wrap;
	}
	
	.stats-title{
		margin-bottom: 1em;
	}
	
	.stat{
		margin-bottom: 2em;
		width: 48%;
	}
	
	.stat-number{
		width: 100%;
		font-size: 2rem;
	}
	
	.stat-text{
		width: 100%;
		font-size: 1.5rem;
	}
	
	#education-section-top-wrapper{
		padding: 2em 1em;
		height: auto;
	}
	
	#education-section-bottom-wrapper{
		padding: 2em 1em;
		height: auto;
	}
	
	#education-section-top{
		width: auto;
	}
	
	#education-section-bottom{
		width: auto;
	}
	
	#education-tabs{
		width: 100%;
		flex-wrap: wrap;	
	}
	
	.education-tab{
		width: calc(100%/4);
		box-sizing: border-box;
		border-radius: 5px;
	}
	
	.tab-img-wrapper{
		width: 120px;
		height: 120px;
	}

	.tab-img{
		width: 75px;
		box-sizing: border-box;
	}

	.tab-title{
		width: 120px;
	}
	
	.one-column-wrapper{
		padding: 2em;
		box-sizing: border-box;
		width: 100%;
	}
	
	.one-column{
		width: 100%;
	}
		
	.one-column-icon{
		width: 50%;
	}
	
	.img-column-small{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.img-column-small img {
		width: 20%;
	}
	
	.img-below{
		margin-top: 2em;
	}
	
	.img-column-img{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.img-column-img img{
		width: 50%;
	}
	
	.packaging:hover, .icon:hover{
		transform: none;
		box-shadow: none;
	}

	/*Service*/
	
	.stats-wrapper-service{
		background-position: center; 
	}
	
	.stats-wrapper-eduresources{
		height: auto;
	}

	.title-card-two-wrapper{
		padding: 2em 0;
		height: auto;
	}
	
	.title-card-two-column{
		flex-wrap: wrap;
	}
	
	.title-card-column-one{
		width: 100%;
        padding: 1em 1em 0 1em;
	}
	
	.title-card-column-two{
		width: 100%;
		padding: 2em;
	}
	
	.img-column-50, .text-column-50 {
		width: 100%;
	}
	
	.img-column-50{
		order: 1;
		display: flex;
		justify-content: center;
	}
	
	.text-column-50{
		order: 2;
	}
	
	.img-column-50 img{
		margin-bottom: 2em;
		width: 60%;
	}
	
	.title-card-img{
		height: auto;
	}
	
	.title-card-img img{
		height: auto;
		width: 100%;
	}
	
	.img-column-four{
		margin-top: 2em;
		width: 100%;
	}
	
	.img-column-four-row1, .img-column-four-row2{
		justify-content: space-around;
	}
	
    /*ABOUT*/
	.gallery-section-wrapper{
		padding: 0;
		width: 100%;
		box-sizing: border-box;
	}
	
	.gallery-section{
		padding: 0 2em;
		width: 100%;
		box-sizing: border-box;
	}
	
	.gallery-item{
		width: calc((100%/2) - .75em);
	}

	.gallery-text-column{
		bottom: 0px;
	}
	
	.two-column-icon{
		margin: 0 auto;
		width: 100%;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.img-icon{
		width: 10%;
	}
	
	.img-icon img{
		width: 100%;
	}

	/*VIDEOS*/
	#video-gallery{
		margin: 2em auto;
		padding: 0 2em;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
	}
	
	.youtube-video-wrapper{
		width: calc(50% - 1em);
		height: auto;
	}

	.youtube-video{
		position: relative;
		display: block;
		width: 100%;
		height: 0;
		padding-bottom: 60%;
		margin-bottom: 1em;
	}
	
	.youtube-title{
		margin-bottom: 1em;
	}
	
	.video{
		position: absolute;
  		width: 100%;
 	 	height: 100%;  
	}
	
	/* TRANSITION */

	#transitioning{
		width: 470px;
		min-height: 1200px;
		margin: 0 auto;
		position: relative;
	}
	
	#transition2{
		background-image: url('../../assets/img/services/transition/tablet/2.png');
	}

	#transition3{
		left: 0;
		top: 340px;
	}
	
	#transition4{
		left: 170px;
		top: 510px;
		background-image: url('../../assets/img/services/transition/tablet/4.png');
	}
	
	#transition5{
		left: 0;
		top: 680px;
	}
	
	#transition6{
		left: 170px;
		top: 850px;
		background-image: url('../../assets/img/services/transition/tablet/2.png');
	}
	
	#dialog-section{
		padding: 3em 0;

	}


	
    /*CONTACT*/
	
    .card-contact{
		width: 100%;
		margin: 1.5em auto;
		padding: 0 1.5em;
		box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
	
	.card-contact-col1{
		width: 100%;
	}
					
    .card-contact-col2{
        width: 100%;
    }

    #contact-form{
        margin-top: 1em;
        width: 100%;
    }
	
	.form-p{
		font-size: 1rem;
	}
	
	.address{
	 	text-align: center;
	} 
	
	#sales-team-wrapper{
		width: 100%;
	}
	
	.team-three-column{
		flex-wrap: wrap;
		box-sizing: border-box;
		justify-content: space-around;
	}
	
	.team-member-round{
		width: calc((100%/2) - 1em);
		box-sizing: border-box;
		
	}
    
    /*FOOTER*/
    .footer-top{
		width: 100%;
		flex-wrap: wrap;
        height: auto;
        padding: 1em 1.5em;
        align-items: flex-start;
		justify-content: center;
		box-sizing: border-box;
    }
	
	#footer-contact{
		margin-bottom: 1em;
		justify-content: center;
	}
	
	#footer-information{
		justify-content: center;
	}
	
	.footer-contact-col{
		margin-right: 0;
		display: inline-block;
	}
	
	.footer-logo{
		width: 100%;
		align-self: center;
	} 
	
	.footer-section{
		width: 33%;
		margin-left: 0;
	}

    .footer-bottom{
        height: 3rem;
        padding: 0 5vw;
    }

    .footer-title{
        font-size: 1rem;
    }
    
    .footer-subheader{
        font-size: 1rem;
    }

    .footer-p{
        font-size: 1rem;
    }
	
    .footer-link{
        font-size: 1rem;
    }

    .footer-bottom{
		width: 100%;
		padding: 1em 1.5em;
        font-size: 1rem;
    }
    
    .social-links img{
        height: 20px;
    }
}

@media only screen and (max-width: 1000px){
	
	.even-three-column{
		flex-wrap: wrap;
	}

	.packaging{
		margin: 1em 0 0 0;
		padding: 1em;
		width: 100%;
		height: 400px;
	}

	.packaging-hover{
		opacity: 1;
		position: relative;
		width: 100%;
		height: auto;
		background-color: #192a53;
		background-image: none;
	}
	
	.blog-post{
		width: calc((100%/2) - .5em);
	}
	
	.popup {
		width: 100%;
		left: 0;
		margin: 0;
	}
	
}

@media only screen and (max-width: 800px){
	
	.header-small{
		padding: 2em 1em;

	}
	.consultation-module{
		width: 100%;
		margin-left: -50%;
	}
	
	
	.column-list {
	}

    
	.column-list li{
		font-size: 1rem;
	}

	
	.columnLeft{
		opacity: 1;
		margin:0;
	}
	
	.columnRight{
		opacity: 1;
		margin:0;
	}
	
	.img-column-small img {
    	width: 40%;
	}
    
	
	.img-column img {
    	width: 40%;
	}
	
    .card{
        flex-wrap: wrap;
    }
    
    .card-inner{
        margin-bottom: 1em;
        flex-wrap: nowrap;
    }
    
    .card-col2{
        margin-left: 0;
    }
    
    .card-inner .card-col2{
        margin-left: 1em;
    }

    .card-contact-img{
        width: 80px;
        height: 80px;
    }
    
    .flex-around{
        flex-wrap: wrap;
    }
    
    .flex-around p{
        width: 100%;
        font-size: .85rem;
        margin-bottom: 1em;
    }
    
    #facebook-feed{
        margin: 0 auto;
    }
    
    /*NAVBAR*/
    

	
	/*STATS SECTION*/
	
	.stats-title{
		font-size: 1.5rem; 
	}
	
	.stat{
		width: 80%;
	}
	
	.stat-text{
		font-size: 1.15rem;
	}
	
	.stat-icon{
		opacity: 1;
	}
	
	#education-tabs{
		justify-content: space-around;
	}
	
	.education-tab{
		opacity: 1;
		margin-top: 2em;
		width: calc(100%/2);
		box-sizing: border-box;
		border-radius: 5px;
	}

	
	.tab-img-wrapper{
		width: 160px;
		height: 160px;
	}

	.tab-img{
		margin-bottom: 0px;
		width: 90px;
		box-sizing: border-box;
	}

	.tab-title{
		width: 160px;
	}
	
	.packaging{
		opacity: 1;
	}

    /*HEADER*/
	
	.header-large{
		background-position: center;
		background-image: url('../../assets/img/mobile.png');
	}

    #slider{
		width: 100%;
        height: 100%;
        display: flex;
        align-items: flex-end;
        position: absolute;
        top: 0px;

    }
	
	.slide{
		max-width: 100%;
		box-sizing: border-box;
		flex-wrap: wrap;
	}

    .slide-title{
        font-size: 1.75rem;
    }

    .slide-text{
        line-height: 1em;
    }
    
    /*HOME*/
    
   	.bluebar{
        height: 8vh;
        padding: 0 2.5vw;
    }
    
	/*DIAMONDATHOME*/
	
	.perk{
		width: calc((100%/2) - 1em);
	}
	
	.faq-title{
		font-size: 1.15rem;
		line-height: 1.25em;
		display: flex;
		align-items: center;
	}
	
	.faq{
		width: 100%;
	}
	
	.faq-arrow{
		padding: .5em;
	}
	
    /*ABOUT*/
	
	.section-absolute-wrapper{
		width: 100%;
	}
	
	.section-absolute{
		padding: 3em 0;
		max-width: 100%;
		box-sizing: border-box;
	}
	
	.two-column-icon{
		justify-content: center;
	}
	
	.img-icon{
		margin-bottom: 2em;
		width: 20%;
	}
	
	.text-column-why{
		width: 100%;
		text-align: center;
	}
	
	/*VIDEOS*/
	
	/*CONTACT*/
	
	.form-row{
		flex-wrap: wrap;
	}
	
	.form-row .form-p{
		width: 100%;
	}
	
	.team-member-round{
		width: 100%;
		box-sizing: border-box;
		
	}
	
	.team-member-round:hover{
		transform: none;
		outline: none;
		box-shadow: none;
		background-color: rgba(0, 0, 0, .3);
	}
	
    /*FOOTER*/
	
	.footer-top{
		padding-bottom: 3em;
		width: 100%;
		box-sizing: border-box;
	}
	
	#footer-information{
		width: 100%;
		flex-direction: row;
	} 
	
	.footer-contact-col{
		width: 100%;
		margin-bottom: 1em;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
	}
	
	.footer-links{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
	}
	
	.footer-title{
		width: 100%;
	}
	
	#footer-contact{
		width: 100%;
	}
	
	.footer-logo{
		max-width: 250px;
		height: auto;
	}
	
	#footer-contact{
		
	}
	
	.footer-bottom{
		width: 100%;
		height: 100px;
		padding: 1em;
		flex-wrap: wrap;
		box-sizing: border-box;
	}
	
	.copyright{
		font-size: .85rem;
		line-height: 1.25em;
		text-align: center;
		width: 100%;
	}
	
    .social-links{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .social-links a{
        padding: 0 .5em;
    }
}

@media only screen and (max-width: 600px){
	
	#nav-wrapper, #nav, #nav-section{
		height: 90px;
	}

	
	#navbar{
		top: 90px;
	}
	
	.header-large{
		height: calc(100vh - 90px);
	}
	
	#logo{
        width: 120px;
    }
	
	.lrn-more-white, .lrn-more-blue{
		font-size: 1rem;
	}
	
	.submit-btn{
		font-size: 1rem;
	}
	
	.body-text{
		font-size: 1rem;
	}
	
	.column-title-blue, .column-title-white{
		font-size: 1.5rem;
	}
	
	.h2-blue{
		font-size: 1.5rem;
	}
	
	.h2-blue-left{
		font-size: 1.5rem;
	}
	
	
	.column-text{
		font-size: 1rem;
	}
	
	.title-full{
		font-size: 1.5rem;
	}
	
	.stat-text{
		font-size: 1rem;
	}
	
	.education-tab{
		padding: 1em;
	}
	
	.tab-img-wrapper{
		width: 100px;
		height: 100px;
	}
	
	.tab-title{
		font-size: 1rem;
		width: 100px;
	}
	
	.tab-content-title{
		font-size: 1.5rem;
	}
	
	.tab-content-text{
		font-size: 1rem;
	}
	
	.tab-content-button{
		
		font-size: 1rem;
	}
	
	.testimonial-text{
		font-size: 1rem;
	}
	
	.space{
		margin-top: 1em;
		width: 100%;
	}
	
	.gallery-item{
		width: 100%;
	}
	
	#video-gallery{
		margin: 2em auto;
		padding: 0 2em;
		justify-content: space-between;
	}

	.youtube-video-wrapper{
		width: 100%;
		height: auto;
	}

	.youtube-thumbnail{
		width: 100%;
		height: 100%;
	}

	.youtube-thumbnail img{
		width: 100%;
		height: 120%;
	}

	.youtube-video{
		position: relative;
		display: block;
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
		margin-bottom: 1em;
	}
	
	.video{
		position: absolute;
  		width: 100%;
 	 	height: 100%;  
	}
	.img-column-small img{
    	width: 60%;
	}
    
	.img-column img{
    	width: 60%;
	}
	
	.perk{
		width: 100%;
	}
	
	#transitioning{
		width: 280px;
		height: 1560px;
	}
	
	#transition1{
		width: 280px;
		height: 330px;
		left: 0;
		top: 0;
		background-image: url('../../assets/img/services/transition/mobile/1.png');
	}
		
	#transition2{
		width: 280px;
		height: 330px;
		left: 0;
		top: 240px;
		background-image: url('../../assets/img/services/transition/mobile/2.png');
	}

	#transition3{
		width: 280px;
		height: 330px;
		top: 480px;
		background-image: url('../../assets/img/services/transition/mobile/3.png');
	}
	
	#transition4{
		width: 280px;
		height: 330px;
		left: 0;
		top: 720px;
		background-image: url('../../assets/img/services/transition/mobile/4.png');
	}
	
	#transition5{
		width: 280px;
		height: 330px;
		top: 960px;
		background-image: url('../../assets/img/services/transition/mobile/1.png');
	}
	
	#transition6{
		width: 280px;
		height: 330px;
		left: 0;
		top: 1200px;
		background-image: url('../../assets/img/services/transition/mobile/2.png');
	}
	
	.transition-text{
		margin-bottom: 2em;
	}
	
	.blog-section{
		padding: 1em;
	}
	
	.blog-post{
		width: 100%;
	}
	
	.footer-link, .footer-p{
		padding-right: .5em;
	}


}


@media only screen and (max-width: 360px){
	
	.content-main{
		
    }

    .footer-bottom{
        font-size: .55rem;
    }
    
}
    
