/*--------------------------------------------------------------
	# Normalize
--------------------------------------------------------------*/

img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:0 0 25px 0}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {border: none;margin-bottom: 0;margin-top: 0;padding: 0;}embed,iframe,object {max-width: 100%;}iframe{border:0;}.widget select { max-width: 100%; }

/*--------------------------------------------------------------
	# General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #575757;
	font-size: 16px;
	font-weight: 400;
	font-family: "helvetica-neue-lt-pro", serif;
	line-height: 1.65;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	color: #292c33;
	line-height: 1.45;
	font-weight: 500;
	font-family: "helvetica-neue-lt-pro", serif;
}

h1 {
	font-size: 33px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 16px;
}

p {
	margin: 0;
	margin-bottom: 25px;
}

p:last-child {
	margin: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	font-size: 19px;
	font-style: italic;
	font-family: Georgia, serif;
	line-height: 1.65;
	background-image: url("images/blockquote.png");
	background-repeat: no-repeat;
	background-position: 15px 0;
	padding: 13px 41px;
	text-align: center;
}

	blockquote p:last-child {
		margin: 0;
	}

address {
	margin-bottom: 25px
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 25px;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

small {
	font-size: 75%;
}

/*--------------------------------------------------------------
	## Elements
--------------------------------------------------------------*/

body {
	background: #fff;	
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #e5e5e5;
	border: 0;
	height: 1px;
	margin-bottom: 25px;
}

ul,
ol {
	margin: 0;
	margin-bottom: 25px;
	padding: 0 0 0 10px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

table {
	margin-bottom: 25px;
	width: 100%;
	line-height: 1;
}

.widget table {
	table-layout: fixed;
}

table thead {
	background: #4082c6;
	color: #fff;
	text-align: left;
}

table td,
table th {
	padding: 10px;
	text-align: left;
}

table tbody th {
	background: #4082c6;
	color: #fff;
}

table tbody th a {
	color: inherit;
}

.text-align-center {
	text-align: center;
}

.text-align-left {
	text-align: left;
}

.text-align-right {
	text-align: right;
}

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

/*--------------------------------------------------------------
	## Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	line-height: 45px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background: #4082c6;
	padding: 0 22px;
	margin: 0;
	border-radius: 0;
	text-transform: none;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background: rgb(239, 239, 239);
    border: 0;
	color: #4d4d4d;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	padding: 13px;
	max-width: 100%;
	box-sizing: inherit;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #4d4d4d;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
	## Links
--------------------------------------------------------------*/

a {
	text-decoration: none;
	color: #4082c6;
}

/*--------------------------------------------------------------
	## Screen Reader
--------------------------------------------------------------*/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
	## General
--------------------------------------------------------------*/

body {
    background: #fefefe;
}

.wrapper {
    width: 940px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "trajan-pro-3", serif;
    color: #0F4B81;
}

/*--------------------------------------------------------------
	## Intro
--------------------------------------------------------------*/

.intro {
    background: #000;
    color: #fff;
    padding: 40px 0;
    background-image: url("../images/1.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}

.intro::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    mix-blend-mode: multiply;
}

    .intro-inner {
        position: relative;        
    }

        .intro-primary {
            margin-bottom: 100px;
        }

            .intro-primary h1 {
                color: inherit;
                font-size: 50px;
            }

        .intro-secondary {
            
        }

            .intro-secondary h2 {
                color: inherit;
                font-size: 55px;
                line-height: 1.2;
            }

            .intro-secondary h3 {
                color: inherit;
            }

/*--------------------------------------------------------------
	## Info Box
--------------------------------------------------------------*/

.info-box {
    padding: 40px 0;
}

    .info-box-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .info-box-primary {
            width: 46%;
        }

            .info-box-primary p {

            }

        .info-box-secondary {
            width: 46%;
        }

            .info-box-secondary img {
                display: block;
                border-radius: 5px;
            }

/*--------------------------------------------------------------
	## Info Columns
--------------------------------------------------------------*/

.info-columns {
    background: #f1f3f7;
    padding: 40px 0;
}

    .info-columns-inner {

    }

        .info-columns-inner h2 {
            margin-bottom: 10px;
        }

        .info-columns-items {
            margin-top: 30px;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 40px;
        }

            .info-columns-item {
                display: flex;
                justify-content: space-between;
                color: inherit;
            }

                .info-columns-item-image {
                    width: 50%;
                }

                    .info-columns-item-image img {
                        aspect-ratio: 1 / 1;
                        object-fit: cover;
                        object-position: center;
                        border-radius: 5px;
                    }

                .info-columns-item-main {
                    width: 45%;
                    padding-top: 5px;
                }

                    .info-columns-item-main h3 {
                        margin-bottom: 10px;
                        font-size: 20px;
                    }

                    .info-columns-item-main div {

                    }

/*--------------------------------------------------------------
	## Outro
--------------------------------------------------------------*/

.outro {
    padding: 40px 0;
}

    .outro-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .outro-primary {
            width: 46%;
        }

            .outro-primary h2 {
                margin-bottom: 10px;
            }

            .outro-primary div {

            }

            .outro-social {

            }

                .outro-social a {
                    display: flex;
                    align-items: center;
                    margin-top: 15px;
                    border: 1px solid #dde4ed;
                    border-radius: 5px;
                    padding: 15px;
                }

                    .outro-social-icon {
                        display: flex;
                        width: 40px;
                        height: 40px;
                        background: #163e6e;
                        justify-content: center;
                        align-items: center;
                        border-radius: 5px;
                    }

                        .outro-social-icon img {
                            width: 20px;
                            display: block;
                        }

                    .outro-social-text {
                        text-decoration: underline;
                        margin-left: 20px;
                    }

        .outro-secondary {
            width: 46%;
        }

            .outro-secondary img {
                display: block;
                border-radius: 5px;
            }

/*--------------------------------------------------------------
	## Footer
--------------------------------------------------------------*/

.footer {
    background: #163e6e;
    color: #fff;
    padding: 20px 0;
}

    .footer-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .footer-primary {
            font-size: 40px;
            font-family: "trajan-pro-3", serif;
        }

        .footer-secondary {

        }

/*--------------------------------------------------------------
	# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Medium Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1426px ) and ( max-width: 1700px )  {

	

}

/*--------------------------------------------------------------
	## Normal Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1281px ) and ( max-width: 1425px )  {

	

}

/*--------------------------------------------------------------
	## Smaller Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1024px ) and ( max-width: 1280px )  {

	

}

/*--------------------------------------------------------------
	## Tablets
--------------------------------------------------------------*/

@media only screen and ( min-width: 768px ) and ( max-width: 1023px ) {

	.info-columns-items {
        grid-template-columns: repeat(1, 1fr);
    }

}

/*--------------------------------------------------------------
	## Phones ( landscape + portrait )
--------------------------------------------------------------*/

@media only screen and ( max-width: 767px ) {

    .intro-secondary h2 {
        font-size: 30px;
    }

    .info-box-inner,
    .outro-inner,
    .footer-inner {
        flex-wrap: wrap;
    }

        .info-box-primary,
        .info-box-secondary,
        .outro-primary,
        .outro-secondary,
        .footer-primary,
        .footer-secondary {
            width: 100%;
            margin: 20px 0;
        }

	.info-columns-items {
        grid-template-columns: repeat(1, 1fr);
    }

}

/*--------------------------------------------------------------
	## Phones ( landscape )
--------------------------------------------------------------*/

@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {

	

}

/*--------------------------------------------------------------
	## Phones ( portrait )
--------------------------------------------------------------*/

@media only screen and ( max-width: 479px ) {



}