/*Maintenance*/
.removepaddingonbanner #main
{
	padding-top: 0!important;
}

.templatearea {
    min-width: 320px;
    font-family: montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000;
	font-family: "poppins", sans-serif;
}

.templatearea h1, .templatearea h2
{
	font-weight:600;
	color:#002A3A;
}

.templatearea h3, .templatearea h4
{
	font-weight:500;
	color:#651D32;
}

.templatearea h5, .templatearea h6
{
	font-weight:400;
}

.templatearea h1
{
	font-size:42px;
	line-height:55px;
	margin-bottom: 30px;
}

.templatearea h2
{
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.templatearea h2
	{
		font-size: 36px;
		line-height: 45px;
	}
}

.templatearea h3
{
	font-size:24px;
	line-height:33px;
	margin-bottom: 1rem;
}

.templatearea h4
{
	font-size:21px;
	line-height:28px;
	margin-bottom: 1rem;
}

.templatearea h5
{
	font-size:18px;
	line-height:24px;
	color:#651D32;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.templatearea h6
{
	font-size:18px;
	line-height:24px;
	color:#218DC2;
	margin-bottom: 1rem;
	text-transform:uppercase;
}

.templatearea .mlgmargin
{
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.templatearea .mlgmargin
	{
		margin-bottom: 0;
	}
}

.templatearea .elements .section
{
	margin-bottom: 75px;
}

.templatearea .elements .section.nospacing
{
	margin-bottom: 0px;
}

.templatearea .elements .section.smallspacing
{
	margin-bottom: 15px;
}

.templatearea p
{
	font-family: poppins, sans-serif;
	font-weight:300;
	font-style:normal;
	font-size:16px;
	line-height:26px;
	color:#333E48;
}

.templatearea i, .templatearea em
{
	font-weight:300;
	font-style:italic;
}

.templatearea b, .templatearea strong
{
	font-weight:600;
}

.templatearea a, .templatearea a:visited
{
	font-weight:600;
	font-style:normal;
	color: #333E48;
	text-decoration: none;
}

.templatearea a:hover, .templatearea a:focus 
{
	color: #000;
	text-decoration:underline;
}

.coloredlist ul
{
	list-style: none;
	margin: 0
}

.coloredlist ul ul,
.coloredlist ul ol,
.coloredlist ol ul,
.coloredlist ol ol
{
	margin-top: 20px;
}

.coloredlist ul li::before {
	content: "\2022";
	color: #FF9E18;
	display: inline-block;
	width: 1.7em; 
	margin-left: -1.7em;
}


.coloredlist ol li,
.coloredlist ul li
{
	margin-bottom: 10px;
}

.coloredlist ol li:last-child,
.coloredlist ul li:last-child
{
	margin-bottom: 0px;
}

.coloredlist ol
{
	counter-reset: item;
	margin: 0;
}

.coloredlist ol li
{
	display: block;
}

.coloredlist ol li:before
{
	content: counter(item) ". ";
	counter-increment: item;
	color: #FF9E18;
	width: 1.7em;
	margin-left: -1.7em;
	display: inline-block;
	font-size:13px;
	font-weight: 600;
}

.coloredlist ol, .coloredlist ul
{
	font-weight:300;
	font-style:normal;
	font-size: 16px;
	line-height: 26px;
	color:#333E48;
	margin-bottom: 20px;
}

.templatearea .img-responsive
{
	width: 100%;
}
/*END Maintenance*/

/*Buttons*/
.templatearea .buttonlink
{
	margin-top: 30px;
}

.templatearea .btn
{
	font-size: 18px;
	font-weight:600;
	text-transform:uppercase;
	padding: 10px 40px 8px!important;
    border-radius: 30px!important;
    line-height: normal!important;
    border: 0!important;
}

.templatearea .btn:hover{
	text-decoration: none;
}

.templatearea .btn.btncolor,
.templatearea .btn.btncolor:visited
{
	background-color: #651D32;
    color: #FED780;
}

.templatearea .btn.btncolor:hover
{
	background-color: #4C1427;
}

.templatearea .btntext, 
.templatearea .btntext:visited
{
	font-family: poppins,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size:18px;
	color:#218DC2;
}

.templatearea .btntext:hover
{
	color:#12769E;
	text-decoration:none;
}

.templatearea .btntext span
{
	margin-right: 10px;
}
/*END Buttons*/


/*Page Banner*/
.templatearea.nobanner
{
	margin-top: 50px;
}

.bannerarea
{
	background-size: cover;
	background-position: top center;
}

.bannerarea .overlay
{
	padding-top: 250px;
	padding-bottom: 350px;
}

.elementshift
{
	margin-top: -250px;
}

/*END Page Banner*/


/*Quote Element*/
.quoteelement
{
	padding-top: 103px;
	overflow: hidden;
}


.quoteelement .quotebg
{
	background-color: #0a2a3b;
	position: relative;
	padding-left: 40px;
	padding-top: 120px;
	padding-bottom: 40px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.quoteelement .quotestretch
{
	position: relative;
}

.quoteelement .quotestretch:before
{
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: #0a2a3b;
	top: 0;
	right: -50%;
}

.quoteelement .quoteimage
{
	width: 205px;
	position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.quoteelement .quotecontent
{
	font-size:24px;
	line-height:36px;
	font-style:italic;
	font-weight:200;
	color: #ffffff;
}

@media (min-width: 992px) {
	.quoteinner
	{
		padding-bottom: 75px;
	}
	
	.quoteelement .quotebg
	{
		padding-left: 115px;
		padding-top: 40px;
	}
	
	.quoteelement .quoteimage
	{
		left: 0;
		bottom: 0;
		transform: translate(-102px, 75px);
		top: auto;
	}
	
	.quoteelement
	{
		padding-top: 0px;
	}
}



.quoteelement .quoteauthor
{
	margin-top: 25px;
	color: #fecf86;
	text-transform: uppercase
}
/*END Quote Element*/


/*Highlight Element*/
.highlightelement .inner
{
	border-radius:3px;
	padding:80px 50px;
	position: relative;
	z-index: 1;
}

.highlightelement .inner:before
{
	background-color: #EDF1F5;
	border-radius:3px;
	background-image: url('http://patricks141.sg-host.com/wp-content/uploads/2023/04/dna-strand-background-img.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

.highlightelement .rightimage img
{
	border-radius: 15px;
}

@media (min-width: 992px) {
	.highlightelement .inner:before
	{
		background-size: calc(50% + 50px);
		width: calc(100% - 75px);
	}
	.highlightelement .rightimage img
	{
		margin-left: 50px;
	}
}
/*END Highlight Element*/


/*Icon Element*/
.iconcontent.dots .column
{
	min-height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 300px;
}

.iconcontent.dots .column .textcontent p,
.iconcontent.dots .column .textcontent
{
	font-weight:500;
	color:#002A3A;
	font-size:21px;
	line-height:28px;
}

.iconcontent.dots .column .iconcontent
{
	text-align: center;
}

.iconcontent.dots .column .iconimage
{
	width: 100px;
	margin: auto;
	margin-bottom: 20px;
}

.iconcontent.dots .column.lightblue .iconimage path,
.iconcontent.dots .column.lightblue .iconimage rect,
.iconcontent.dots .column.lightblue .iconimage circle
{
	fill: #218DC2;	
	stroke: none;
}

.iconcontent.dots .column.orange .iconimage path,
.iconcontent.dots .column.orange .iconimage rect,
.iconcontent.dots .column.orange .iconimage circle
{
	fill: #FF9E18;	
	stroke: none;
}


.iconcontent.dots .column .innercolumn
{
	width: 100%;
}

.iconcontent.dots .column.lightblue.count1,
.iconcontent.dots .column.lightblue.count3,
.iconcontent.dots .column.lightblue.count5,
.iconcontent.dots .column.lightblue.count7,
.iconcontent.dots .column.lightblue.count9,
.iconcontent.dots .column.lightblue.count11,
.iconcontent.dots .column.lightblue.count13
{
	background-image: url('http://patricks141.sg-host.com/wp-content/uploads/2023/04/icon-dots-blue-1.svg');
}


.iconcontent.dots .column.lightblue.count2,
.iconcontent.dots .column.lightblue.count4,
.iconcontent.dots .column.lightblue.count6,
.iconcontent.dots .column.lightblue.count8,
.iconcontent.dots .column.lightblue.count10,
.iconcontent.dots .column.lightblue.count12,
.iconcontent.dots .column.lightblue.count14
{
	background-image: url('http://patricks141.sg-host.com/wp-content/uploads/2023/04/icon-dots-blue-2.svg');
}

.iconcontent.dots .column.orange.count1,
.iconcontent.dots .column.orange.count3,
.iconcontent.dots .column.orange.count5,
.iconcontent.dots .column.orange.count7,
.iconcontent.dots .column.orange.count9,
.iconcontent.dots .column.orange.count11,
.iconcontent.dots .column.orange.count13
{
	background-image: url('http://patricks141.sg-host.com/wp-content/uploads/2023/04/icon-dots-orange-1.svg');
}

.iconcontent.dots .column.orange.count2,
.iconcontent.dots .column.orange.count4,
.iconcontent.dots .column.orange.count6,
.iconcontent.dots .column.orange.count8,
.iconcontent.dots .column.orange.count10,
.iconcontent.dots .column.orange.count12,
.iconcontent.dots .column.orange.count14
{
	background-image: url('http://patricks141.sg-host.com/wp-content/uploads/2023/04/icon-dots-orange-2.svg');
}

.iconcontent.dots .column.lightblue .iconcontent h6
{
	color: #218DC2;
}

.iconcontent.dots .column.orange .iconcontent h6
{
	color: #FF9E18;
}

.iconcontent.regular .column .innercolumn
{
	background-color: #FFF8ED;
	border-radius:3px;
	padding: 40px 25px;
	width: 100%;
}

.iconcontent.regular .accordionarea .column .innercolumn
{
	background-color: #ffffff;
	border-radius: 60px;
}

.iconcontent .column
{
	margin-bottom: 40px;
}

.iconcontent.regular .column .innercolumn .iconimage
{
	width: 100px;
	margin-bottom: 15px;
}

.iconcontent.regular .column .innercolumn .iconimage path {
	fill: #691C32;
}

.iconcontent.regular .column .innercolumn .iconcontent
{
	width: 100%;	
}

@media (min-width: 400px) {
	.iconcontent.regular .column .innercolumn .iconimage
	{
		margin-bottom: 0;
		margin-right: 20px;
	}
	
	.iconcontent.regular .column .innercolumn .iconcontent
	{
		width: calc(100% - 120px);
	}
}

/*END Icon Element*/


/*Featured Text*/
.featuredtext .featuredimage
{
	margin-bottom: 30px;
}

.featuredtext .featuredimage img
{
	border-radius: 15px;
}

.featuredtext .imageright img
{
	border-radius: 15px;
}

@media (min-width: 992px){
	.featuredtext .leftside
	{
		padding-right: 35px;
	}
}

.featuredtext .belowfeatured
{
	margin-top: 30px;
}

.featuredtext .belowfeatured .imagecontainer
{
	margin-bottom: 30px;
}

.featuredtext .belowfeatured .imagecontainer:last-child
{
	margin-bottom: 0
}

.featuredtext .belowfeatured .imagecontainer .captionbelow
{
	margin-top: 15px;
}

.featuredtext .belowfeatured .imagecontainer .inner
{
	margin: auto;
}

.featuredtext .belowfeatured .imagecontainer .inner.small
{
	max-width: 200px;
}

@media (min-width: 576px){
	.featuredtext .belowfeatured .imagecontainer .inner.small
	{
		max-width: 25%;
	}
}

.featuredtext .belowfeatured .imagecontainer .inner.medium
{
	max-width: 50%;
}

.featuredtext .belowfeatured .imagecontainer .inner.large
{
	max-width: 75%;
}
/*END Featured Text*/


/*Columbed Content*/
.columnedcontent .column6
{
	padding-left: 25px;
	padding-right: 25px;
}

.columnedcontent.blue .inner
{
	background-color: #edf1f5;
	border-radius:60px;
	padding:35px
}

.columnedcontent.orange .inner
{
	background-color: #FFF8ED;
	border-radius:60px;
	padding:35px
}

.columnedcontent .inner,
.columnedcontent .innertwo
{
	width: 100%;
}

.columnedcontent .colimage
{
	margin-bottom: 30px;
}

.columnedcontent .bottomcolimage
{
	margin-top: 30px;
}


.columnedcontent .colimage img.medium,
.columnedcontent .bottomcolimage img.medium
{
	margin: auto;
	max-width: 75%;
}

.columnedcontent .colimage img.small,
.columnedcontent .bottomcolimage img.small
{
	max-width: 50%;
}

.columnedcontent .colimage img.extrasmall,
.columnedcontent .bottomcolimage img.extrasmall
{
	max-width: 25%;
}

.columnedcontent .colimage img,
.columnedcontent .bottomcolimage img
{
	border-radius: 15px;
}

@media (min-width: 992px) {
	.columnedcontent .col-lg-8.count0 .inner
	{
		padding-right: 20px;
	}
	
	.columnedcontent .col-lg-8.count1 .inner
	{
		padding-left: 20px;
	}
	
	.columnedcontent .innertwo.headingclear h1,
	.columnedcontent .innertwo.headingclear h2,
	.columnedcontent .innertwo.headingclear h3,	
	.columnedcontent .innertwo.headingclear h4,
	.columnedcontent .innertwo.headingclear h5,
	.columnedcontent .innertwo.headingclear h6
	{
		clear: none;
	}
	
	.columnedcontent .innertwo.rightimage .colimage
	{
		margin-left: 30px;
		max-width: 50%;
		float: right;
	}
	
	.columnedcontent .innertwo.leftimage .colimage
	{
		margin-right: 30px;
		max-width: 50%;
		float: left;
	}
	
	.columnedcontent .innertwo.rightimage .colimage.extrasmall,
	.columnedcontent .innertwo.leftimage .colimage.extrasmall
	{
		max-width: 25%;	
	}
}
/*END Columbed Content*/


/*Sidebar Element*/
.sidebaroutside.hasimage
{
	
}

.sidebarelement
{
	border-radius: 50px;
	padding: 40px 25px;
	position: relative;
}

.sidebarelement.hasimage
{
	padding-bottom: 110px;
}

.sidebarelement.lightblue
{
	background-color: #edf1f5;
}

.sidebarelement.orange
{
	background-color: #fff8ed;
}

.sidebaroutside .sidebarimage
{
	position: relative;
	margin: auto;
	margin-top: -100px;
	width: 200px;
}


@media (min-width: 576px) {
	.sidebarelement.hasimage
	{
		padding-bottom: 150px;	
	}
	
	.sidebaroutside .sidebarimage
	{
		margin-top: -140px;
		width: 280px;
	}
}


@media (min-width: 992px) {
	.sidebarelement.hasimage
	{
		padding-bottom: 110px;	
	}
	
	.sidebaroutside .sidebarimage
	{
		margin-top: -100px;
		width: 200px;
	}
}

@media (min-width: 1200px) {
	.sidebarelement.hasimage
	{
		padding-bottom: 150px;	
	}
	
	.sidebaroutside .sidebarimage
	{
		margin-top: -140px;
		width: 280px;
	}
}
/*END Sidebar Element*/


/*Stat Element*/
.statelement
{
	background-color: #edf1f5;
	border-radius: 50px;
	padding: 40px 25px;
	position: relative;
}

.statelement .textabovestat
{
	font-size:18px;
	line-height:24px;
	color:#651D32;
	text-transform:uppercase;
	margin-bottom:10px;
}

.hasimagetop
{
	margin-top: 100px;
}

.hasimagetop .statelement
{
	padding-top: 0;
}

.hasimagetop .stateimagetop
{
	margin: auto;
	width: 200px;
	margin-bottom: 50px;
}

.hasimagetop .stateimagetop img
{
	margin-top: -50%;
}

.statelement .statnumber
{
	color: #218dc2;
	font-size: 80px;
	font-weight: bold;
	line-height: 80px;
}

.statelement .statheading
{
	font-size: 21px;
}

.statelement .statconent
{
	margin-top: 30px;
}

.statelement p
{
	font-size:16px;
	line-height: 24px;
}

@media (min-width: 576px) {
	.hasimagetop
	{
		margin-top: 140px;	
	}
	
	.hasimagetop .stateimagetop
	{
		width: 280px;
	}
}


@media (min-width: 992px) {
	.hasimagetop
	{
		margin-top: 100px;	
	}
	
	.hasimagetop .stateimagetop
	{
		width: 200px;
	}
}

.hasimagebottom
{
	position: relative;
	margin-bottom: 125px;
}

.hasimagebottom .statelement
{
	padding-bottom: 130px;
}

.stateimagebottomone
{
	position: absolute;
	width: 200px;
    bottom: 0;
    transform: translateY(50%);
    left: 40px;
}

.statimagebottomtwo
{
	position: absolute;	
	width: 160px;
	position: absolute;
    right: 35px;
    bottom: 0;
    transform: translateY(50%);
}
/*END Stat Element*/


/*Accordion Styles*/
.accordionarea .accordion-item
{
	margin-bottom: 4px;
	border: 0;
	border-radius: 15px;
	overflow: hidden;
}
.accordionarea .accordion-button h5
{
	text-transform: none;
	margin-bottom: 0;
}


.accordionarea.boldtitle .accordion-button h5
{	
	font-weight:600;
}

.accordionarea .accordion-button,
.accordionarea .accordion-button:focus,
.accordionarea .accordion-button:not(.collapsed)
{
	background-color: #eeebe6;
	box-shadow: none;
}

.accordionarea .accordion-body
{
	background-color: #f4f3f2;
}

.accordion-button::after{
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f068";
	background-image: none!important;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	width: auto;
	height: auto;
	color: #218DC2;
	font-size: 21px;
}

.accordion-button.collapsed::after{
	content: "\2b";
}

.accordionarea .accordion-item:last-of-type .accordion-button.collapsed
{
	border-radius: 0;
}
/*END Accordion Styles*/

/*Standard Page Banner*/
.standardpage
{
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #edf1f5;
}

.standardpage h2
{
	margin-bottom: 0;
}
/*END Standard Page Banner*/


/*Gravity Forms*/
.templatearea .gform_wrapper.gravity-theme .gfield_label
{
	font-size:18px!important;
	font-weight:400!important;
	color:#002A3A;
	text-transform:uppercase
}

.templatearea .gform_wrapper.gravity-theme .gfield_required
{
	color: #651d32!important;
	text-transform: none;
}
/*END Gravity Forms*/


/*Page Navi Styles*/
.navinavigation .readmore
{
	font-weight: 600;
	font-size: 22px;
	margin-right: 10px;
}

.wp-pagenavi
{
	display: inline-block;
}

.wp-pagenavi a:hover{
	text-decoration: none;
}

.wp-pagenavi a, .wp-pagenavi span
{
	border: 0;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	display: inline-flex;
	font-weight: 400;
	color: #0a2a3b;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 16px;
	padding-top: 6px;
}

.wp-pagenavi span.current
{
	font-weight: normal;
	background-color: #0a2a3b;
	color: #ffffff;
}
/*END Page Navi Styles*/


/*Table Element*/
.vcsstyle.equalwidth
{
	table-layout: fixed;
	min-width: 500px;
}
.vcsstyle thead th
{
	color:#fff;
	background-color: #002a3a;
	font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
	font-weight: normal;
}

.table>:not(caption)>*>*
{
	padding-top: 15px;
	padding-bottom: 15px;
}

.vcsstyle td,
.vcsstyle th
{
	min-width: 200px;
}

.vcsstyle td
{
	font-family: poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: #333E48;
	border-bottom-color: #002a3a;
}

.vcsstyle.table-striped>tbody>tr:nth-of-type(odd)
{
   --bs-table-accent-bg: #ffffff;
}

.vcsstyle.table-striped > tbody > tr:nth-child(even) > td
{
   background-color: #edf1f5;
}
/*END Table Element*/


/*Three Column Image Area*/
.threecolimagearea .imagecolumn
{
	margin-bottom: 30px;
}

.threecolimagearea .imagecolumn .imagetitle
{
	margin-top: 15px;
}

.threecolimagearea.roundedimages .imagecolumn img
{
	border-radius: 15px;
}
/*END Three Column Image Area*/
