body{
    margin:     0px;
    overflow-x:hidden;
}
body.video-page{background-color:#f49a7c;}
h1{
    font-family:    'Cabin', sans-serif;
    font-size:      50px;
    font-weight:    700;
    color:          #fff;
    text-align:     left;
	text-transform:capitalize;
}
.blue{color:#0c084c;}
h2{
    font-family:    'cabin', sans-serif;
    font-size:      33px;
    font-weight:    600;
    text-align:     left;
    color:          #00b7a8;
	text-transform:capitalize;
}
h2.main-sub-title{
    font-size:      30px;
    font-weight:    500;
}
h2.h2-bigger{font-size:40px;font-weight:700;color:#0c084c;}
.bigger{font-size:2em;}
.h2-header{
    color:          #fff;
}
h3{
    font-family:    'cabin', sans-serif;
    font-size:      22px;
    color: #0c084c;
    font-weight: 700;
    text-align:     left;
}
h4{
    font-family:    'cabin', sans-serif;
    font-size:      20px;
    color: #0c084c;
    font-weight: 400;
    text-align:     left;
    margin-top:0px;
}
p{
    font-family:    'Titillium Web', sans-serif;
    font-size:      16px;
    text-align:     left;
    color:          #515151;
}
p.small-type{font-size:12px;}
.center{text-align: center;}
.green{color:#07b8a8;}
.white{color:#fff!important;}
header{
    padding: 100px 0px 0px 0px;
    background-color:   #0c084c;
    background-image: url('../media/images/header-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
header.home{
    background-color:   #0c084c;
    background-image: url('../media/images/header-bg.svg');
    background-size: cover;
    height: auto;
    min-height: 100vh;
}
header.home p{color:#fff;}
.header-img{width: 100%;max-width: 500px;position: relative;left: 50%;transform: translate(-50%);}
.main-radius{height:26px;width:100%;border-radius: 25px 25px 0px  0px;margin-top: -25px;background-color:#fff;position: relative;}
.main-radius#orange{background-color:#f49a7c;}
#main{height: 70px;}
section{
    width:90vw;
    margin:auto;
    padding: 20px 0px;
}
hr{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #fff;
}
/*Buttons and links*/
a:link{text-decoration:none;}
a.read-more{font-family: 'Titillium Web', sans-serif;font-size:18px;color:#4ccbf2;transform-origin: center left;}
a.read-more:hover{transform: scale(1.1);transition: 0.5s ease;transform-origin: center left;}
a.action{text-decoration: underline;font-family: 'Titillium Web', sans-serif;font-size:18px;color:#0d0d60;margin-right:15px;transition: 0.3s ease;}
a.action:hover{font-weight: bold;transition: 0.3s ease;}
.fas.fa-home{color:#07b8a8;}
.fas.fa-sign-out-alt{color: #f49a7c;}
.library-link{
    display:block;
    transform: scale(1);
    transition: 0.3s ease;
    margin: 0px 10px;
}
.library-link:hover h3{transform: scale(1.05);transition: 0.3s ease;}
.hover-scale{
    transform: scale(1);
    transition: 0.5s ease;
    transform-origin: center left;
}
.hover-scale:hover{transform: scale(1.05);transition: 0.5s ease;transform-origin: center left;}
button, .button{
    color:#fff;
    background-color:#00b7a8;
    font-family:    'Roboto', sans-serif;
    font-size:18px;
    padding:10px 15px;
    margin:     15px 15px 15px 0px;
    cursor:pointer;
    border: solid 3px #00b7a8;
    border-radius:25px;
    transition: 0.5s all ease-in-out
}
button:hover{box-shadow:3px 3px 5px rgba(0,0,0,0.2);background-color:#fff;color:#00b7a8;border:solid 3px #fff;transition: 0.5s all ease-in-out;}
.btn-border{
    background-color:transparent;
    color:#00b7a8;
    border: solid 3px #00b7a8;
}
.btn-border:hover{background-color:#00b7a8;color:#fff;border: solid 3px #00b7a8;transition: 0.5s all ease-in-out;cursor:pointer;}
.referrals-btn{font-size:13px;padding:5px 10px;margin:0px;}
/* Highlighted box */
.highlight-box{
    background-color:    #f39a7c;
    padding:               25px;
    margin:                25px;
    border-radius:         25px;
    box-shadow:            5px 5px 15px rgba(0,0,0,0.2);
    width:                 auto;
    max-width:             1000px;
    min-width:             120px;
}
.highlight-box h2{color:#0c084c;font-weight:700;}
.highlight-box h3{color:#0c084c;font-weight:300;}
.highlight-box p{color:#fff;}
div.highlight-box button{margin:15px 0px;}
/* Images & icons */
.icons{
    height: 30px;
}
.general-img{width:100%;}
.dashboard-img {
    width: 70%;
    min-width: 80px;
    max-width: 200px;
    box-sizing: border-box;
    align-self: center;
}
.testimonial-img{
    width:100%;
    max-width: 120px;
    margin-left: 50%;
    transform: translate(-50%);
}
.team-img{
    width:100%;
    max-width: 250px;
    margin-left: 50%;
    transform: translate(-50%);
}
/* FLEX CONTAINERS */
.flex-container{
    display:flex;
	justify-content: flex-start;
	flex-direction: row;	
	flex-wrap: wrap;
}
.flex-container-item{width:19%;min-width: 200px;margin:15px;}
    /* divide space in 1 - each item will take 100% */
.flex-item-1{width:100%;flex-wrap:wrap;}
    /* divide space in 2 - each item will take 50% */
.flex-item-2{width:50%;min-width:250px;flex-wrap:wrap;}
    /* divide space in 3 - each item will take 33% */
.flex-item-3{width:33%;min-width:250px;flex-wrap:wrap;}
    /* divide space in 4 */
.flex-item-4{width:25%;min-width:250px;flex-wrap:wrap;}
.team-flex{
    width:  22%;
    min-width:200px;
    margin: 15px;
    padding:5px;
    box-sizing: border-box;
}
.team-flex:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: relative;
    top: -10px;
    left: -10px;
    border-top: 3px solid #f39a7c;
    border-left: 3px solid #f39a7c;
}
.team-flex:after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: relative;
    left: 100%;
    transform: scaleY(-1);
    border-top: 3px solid #f39a7c;
    border-right: 3px solid #f39a7c;
}
span.corner-span:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: -10px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
span.corner-span:after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.box{
    margin: 15px;
    padding:15px;
    box-sizing: border-box;  
}
.box:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: relative;
    top: -10px;
    left: -10px;
    border-top: 3px solid #f39a7c;
    border-left: 3px solid #f39a7c;
}
.box:after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: relative;
    left: 100%;
    transform: scaleY(-1);
    border-top: 3px solid #f39a7c;
    border-right: 3px solid #f39a7c;
}
/**/
.articles-display{
    display:flex;
    flex-wrap:wrap;
    flex-direction: row;
    justify-content: center;
}
.articles-home{
    display:flex;flex-wrap:wrap;padding-left:5%;margin-left: 0px;background-image:url('../media/images/bottom-bg-2.svg');background-repeat:no-repeat;background-position:bottom left;margin-bottom: -50px;padding-bottom: 50px;
}
.article{
    background-color:#fff;
    padding:25px;
    margin:15px;
    border-radius:25px;
    box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2);
    width:100%;
    max-width:320px;
    min-width:150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.article h3{text-align: center;font-size:25px;color:#0c084c;}
.slick-track .article{
    display: flex!important;
    flex-direction: column;
    justify-content: space-between;
    min-height: 470px;
}
.testimonials{
    padding:25px;
    margin:15px;
    width:auto;
    max-width:350px;
    min-width:120px;
}
.testimonials h3{text-align: center;font-size:22px;color:#0c084c;font-weight: bold;}
.testimonials p{color:#888;}
/* Accordion */
.accordion {
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    border-radius: 15px;
    box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2);
    margin-bottom: 0px;
    box-sizing:border-box;
  }  
  .active, .accordion:hover {
    background-color: #eff0f5;
    box-shadow: none;
  }  
  .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }  
  .active:after {
    content: "\2212";
  }  
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-radius:15px;
    box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2);
  }
/* Forms styling & table */
.error {
	color:#FF0033;
	font-size:16px;
	}
form{
    font-family:            'Cabin', sans-serif;
    font-size:              18px;
    color:                  #0c084c;
    padding:                25px;
    margin:                 auto;
    border-radius:          25px;
    width:                  auto;
    max-width:              1200px;
    min-width:              150px;
}
form h3{color:#0c084c;font-weight:700;}
.form-block{
    background-color:#f49a7c;
    border-radius:25px;
    padding:25px;
    display:flex;
    flex-wrap:wrap;
    align-items: flex-start;
    justify-content: space-around;
    box-shadow:3px 3px 10px rgba(0,0,0,0.2);
    margin-bottom:15px;
}
.form-block-items{ /* Work media queries */
    width: 300px;
    margin: 5px;
}
input{
    font-family: 'Titillium Web', sans-serif;
    font-size:16px;
    color:#212121;
    width: 100%;
	border: none;
	background-color: #f1f1f1;
	padding: 5px 15px;
	margin-top: 5px;
    margin-bottom: 20px;
    box-sizing:border-box
}
input:hover{background-color:#ccc;}
input:active{background-color:#fff;}
input:focus{background-color:#fff;}
input.search-input{background-color:#fff;border:solid 1px #888;}
div.under-input{color: #fff;font-size:13px;margin-bottom: 20px;margin-top: -15px;}
textarea{
    font-family:        'Titillium Web', sans-serif;
    font-size:          16px;
    color:             #212121;
    width:              100%;
    height:             80px;
    border:             none;
	background-color: #f1f1f1;
	padding:            10px;
	margin-top:         5px;
    margin-bottom:      20px;
    box-sizing:         border-box;
}
textarea:hover{background-color:#ccc;}
textarea:focus{background-color:#fff;}
textarea.content{height:300px;}
select{
	font-family: 'Cabin', sans-serif;
	font-size: 14px;
	width: 100%;
	/*height: 35px;*/
	border: none;
	background-color: #fff;
	padding: 5px;
	margin-top: 5px;
    margin-bottom: 20px;
    border-radius:         10px;
    cursor:pointer;
}
label.container {
    display: flex;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
/* Hide the browser's default radio button */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
  }  
  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark {background-color: #ccc;}  
  /* When the radio button is checked, add a blue background */
  .container input:checked ~ .checkmark {background-color: #4f9fa6;}  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {content: "";position: absolute;display: none;}  
  /* Show the indicator (dot/circle) when checked */
  .container input:checked ~ .checkmark:after {display: block;}  
  /* Style the indicator (dot/circle) */
.container .checkmark:after {
      top: 6px;
      left: 6px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }
  .intLink { cursor: pointer; }
  img.intLink { border: 0; }
  #toolBar1 select { font-size:10px; }
  #textBox {
      width: 100%;
      height: 200px;
      border: 1px #ccc solid;
      padding: 12px;
      overflow-y: scroll;
      overflow-x: hidden;
      box-sizing: border-box;
      background-color: #f1f1f1;
      border-radius: 15px;
  }
  #textBox #sourceText {
    padding: 0;
    margin: 0;
    min-width: 498px;
    min-height: 200px;
  }
  #editMode label { cursor: pointer; }
.send{
    color:#fff;
    background-color:#00b7a8;
    font-family:    'Roboto', sans-serif;
    font-size:18px;
    padding:10px 15px;
    margin:     15px;
    cursor:pointer;
    border: solid 3px #00b7a8;
    border-radius:25px;
    transition: 0.5s all ease-in-out;
    width: auto;
    height: auto;
}
.send:hover{box-shadow:3px 3px 5px rgba(0,0,0,0.2);background-color:#fff;color:#00b7a8;border:solid 3px #fff;transition: 0.5s all ease-in-out;}
.submitted{
	background-color: #70db70;
	padding: 10px;
	border-radius: 10px;
	font-size: 16px;
	color: #fff;;
}
.not-submitted{
	background-color:#cc3300;
	padding:			30px;
	border-radius:		10px;
	font-size:20px;
	color:#fff;
}
.success{
    background-color: #fff;
    padding: 25px;
    font-family: 'Cabin', sans-serif;
    font-size: 20px;
    color: #000;
    line-height: 1.5em;
    border-left: solid 5px #00cc00;
    border-radius: 0px 15px 15px 0px;
    box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2);
  }
.green-success{color:#00cc00;}
.not-success{
    background-color: #fff;
    padding: 25px;
    font-family: 'Cabin', sans-serif;
    font-size: 20px;
    color: #000;
    line-height: 1.5em;
    border-left: solid 5px #cc0000;
    border-radius: 0px 15px 15px 0px;
    box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2);
    margin-bottom: 10px;
}
.err-red{color:#cc0000}
.informative{
    background-color: #fff;
    padding: 25px;
    font-family: 'Cabin', sans-serif;
    font-size: 20px;
    color: #000;
    line-height: 1.5em;
    border-left: solid 5px #ffdb4d;
    border-radius: 0px 15px 15px 0px;
    box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2);
    margin-top: 10px;
    margin-bottom: 10px;
}
.informative_orange{color:#e6b800;}
table {
	font-family: 'cabin', sans-serif;
	border-collapse: collapse;
	width: 100%;
	background-color: #f0eec8;
}	  
td, th {
	border: 1px solid #fff;
	text-align: left;
    padding: 8px;
    font-size: 13px;
}
th{    
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	color: #0c084c;}
	  
tr:nth-child(even) {
	background-color: #fff;
}
.pagination-link{
    text-decoration: underline;
    font-family: 'Titillium Web', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #0c084c;
    margin-right: 15px;
}
.pagination-active{
    text-decoration: none;
    font-family: 'Titillium Web', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color:#fff;
    background-color: #0c084c;
    padding:5px 15px;
    margin-right: 10px;
    border-radius: 5px;
}
button.btn-pagination{
    color:#fff;
    background-color: #0c084c;border-radius:5px;border:none;
}
button.btn-pagination:hover{background-color:#3932a5}
.slider{cursor:grab;}
.slider:active{cursor:grabbing;}
/* / Forms */
.bottom-bg{background-image:url('../media/images/bottom-bg-2.svg');background-repeat:no-repeat;background-position:bottom left;margin-bottom: -50px;padding-bottom: 50px; overflow-x: hidden;}
/* FOOTER */
footer{background-color:#0c084c;padding:50px 0px 25px 0px;border-radius:25px 25px 0px 0px;margin-top:25px;}
footer p{color:#fff;}
.flex-footer{
	display:flex;
	justify-content:space-around;
	flex-direction: row;	
	flex-wrap: wrap;
	align-items: flex-start;
}
.footer-item{text-align:left;}
footer a.footer-link{font-family: 'Titillium Web', sans-serif;color:#fff;font-size:16px;display: block;margin:10px 0px;}
.bounce {
	animation: bounce 1s infinite;
	-webkit-animation: bounce 1s infinite;
	-moz-animation: bounce 1s infinite;
}
@-webkit-keyframes bounce {
	0% {-webkit-transform: translateY(0);}
	50% {-webkit-transform: translateY(-10px);}
  100% {-webkit-transform: translateY(0);}
}
@keyframes bounce {
	0% {transform: translateY(0);}
	50% {transform: translateY(-10px);}
  100% {transform: translateY(0);}
}
@-moz-keyframes bounce {
	0% {-moz-transform: translateY(0);}
	50% {-moz-transform: translateY(-10px);}
  100% {-moz-transform: translateY(0);}
}

/*dashboard*/
.dashboard-box{
    background-color:#fff;
    padding: 10px;
    margin: 10px;
    border-radius: 25px;
    box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2), inset 0 3px 5px rgba(154,160,185,.04), inset 0 10px 20px rgba(166,173,201,.1);
    border: solid 5px #fff;
    width: auto;
    max-width: 300px;
    min-width: 120px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.dashboard-box:hover{background-color:rgba(166,173,201,.2);transition: all 0.8s ease;}
.dashboard-box>h3{font-size:18px;}

/* Media Queries */
@media screen and (max-width: 1600px) {
	.form-block-items {width: 270px;}
}
@media screen and (max-width: 1500px) {
	.form-block-items {width: 220px;}
}
@media screen and (max-width: 1000px) {
	
}
@media screen and (max-width: 910px) { /* Breaking point (layout) */
	
}
@media screen and (max-width: 600px) {
    h1{font-size: 40px;}
    h2.main-sub-title, h2{font-size: 25px;}
    .bigger {font-size: 1.5em;}
    .highlight-box{margin:15px;}
    .highlight-box h3{font-size:18px;}
    .article{max-width:300px;}
}
@media screen and (max-width: 500px) {
    .article{max-width:250px;}
    h3.accordion{font-size:16px;}
    p{font-size: 14px;}
    section{width: 95vw;}
}
@media screen and (max-width: 400px) {
    .article{max-width:220px;}
    h1{font-size:35px;}
    h2{font-size:23px;}
    h3{font-size:18px;}
    .dashboard-box>h3{font-size: 16px;}
    h4{font-size:17px;}
    th{font-size: 14px;}
}
@media screen and (max-width: 325px) {
	.article{max-width:200px;}
}
@media screen and (max-width: 300px) {
	
}