@import url("font-awesome.min.css");
@import url("//fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,700%7CMerriweather:400,300,300italic,400italic,700,700italic");

/*custom*/

.infomessagebox {
    background-color: #D9F3F8;
    background-image: url(/images/img07-medium.png);
    color: #00529B;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    border: 0px solid;
    margin: 10px 0;
    padding: 15px 10px 15px 55px;
}

.stopmessagebox {
    margin-left: auto;
    margin-right: auto;
    padding: 15px 10px 15px 60px;
    border-style: solid;
    border-color: red;
    /*color: Red;*/
    background-color: #f7f7f7;
    background-image: url('/images/img-stop.png');
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active, .btn-primary.active,
    .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
        .open > .btn-primary.dropdown-toggle:hover,
        .open > .btn-primary.dropdown-toggle:focus,
        .open > .btn-primary.dropdown-toggle.focus {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary:active, .btn-primary.active,
    .open > .btn-primary.dropdown-toggle {
        background-image: none;
    }

    .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary:hover,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }


.btn-ellipse.btn {
    border-radius: 25px;
}

.btn-ellipse.btn-xs, .btn-group-xs > .btn-ellipse.btn {
    border-radius: 23px;
}

.btn-ellipse.btn-sm, .btn-group-sm > .btn-ellipse.btn {
    border-radius: 19px;
}

.btn-ellipse.btn-lg, .btn-group-lg > .btn-ellipse.btn {
    border-radius: 36px;
}

.btn {
    position: relative;
    padding: 15px;
    font-size: 22px;
    line-height: 16px;
    border-radius: 5px;
    white-space: nowrap;
    border-width: 2px;
    transition: .3s;
    backface-visibility: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
    text-decoration: none!important;
}

    .btn:focus, .btn:active, .btn:active:focus {
        outline: none;
        box-shadow: none;
    }

    .btn .caret:last-child {
        margin-left: 5px;
    }

/* Basic */

	body {
		background: #222222;
	}

		body.loading * {
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-o-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

body, input, select, textarea {
    color: #555555;
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: 400 !important;
    line-height: 1.65em;
}

	a {
		color: #0897e2;
		text-decoration: underline;
	}

	strong, b {
		font-weight: 700;
	}

	em, i {
		font-style: italic;
	}

	p, ul, ol, dl, table, blockquote {
		margin: 0 0 2em 0;
	}

	p {
		line-height: 1.8em;
	}

		p.medium {
			font-size: 1.4em;
		}

	h1, h2, h3, h4, h5, h6 {
		color: inherit;
		font-weight: 700;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

h2 {
    font-size: 1.5em;
    padding-top: 20px;
    padding-bottom: 20px;
}

	h3 {
		font-size: 1.25em;
        padding-bottom:10px;
	}

.smalltext {
    font-size: 0.5em;
    padding-bottom: 5px;
    color: #000;
    font-weight: normal;
    font-style: italic;
}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

    /***Custom indenting*/
    ol ol {padding-left:60px;}

	hr {
		border-top: solid 1px #0897e2;
		border: 0;
		margin-bottom: 1.5em;
	}

	blockquote {
		border-left: solid 0.5em #0897e2;
		font-style: italic;
		padding: 1em 0 1em 2em;
	}

	section.special, article.special {
		text-align: center;
	}

	header.major {
		padding-bottom: 3em;
		text-align: center;
		text-transform: uppercase;
	}

		header.major h2 {
			font-size: 2.6em;
			font-weight: 700;
		}

		header.major .byline {
			display: block;
			padding-top: 1em;
			letter-spacing: 1px;
			font-size: 1.4em;
		}

	footer > :last-child {
		margin-bottom: 0;
	}

	footer.major {
		padding-top: 3em;
	}

/* Form */

	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: none;
		border: solid 1px #0897e2;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0.75em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		textarea:focus {
			border-color: #0897e2;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"] {
		line-height: 1em;
	}

	::-webkit-input-placeholder {
		color: inherit;
		opacity: 0.5;
		position: relative;
		top: 3px;
	}

	:-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	::-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	:-ms-input-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	.formerize-placeholder {
		color: rgba(85, 85, 85, 0.5) !important;
	}

/* Image */

	.image {
		border: 0;
		position: relative;
	}

		.image.fit {
			display: block;
		}

			.image.fit img {
				display: block;
				width: 100%;
			}

		.image.feature {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.feature img {
				display: block;
				width: 100%;
			}

/* Icon */

	.icon {
		position: relative;
	}

		.icon:before {
			content: "";
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

/* Lists */

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

	ul.default {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		ul.default li {
			padding: 0.40em 0em;
		}

	ul.icons {
		cursor: default;
		padding-bottom: 2em;
	}

		ul.icons li {
			display: inline-block;
			line-height: 1em;
			padding: 0.5em 1em;
		}

			ul.icons li:first-child {
				padding-left: 0;
			}

			ul.icons li span {
				display: none;
			}

			ul.icons li a {
				text-decoration: none;
				font-size: 2em;
				color: inherit;
				/*opacity: 0.5;*/
				-moz-transition: all 0.35s ease-in-out;
				-webkit-transition: all 0.35s ease-in-out;
				-o-transition: all 0.35s ease-in-out;
				-ms-transition: all 0.35s ease-in-out;
				transition: all 0.35s ease-in-out;
			}

			ul.icons li a:hover {
				color: inherit;
				opacity: 1;
			}

	ul.actions {
		cursor: default;
	}

		ul.actions:last-child {
			margin-bottom: 0;
		}

		ul.actions li {
			display: inline-block;
			padding: 0 0 0 1.5em;
		}

			ul.actions li:first-child {
				padding: 0;
			}

		ul.actions.vertical li {
			display: block;
			padding: 1.5em 0 0 0;
		}

			ul.actions.vertical li:first-child {
				padding: 0;
			}

	ul.special-icons {
		margin: 0em;
		padding: 0em;
	}

		ul.special-icons > li {
			position: relative;
			padding: 0.50em 0em 0.50em 0em;
            min-height:16em;
            overflow:hidden;
		}

		ul.special-icons > li:before {
			position: absolute;
			left: 0;
			top: 2em;
			display: block;
			background: none;
			font-size: 2em;
			border-radius: 5px;
		}

		ul.special-icons > li:first-child {
			border-top: none;
		}

		ul.special-icons h3 {
			margin-bottom: 0.80em;
			line-height: 2em;
			text-transform: uppercase;
			font-weight: 700;
			font-size: 1.1em;
		}

		ul.special-icons span {
			line-height: 190%;
		}

		ul.special-icons .fa {
			float: left;
			display: inline-block;
			padding-right: 10px;
			font-size: 1.1em;
			color: #0897e2;
		}

		ul.special-icons p {
			padding-left: 2.7em;
		}

/* Tables */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr {
				border-bottom: solid 1px #0897e2;
			}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				font-weight: 700;
				padding: 0.5em 1em 0.5em 1em;
				text-align: left;
			}

			table.default thead {
				background: #555555;
				color: #fff;
			}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: none;
    border-radius: none;
    border: 2px solid;
    border-color: #0897e2;
    color: #0897e2;
    cursor: pointer;
    display: inline-block;
    padding: 0.90em 1.2em;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    font-size: 1.4em;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    font-weight: 600;
}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			background: #0897e2;
			color: white;

		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		.button.alt {
			border-color: inherit;
			color: inherit;
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			.button.alt:hover {
				background: white;
				color: #0897e2;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.8em;
		}

/* Wrapper */

	.wrapper {
		padding: 2em 0em 2em 0em;
	}

        .wrapper.style1 {
            padding: 0em;
            background: #222222 url(/MyCNA/images/banner7.jpg) no-repeat;
            background-size: cover;
        }

		.wrapper.style2 {
			background: #f2f2f2;
		}

			.wrapper.style2 .major {
				text-align: left !important;
			}

				.wrapper.style2 .major h2 {
					display: block;
					margin-bottom: 0.70em;
					letter-spacing: 1px;
					line-height: 1.4em;
					text-transform: uppercase;
					font-size: 1.8em;
					font-weight: 400;
				}

				.wrapper.style2 .major .byline {
					letter-spacing: normal;
					line-height: 1.6em;
					text-transform: capitalize;
					font-size: 1.4em;
				}

			.wrapper.style2 h3 {
				display: block;
				margin-bottom: 1em;
				letter-spacing: 1px;
				line-height: 1.4em;
				text-transform: uppercase;
				font-size: 1.6em;
				font-weight: 400;
			}

		.wrapper.style3 {
			padding-bottom: 6em;
			background: #0897e2;
			text-align: center;
			color: white;
		}

			.wrapper.style3 .container {
				padding-left: 6em;
				padding-right: 6em;
			}

			.wrapper.style3 p {
				font-size: 1.6em;
			}

		.wrapper.style4 {
			background: white;

		}

		.wrapper.style5 {
			background: #0897e2;
			text-align: center;
			color: white;
		}

			.wrapper.style5 .image {
				display: block;
				width: 60%;
				margin: 0em auto 2em auto;
			}

				.wrapper.style5 .image img {
					border-radius: 50%;
					border: 10px solid;
					border-color: white;
				}

/* Header */

	#header {
		color: white;
		height: 4em;
		background: rgba(0, 0, 0, 0.5);
	}

		#header .container {
			position: relative;
		}

	#logo {
		margin-top:10px;
	}

		#logo h1 {
			display: inline-block;
			margin: 0;
			padding: 0;
		}

		#logo a {
			color: inherit;
		}

	#nav {
		position: absolute;
		top: 0;
		left: 130px;
        font-size:16px;
        font-weight:400;
	}

		#nav > ul {
			margin: 0;
		}

			#nav > ul > li {
				border-radius: 4px;
				display: inline-block;
				margin-left: 0.4em;
				padding: 0 0.4em;
			}

				#nav > ul > li a {
					color: inherit;
					line-height: 4em;
					letter-spacing: 1px;
					text-decoration: none;
					/*text-transform: uppercase;*/
					font-weight: 400;
					font-size: 1em;
				}

				#nav > ul > li:first-child {
					margin-left: 0;
				}

				#nav > ul > li.active a {
					color: white;
				}

				#nav > ul > li > ul {
					display: none;
				}

/* Dropotron */

.dropotron {
    top: 2em;
    background: rgba(32, 32, 32, 0.75);
    border-radius: 4px;
    color: inherit;
    min-width: 12em;
    padding: 1em 0;
    color: white;
    top: 4em !important;
}

		.dropotron > li {
			line-height: 2em;
			padding: 0 1em;
		}

			.dropotron > li > a {
				color: inherit;
				letter-spacing: 2px;
				text-decoration: none;
				/*text-transform: uppercase;*/
			}

			.dropotron > li.active > a, .dropotron > li:hover > a {
				color: inherit;
			}

		.dropotron.level-0 {
			border-radius: 0 0 4px 4px;
			font-size: 1em;
			margin-left: -0.5em;
		}



        /* Search */

#bannersearch {
    padding: 0em 0em 0em 0em;
    text-align: center;
    text-transform: uppercase;
    color: black;
}

/* Banner */


#banner {
    padding: 8em 0em 8em 0em;
    text-align: center;
    /*text-transform: uppercase;*/
    color: white;
    /*border-bottom: 30px solid #ffb41a;*/
}

		#banner .container {
			padding: 0em 8em;
		}

    #banner h2 {
        display: inline-block;
        /*padding: 1.25em 0.30em;*/
        /*background: #dc2217;*/
        font-size: 4em;
        font-weight: 700;
        line-height: 1.1em;
        text-shadow: 2px 2px #000000;
    }

    #banner span, #banner p {
        display: block;
        letter-spacing: 1px;
        font-size: 1.1em;
        font-weight: 600;
        text-shadow: 2px 2px #000000;
    }

		#banner span {
			padding: 1em 0em;
		}

/* Main */

	#main {
		padding: 4em 0;
	}

		#main #content .major, #main #sidebar .major {
			text-align: left;
		}

		#main #sidebar section {
			margin-top: 4em;
		}

			#main #sidebar section:first-child {
				margin-top: 0;
			}

		#main #sidebar .major {
			padding-bottom: 2em;
		}

			#main #sidebar .major h2 {
				font-size: 1.8em;
			}

/* Footer */

	#footer {
		padding: 6em 0 2em 0;
		text-align: center;
		color: white;
	}

		#footer hr {
			border-bottom: 1px solid;
			border-color: inherit;
			opacity: .05;
		}

		#footer .major h2 {
			color: inherit;
		}

		#footer .major .byline {
			color: inherit;
			opacity: .4;
		}

		#footer .copyright {
			margin-top: 3em;
			text-align: center;
		}

/* Copyright */

	#copyright {
		position: relative;
		text-transform: uppercase;
		text-align: center;
		padding: 3em 0em 3em 0em;
		color: inherit;
		opacity: .40;
	}

		#copyright a {
			text-decoration: none;
			color: inherit;
		}

/* Extra */

	#extra1 h2 {
		display: block;
		margin-bottom: 1em;
		letter-spacing: 1px;
		line-height: 1.4em;
		text-transform: uppercase;
		font-size: 1.8em;
		font-weight: 400;
	}

	#extra1 h3 {
		display: block;
		margin-bottom: 1em;
		letter-spacing: 1px;
		line-height: 1.4em;
		text-transform: uppercase;
		font-size: 1.6em;
		font-weight: 400;
	}

/* Team */

	#team h3 {
		margin-bottom: 0.50em;
		letter-spacing: 2px;
		text-transform: uppercase;
		font-weight: 700;
	}


/* Custom CSS by the CNA team*/
.imageright {
    float: right;
    padding: 5px 5px 5px 20px;
}

.imageleft {
    float: left;
    padding: 5px 5px 5px 20px;
}

#content ul {
    margin-left: 30px;
    /*padding-bottom: 30px;*/
    list-style:circle;
}


#cboxLoadedContent,
#cboxContent {
    background: none;
}

.box {
    background: #f5f5f5;
    padding: 15px;
}

    .box.box-border {
        border-left: 5px solid #6091ba;
    }

    .box.box-dark {
        background: #444;
        color: #fff;
    }

    .box.box-theme {
        background: #6091ba;
        color: #fff;
    }

    .box .date-label {
        background: #fff;
    }

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
}

.panel-info {
    border-color: #bce8f1;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
  
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 15px;
}

.panel-group .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    .panel-group .panel .panel-heading {
        background: none;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

        .panel-group .panel .panel-heading .panel-title a {
            color: #6091ba;
        }

            .panel-group .panel .panel-heading .panel-title a:before {
                font-family: FontAwesome;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\f146";
                margin-right: 5px;
            }

            .panel-group .panel .panel-heading .panel-title a.collapsed:before {
                content: "\f0fe";
            }

    .panel-group .panel .panel-body {
        font-size: 13px;
    }

.panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    .panel .panel-heading {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

        .panel .panel-heading h3.panel-title {
            font-weight: 500;
            padding-bottom: 0;
        }

        .panel .panel-heading .label {
            font-size: 10px;
        }

    .panel .panel-footer {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

        .panel .panel-footer ul {
            margin-bottom: 0;
        }

            .panel .panel-footer ul.list-inline li {
                margin-bottom: 0;
            }

        .panel .panel-footer small {
            color: #999;
        }

    .panel > .list-group .list-group-item:last-child {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

.panel-theme {
    border-color: #6091ba;
}

    .panel-theme > .panel-heading,
    .panel-theme > .panel-footer {
        color: #fff;
        background: #6091ba;
        border-color: #6091ba;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media only screen and (max-width: 449px), (max-width: 768px), (max-width: 1200px) {
    .imageright, .cmsData .imageright, .cmsData figure .imageright, .imageleft, .cmsData .imageleft, .cmsData figure .imageleft, .imagecenter, .cmsData .imagecenter, .cmsData figure .imagecenter {
        width: 100% !important;
        padding: 10px 0px 10px 0px;
        margin: 0px auto !important;
    }

        /*Fix image from stretching vertically on smaller devices*/
        .imageright img, .cmsData .imageright img, .cmsData figure .imageright img, .imageleft img, .cmsData .imageleft img, .cmsData figure .imageleft img, .imagecenter img, .cmsData .imagecenter img, .cmsData figure .imagecenter img {
            height: auto !important;
        }

    .cmsData .videoLink {
        width: 100%;
    }

    .box {
        margin: 0px !important;
    }

    figure, .cmsData figure {
        width: 100% !important;
        padding: 0px;
        margin: 0px auto !important;
    }

    figcaption, .cmsData figcaption {
        width: 100% !important;
        padding: 0px;
        margin: 0px auto !important;
    }
}

@media only screen and (min-width: 320px) {
    .iframesquare {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        max-height: 320px !important;
    }

    .iframewide {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        height: 180px !important;
    }
}

@media only screen and (min-width: 360px) {
    .iframesquare {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        max-height: 390px !important;
    }

    .iframewide {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        height: 200px !important;
    }
}

@media only screen and (min-width: 568px), (min-width: 667px), (min-width: 736px) {
    .iframesquare {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        max-height: 450px !important;
    }

    .iframewide {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        height: 250px !important;
    }
}

@media only screen and (min-width: 768px) {
    .iframesquare {
        width: 98% !important;
        margin: 0px auto !important;
        float: left !important;
        max-height: 550px !important;
    }

    .iframewide {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        height: 300px !important;
    }
}

@media only screen and (min-width: 1024px) {
    .iframesquare {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        max-height: 700px !important;
    }

    .iframewide {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        height: 390px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .iframesquare {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        max-height: 930px !important;
    }

    .iframewide {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        height: 520px !important;
    }
}

@media only screen and (min-width: 1366px) {
    .iframesquare {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        max-height: 930px !important;
    }

    .iframewide {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        height: 523px !important;
    }
}

@media only screen and (min-width: 1920px) {
    .iframesquare {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        max-height: 930px !important;
    }

    .iframewide {
        width: 100% !important;
        margin: 0px auto !important;
        float: left !important;
        height: 523px !important;
    }
}




.container {
    font-size: 18px !important;
    /*width: 1400px;*/
}

/*Hide from displaying*/
.veil {
    display: none !important;
    visibility: hidden;
}

/*Set to display when no hamburger menu*/
@media(min-width:858px) {
    .reveal-lg-block {
        display: inline-block !important;
        visibility: visible;
    }
}

/*Set menu to lower font size when screen is getting too narrow. This ensures top menu does not get whacky*/
@media(max-width:950px) {
    #nav > ul > li a {
        font-size: 0.83em;
    }
}

ul.multicolumn {
    width: 600px !important;
    left: 300px;
    margin-bottom: 20px;
    overflow: hidden;
}

ul.multicolumn li {
    float: left;
    display: inline;
}

ul.multicolumn li {
    width: 50%;
    /* width: 33%; */ /* for 3 columns */
    /* width: 25%; */ /* for 4 columns */
}

.blockhover {
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -o-filter: brightness(100%);
    -ms-filter: brightness(100%);
    filter: brightness(100%);
    text-decoration:none;
}

.blockhover:hover {
    -webkit-filter: brightness(70%);
    -moz-filter: brightness(70%);
    -o-filter: brightness(70%);
    -ms-filter: brightness(70%);
    filter: brightness(70%);
}