/*-----------------------------------------------------------------------------------
	My Site
	About: A shiney new Blocs website.
	Author: Arian Johnson
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Flip Edge Divider */

.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}
.texture-darken-strong::before{
	background: rgba(0,0,0,0.8);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}
.voffset-lg{
	margin-top:80px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}
.b-divider-dashed{
	border-top:1px dashed rgba(0,0,0,.1);
	border-bottom:1px dashed rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.btn-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}

/* Image Frame */
.img-frame,.img-frame-md,.img-frame-lg,.img-frame-rd,.img-frame-rd-md,.img-frame-rd-lg{
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	padding:4px;
}
.img-frame{
	border-radius:3px;
}
.img-frame-md,.img-frame-lg{
	border-radius:6px;
}
.img-frame-md,.img-frame-rd-md{
	padding:8px;
}
.img-frame-lg,.img-frame-rd-lg{
	padding:14px;
}
/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-right{
	border-left:0;
	border-right:2px solid;
}
/* = Text Widths
-------------------------------------------------------------- */
.text-w-md{
	max-width:300px;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = iPhone 5 Devices
-------------------------------------------------------------- */

.blocsapp-device-iphone5{
	background-size: 384px 803px;
	background-repeat: no-repeat;
	padding-top:120px;
	display: block;
	width:384px;
	height:803px;
	margin: 0 auto;
}
.blocsapp-device-iphone5 img{
	width: 320px;
	height: 568px;
	margin: 0 auto;
	display:block;
}
.blocsapp-device-iphone5 .embed-responsive::before{
	padding-top: 106.25%;
}
.blocsapp-device-iphone5 .embed-responsive{
	padding-bottom: 60%;
	width: 83%;
	right: -8.7%;
}
.blocsapp-device-iphone5.iphone-blue{
	background-image:url("img/Apple-iPhone-5c-Blue.png");
}
/* = iPhone 11 & 12 Devices
-------------------------------------------------------------- */

.blocsapp-device-iphone11,.blocsapp-device-iphone12{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 9.6%;
	position: relative;
}
.blocsapp-device-iphone11::after,.blocsapp-device-iphone12::after{
	content:"";
	position:absolute;
	width:100%;
	height:5%;
	left:0;
	top:5%;
	margin-top:-0.5%;
	background-repeat:no-repeat;
	background-size:40%;
	background-position:top center;
	background-image:url("img/iphone-notch.png");
}
.blocsapp-device-iphone11 img,.blocsapp-device-iphone12 img{
	width:100%;
	height:auto;
	margin: 0 auto;
	border-radius:9%/4%;
}
.blocsapp-device-iphone11 .embed-responsive::before,.blocsapp-device-iphone12 .embed-responsive::before{
	padding-top: 106.25%;
}
.blocsapp-device-iphone11 .embed-responsive,.blocsapp-device-iphone12 .embed-responsive{
	padding-bottom: 90%;
	width: 90.0%;
	right: -5%;
	border-radius: 2%/3%;
}
.blocsapp-device-iphone11.iphone11-black{
	background-image:url("img/Apple-iPhone-11-Black.png");
}
.blocsapp-device-iphone11.iphone11-green{
	background-image:url("img/Apple-iPhone-11-Green.png");
}
.blocsapp-device-iphone11.iphone11-gold{
	background-image:url("img/Apple-iPhone-11-Gold.png");
}
.blocsapp-device-iphone11.iphone11-silver{
	background-image:url("img/Apple-iPhone-11-Silver.png");
}
.blocsapp-device-iphone12.iphone12-black{
	background-image:url("img/Apple-iPhone-12-Black.png");
}
/* = iMac Device
-------------------------------------------------------------- */

.blocsapp-device-imac{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 4% 8.5% 23.7%;
	background-image:url("img/Apple-iMac.png");
}
.blocsapp-device-imac.imac-pro{
	background-image:url("img/Apple-iMac-Pro.png");
}
.blocsapp-device-imac img{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.blocsapp-device-imac .embed-responsive::before{
	padding-top: 56.25%;
}
/* = MacBook Devices
-------------------------------------------------------------- */

.blocsapp-device-mb{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 3.6% 15% 7.5%;
}
.blocsapp-device-mb img{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.blocsapp-device-mb .embed-responsive::before{
	padding-top: 56.25%;
}
.blocsapp-device-mb .embed-responsive{
	padding-bottom: 8%;
}
/* = MacBook Pro
-------------------------------------------------------------- */

.blocsapp-device-mbp{
	background-image:url("img/Apple-Macbook-Pro.png");
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

/* Snap Shot */
.snapshot-lb .modal-body{
	padding-bottom:45px;
}
.snapshot-lb .lightbox-caption{
	padding: 0;
	color:rgba(0,0,0,.5);
	background: none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"helvetica";
}
.container{
	max-width:1140px;
}
.navbar-brand img{
	height:100px;
}
.img-landing-pa-style{
	width:420px;
}
.img-bloc-24-style{
	height:180px;
	width:360px;
}
.img-img-09-style{
	height:98px;
}
.sticky-nav.sticky{
	padding-top:1px;
	padding-bottom:1px;
	background-color:rgba(255,255,255,0.71);
	background-size:auto 90%;
	box-shadow:0.00px -2.00px 2px #000000;
}
.elder-header{
	padding-top:30px;
	padding-bottom:30px;
}
.dropdown:hover .dropdown-menu{
	display:block;
	background:linear-gradient(0deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.62) 100%);
	margin-top:0px;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	font-family:"Montserrat";
}
.dropdown-menu a:hover{
	box-shadow:0px 0px 0px #000000;
	color:#FABB13!important;
}
.menu a{
	font-family:"Montserrat";
}
.menu a:hover{
	color:#FFA900!important;
	font-family:"Open Sans";
	font-weight:400;
}
.illustration-section-title{
	font-size:55px;
}
.img-04---loading-p-style{
	width:319px;
}
.p-2-style{
	font-size:12px;
}
.p-28080-style{
	font-size:12px;
	width:83.92%;
}
.bloc-divider-t-bloc-3-fill{
	fill:#FFFFFF;
}
.bloc-divider-b-bloc-1-fill{
	fill:#FFFFFF;
}
.bloc-divider-b-bloc-19-fill{
	fill:#183A56;
}
.bloc-divider-b-fill{
	fill:#183A56;
}
.bloc-divider-t-fill{
	fill:#183A56;
}
.bloc-divider-t-bloc-24-fill{
	fill:#FEF5E6;
}
.bloc-divider-b-bloc-20-fill{
	fill:#FEF5E6;
}
.p-40714-style{
	font-size:12px;
	width:78.63%;
}
.img-style{
	width:400px;
	height:400px;
}
p{
	font-size:12px;
	font-weight:normal;
	font-family:"Droid Sans";
}
.p-9-style{
	font-size:22px;
}
.img-asset-4-style{
	height:15px;
}
.p-18-style{
	font-size:100px;
}
.img-25-style{
	width:400px;
}
.h5-1-style{
	width:36.86%;
	font-family:"Droid Sans";
}
.p-67-style{
	width:54.7%;
}
.h3-style{
	font-family:"Droid Sans";
	font-size:15px;
}
.h3-about-style{
	font-family:"Droid Sans Mono";
	font-size:15px;
}
.img-char-style{
	width:147px;
}
.bloc-divider-b-style{
	height:255px;
	width:150%;
	fill:#00C0FF;
}
.img-90-style{
	width:146px;
}
.img-91-style{
	width:764px;
}
.bloc-divider-b-40524-fill{
	fill:#183A53;
}
.img-eleme-style{
	width:23px;
	border-radius:0px 0px 0px 0px;
}
.team-card{
	min-height:350px;
}
.h1-style{
	font-family:"helvetica";
}
.p-70-style{
	font-size:12px;
	width:100%;
	font-family:"helvetica";
}
.h3-46-style{
	font-family:"helvetica";
}
.img-ellipse-19-style{
	width:125px;
}
.img-padding-right{
	width:125px;
}
.img-ellipse-39-style{
	width:125px;
}
.h6-28-style{
	font-family:"Droid Sans";
}
.h6-the-student-style{
	font-family:"Droid Sans";
}
.h6-26-style{
	font-family:"Droid Sans";
}
.bloc-divider-t-0-fill{
	fill:#FEFFFE;
	height:150px;
}
.bloc-divider-t-23074-fill{
	fill:#559EF9;
}
.h1-theresearch-style{
	font-family:"helvetica";
}
.h3-47-style{
	font-size:127px;
	font-family:Lato;
	font-weight:900;
	width:100%;
}
.h3-48-style{
	font-size:128px;
	font-family:Lato;
	font-weight:900;
	width:100%;
}
.p-74-style{
	font-size:20px;
	font-family:"helvetica";
}
.p-75-style{
	font-size:20px;
}
.img-97-style{
	height:218px;
	width:240px;
}
.img-99-style{
	height:218px;
}
.img-101-style{
	height:218px;
}
.img-102-style{
	height:218px;
}
.img-103-style{
	width:168px;
}
.p-76-style{
	width:63.33%;
	font-size:13px;
}
.p-79-style{
	font-size:15px;
	width:67.06%;
}
.p-80-style{
	font-size:14px;
	width:47.45%;
}
.img-115-style{
	width:60px;
}
.row-style{
	width:100%;
}
.h4-style{
	font-size:124px;
}
.p-84-style{
	width:63.92%;
}
.p-83-style{
	width:63.53%;
}
.persona{
	background-position:left bottom;
	background-size:contain;
	background-blend-mode:normal;
}
.p-bloc-71-style{
	font-family:"helvetica";
}
.p-bloc-83-style{
	font-family:"helvetica";
	font-size:14px;
}
.img-1200x630-style{
	width:127px;
}
.p-99-style{
	width:18%;
}
.p-100-style{
	width:70.29%;
}
.bloc-divider-b-bloc-83-fill{
	fill:#FFFFFF;
}
.bloc-divider-t-bloc-83-fill{
	fill:#FEFFFE;
}
.bloc-divider-b-49431-fill{
	fill:rgba(0,0,0,0.69);
}
.bloc-divider-b-10383-fill{
	fill:#183A56;
}
.bloc-divider-t-11767-fill{
	fill:#183A56;
}
.bloc-divider-t-style{
	height:127px;
}
.p-122-style{
	font-size:14px;
	width:48.43%;
}
.p-109-style{
	font-size:15px;
	width:82.44%;
}
.bloc-divider-b-49312-fill{
	fill:#FEFFFE;
}
.img-rectangle-49-style{
	width:64px;
	border-radius:0px 0px 0px 0px;
}
.img-138-style{
	width:64px;
}
.img-136-style{
	width:64px;
}
.img-homepa-style{
	height:500px;
}
.img-adding-titles-style{
	height:500px;
}
.img-group-75-style{
	height:500px;
}
.bloc-divider-t-22397-fill{
	fill:#183A56;
}
.bloc-divider-b-bloc-81-fill{
	fill:#FEFFFE;
}
.bloc-divider-b-bloc-80-style{
	height:60px;
}
.bloc-divider-t-bloc-7-style{
	height:110px;
}
.p-bloc-25-style{
	width:26.26%;
	font-family:"Lato";
	font-weight:700;
}
.p-57-style{
	width:100%;
	font-size:11px;
}
.p-bloc-5-style{
	width:83.73%;
}
.p-4-style{
	width:75.17%;
}
.p-3-style{
	width:80.59%;
}
.p-bloc-23-style{
	width:35.05%;
	font-family:"Lato";
	font-weight:700;
}
.p-bloc-17-style{
	width:43.81%;
}
.p-29-style{
	width:43.14%;
}
.p-bloc-33-style{
	width:95.33%;
}
.p-bloc-29-style{
	width:82.35%;
}
.p-11-style{
	width:44.48%;
}
.p-bloc-19-style{
	width:35.14%;
}
.p-bloc-12-style{
	width:42.67%;
}
.p-bloc-15-style{
	width:86.83%;
}
.bloc-divider-b-bloc-16-fill{
	fill:#FEF5E6;
}
.bloc-divider-b-bloc-0-fill{
	fill:#FFFFFF;
}
.button{
	background-color:#E07E00;
}
.h2-balocate-style{
	font-family:"PT Sans Narrow";
	font-weight:700;
}
.navbutton{
	font-family:"Open Sans";
	font-weight:600;
	font-size:10px;
	text-transform:uppercase;
}
.bloc-divider-t-bloc-21-fill{
	fill:#183A56;
}
.bloc-divider-b-bloc-24-fill{
	fill:#173952;
}
.bloc-divider-b-bloc-17-fill{
	fill:#163A47;
}
.h6-13-style{
	width:55.86%;
}
.img-42-style{
	width:711px;
}
.bloc-divider-b-bloc-78-fill{
	fill:#FFFFFF;
}
.bloc-divider-t-bloc-32-fill{
	fill:#183A56;
}
.bloc-divider-b-0-fill{
	fill:#183A56;
}
.link-style{
	font-family:"PT Sans";
}
.p-bloc-24-style{
	font-family:"Lato";
	font-weight:700;
}
.p-38-style{
	font-family:"Lato";
	font-weight:700;
}
.p-39-style{
	font-family:"Lato";
	font-weight:700;
}
.h5-a-collection-style{
	font-family:"Lato";
	font-weight:700;
}
.fixxed{
	position:fixed;
	background-color:rgba(191,191,191,0.10);
	width:100%;
}
.row-bloc-0-style{
	width:100%;
}
.nav-wide{
	width:100%;
}
.dropdown:hover .dropdown-menu:hover{
	font-family:"Montserrat";
	color:#F7B443!important;
}
.label-email-style{
	font-family:"Montserrat";
}
.email-text{
	font-family:"Montserrat";
	color:#3EB2FE!important;
}
.email-design{
	height:60%;
}
.bloc-divider-b-bloc-25-fill{
	fill:#2D2F2B;
}
.img-santabarba-style{
	width:360px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-black{
	background-color:#000000;
}
.bgc-black-2{
	background-color:#000000;
}
.bgc-old-lace{
	background-color:#FEF5E6;
}
.bgc-prussian-blue{
	background-color:#183A56;
}
.bgc-old-lace-2{
	background-color:#FFF5E6;
}
.bgc-cornflower-blue{
	background-color:#569EF9;
}
.bgc-medium-jungle-green{
	background-color:#2D2F2C;
}
.bgc-capri{
	background-color:#00C0FF;
}
.bgc-prussian-blue-2{
	background-color:#183A56;
}
.bgc-white{
	background-color:#FEFFFF;
}

/* Text colour styles */

.tc-black{
	color:rgba(0,0,0,0.701961)!important;
}
.tc-cornflower-blue{
	color:#569EF9!important;
}
.tc-old-lace{
	color:#FEF5E6!important;
}
.tc-ucla-blue{
	color:#577592!important;
}
.tc-old-lace-2{
	color:#FFF5E6!important;
}
.tc-prussian-blue{
	color:#183A56!important;
}
.tc-black-2{
	color:#000000!important;
}
.tc-capri{
	color:#00C0FF!important;
}
.tc-medium-jungle-green{
	color:#2D2F2C!important;
}
.tc-gray-htmlcss-gray{
	color:#7F7F7F!important;
}
.tc-princeton-orange{
	color:#FF9300!important;
}
.tc-medium-purple{
	color:#9A7FE6!important;
}
.tc-prussian-blue-2{
	color:#183A56!important;
}
.tc-maya-blue{
	color:#75D5FF!important;
}
.tc-black-3{
	color:#000000!important;
}
.tc-white{
	color:#FEFFFF!important;
}

/* Button colour styles */

.btn-princeton-orange{
	background:#FF9300;
	color:#FFFFFF!important;
}
.btn-princeton-orange:hover{
	background:#cc7600!important;
	color:#FFFFFF!important;
}
.wire-btn-princeton-orange{
	color:#FF9300!important;
	border-color:#FF9300!important;
}

/* Link colour styles */

.ltc-princeton-orange{
	color:#FF9300!important;
}
.ltc-princeton-orange:hover{
	color:#cc7600!important;
}

/* Icon colour styles */

.icon-princeton-orange{
	color:#FF9300!important;
	border-color:#FF9300!important;
}

/* Bloc image backgrounds */

.bg-03-cover-mini{
	background-image:url("img/03-cover-mini.jpg");
}
.bg-Adversiment-Billboard-mockup-vol4{
	background-image:url("img/Adversiment-Billboard-mockup-vol4.jpg");
}
.bg-Bus-20Stop-20Billboard-20MockUp{
	background-image:url("img/Bus%20Stop%20Billboard%20MockUp.jpg");
}
.bg-A02EF532-43DD-4CCD-9AD0-2B98AC2CF649-1-100-o{
	background-image:url("img/A02EF532-43DD-4CCD-9AD0-2B98AC2CF649_1_100_o.jpeg");
}
.bg-5th-bet-la-and-maple-1{
	background-image:url("img/5th-bet-la-and-maple-1.jpg");
}
.bg-Post-It-Notes-Notice-Board-Sticky-Notes-Note-1284667{
	background-image:url("img/Post-It-Notes-Notice-Board-Sticky-Notes-Note-1284667.jpg");
}
.bg-IMG-3541{
	background-image:url("img/IMG_3541.jpeg");
}
.bg-Persona-20BG{
	background-image:url("img/Persona%20BG.png");
}
.bg-pvMVecxVoW0{
	background-image:url("img/pvMVecxVoW0.png");
}
.bg-cray-arrange-20copy{
	background-image:url("img/cray_arrange%20copy.jpg");
}



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.navbar-brand img{
		width:70px;
	}
	.link-style{
		font-family:"Open Sans";
		font-size:20px;
		font-weight:600;
	}
	.p-2-style{
		font-size:12px;
	}
	.p-bloc-1-style{
		font-size:12px;
		font-family:"Open Sans";
		font-weight:600;
	}
	.p-bloc-10-style{
		font-size:12px;
		font-family:"Open Sans";
		font-weight:400;
	}
	.p-bloc-7-style{
		font-size:12px;
		font-family:"Open Sans";
		font-weight:400;
	}
	.h6-style{
		font-family:"Open Sans";
		font-weight:800;
	}
	.h3-photography -style{
		font-family:"Open Sans";
		font-weight:400;
	}
	.h2-style{
		font-family:"Open Sans";
		font-weight:400;
	}
	.h5-style{
		font-family:"Open Sans";
		font-weight:600;
	}
	.h3-style{
		font-family:"Open Sans";
		font-weight:400;
	}
	.p-bloc-9-style{
		font-family:"Open Sans";
		font-weight:400;
		font-size:12px;
	}
	.h6-bloc-10-style{
		font-family:"Open Sans";
		font-weight:400;
	}
	.h3-teaching-style{
		font-family:"Open Sans";
		font-weight:400;
	}
	.bloc-divider-t-style{
		height:200px;
		fill:#00FF00;
	}
	.p-3-style{
		font-size:12px;
	}
	.p-bloc-12-style{
		font-size:12px;
	}
	.p-bloc-15-style{
		font-size:12px;
	}
	.bloc-divider-b-fill{
		fill:#F79303;
	}
	.bloc-divider-b-bloc-19-fill{
		fill:#183956;
	}
	.bloc-divider-t-fill{
		fill:#183A56;
	}
	.bloc-divider-b-bloc-9-fill{
		fill:#000000;
	}
	.bloc-divider-t-bloc-12-fill{
		fill:#FFFFFF;
	}
	.p-4-style{
		font-size:12px;
	}
	.p-bloc-11-style{
		font-size:12px;
	}
	.p-bloc-14-style{
		font-size:12px;
	}
	.p-17-style{
		font-size:12px;
	}
	.p-16-style{
		font-size:12px;
	}
	.p-14-style{
		font-size:12px;
	}
	.p-13-style{
		font-size:12px;
	}
	.p-bloc-13-style{
		font-size:12px;
	}
	.p-11-style{
		font-size:12px;
	}
	.p-bloc-24-style{
		font-size:12px;
	}
	.p-38-style{
		font-size:12px;
	}
	.p-39-style{
		font-size:12px;
	}
	.p-bloc-23-style{
		font-size:12px;
	}
	.bloc-divider-t-bloc-11-fill{
		fill:#0000FF;
	}
	.p-10-style{
		font-size:12px;
	}
	.p-bloc-25-style{
		font-size:12px;
	}
	.p-bloc-40-style{
		font-size:12px;
	}
	.p-bloc-42-style{
		font-size:12px;
	}
	.bloc-divider-b-bloc-20-fill{
		fill:#FEFFF6;
	}
	.p-bloc-21-style{
		font-size:12px;
	}
	.p-29-style{
		font-size:12px;
	}
	.p-33-style{
		font-size:12px;
	}
	.p-34-style{
		font-size:12px;
	}
	.p-bloc-31-style{
		font-size:12px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	}
	p{
	}
	.p-bloc-29-style{
		font-size:12px;
	}
	.img-bloc-24-style{
		height:110px;
	}
	.img-bloc-32-style{
		height:258px;
	}
	.img-62-style{
		height:258px;
	}
	.img-ajohnson-smo-style{
		height:258px;
	}
	.img-snapse-style{
		height:258px;
	}
	.img-63-style{
		height:258px;
	}
	.img-66-style{
		height:258px;
	}
	.img-65-style{
		height:258px;
	}
	.p-45-style{
		font-size:12px;
	}
	.p-46-style{
		font-size:12px;
	}
	.p-bloc-43-style{
		font-size:12px;
	}
	.p-bloc-44-style{
		font-size:12px;
	}
	.p-bloc-46-style{
		font-size:12px;
	}
	.p-bloc-48-style{
		font-size:12px;
	}
	.p-bloc-50-style{
		font-size:12px;
	}
	.p-bloc-51-style{
		font-size:12px;
	}
	.p-bloc-52-style{
		font-size:12px;
	}
	.p-bloc-53-style{
		font-size:1px;
	}
	.label-style{
		font-size:12px;
	}
	.label-email-style{
		font-size:12px;
	}
	.label-message-style{
		font-size:12px;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	.img-97-style{
		border-radius:0px 0px 0px 0px;
	}
	.img-bloc-75-style{
		height:25px;
	}
	.img-104-style{
		height:25px;
	}
	.img-106-style{
		height:25px;
	}
	.img-107-style{
		height:25px;
	}
	.img-109-style{
		height:25px;
	}
	.img-110-style{
		height:25px;
	}
	.p-76-style{
		font-family:"helvetica";
	}
	.p-79-style{
		font-size:15px;
	}
	.list-style{
		width:47.55%;
	}
	.p-107-style{
		font-size:11px;
	}
	.p-105-style{
		font-size:14px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
}

@media (max-width: 767px){
	.list-style{
		width:100%;
	}
	.bloc-divider-t-fill{
		fill:#183A56;
	}
	.h5-1-style{
		font-family:"Open Sans";
		font-weight:800;
	}
	.p-67-style{
		font-family:"helvetica";
	}
	.h3-about-style{
		font-family:"Open Sans";
		font-weight:800;
	}
	.p-bloc-66-style{
		font-family:"helvetica";
	}
	.p-65-style{
		font-family:"helvetica";
	}
	.h4-sf-clean-style{
		font-family:"Open Sans";
		font-weight:800;
	}
	.h3-47-style{
		width:100%;
	}
	.h3-48-style{
		width:100%;
	}
	.img-bloc-74-style{
		width:324px;
	}
	.navbar-brand img{
		width:70px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.navbar-brand img{
		height:70px;
		width:50px;
	}
	.mt-1{
	}
	
}

