.fixed-position {
	position: fixed;
	width: 100%
}
/* Full-size. No max width. */

/*
body.modal-open {
	overflow-y: scroll;
}

body.modal-open > div {
	position: fixed;
	width: 100%;
}
*/

body, .modal {
	padding-right: 0px !important;
}

.navbar-text > a {
	color: #fefefe;
	text-decoration: none;
	font-family: "Lato Light";
}

.navbar {
	min-height: 41px;
	margin-bottom: 0px;
	border: 0px;
}

.navbar-nav {
	float: none;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: -16px;
}

.navbar-logo {
	width: 52px;
	min-height: 52px;
    float: left;
    border-radius: 11px;
    background-color: rgb(96, 105, 128);
    background-image: url(../img/logo.png);
    background-size: 100%;
}

.container .navbar-brand {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: black;
	position: relative;
    margin-left: 12px;
    margin-top: 10px;
    padding-left: 0px;
    padding-top: 0px;
	padding-bottom: 3px;
}

.navbar-brand {
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: black;
    display: block;
    height: auto;
    width: auto;
	position: relative;
	margin-left: 12px;
	padding-left: 0px;
	float: left;
}

.navbar-subtitle {
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: rgb(10, 10, 10);
    font-weight: 200;
    float: left;
    margin-left: 12px;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 12px;
	margin-top: 14px;
}


.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.container-fluid-white {
	background-color: #ffffff;
	min-height: 82px;
	overflow: hidden;
    position: relative;
    z-index: 2;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
	width: 1170px;
}

.navbar-bottom {
	margin-top: 13px;
    margin-left: 83px;
	padding-left: 0px;
	padding-right: 0px;
}

.logo-bar-tab, .phone-tab {
    height: 33px;
    width: 225px;
    background-color: #606980;
    position: relative;
    border-radius: 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: white;
    text-align: center;
}

.logo-bar-tab {
    bottom: -56px;
    padding-top: 5px;
}

.phone-tab {
	padding-top: 7px;
}

body {
	background: #ffffff !important;
	font-family: 'Open Sans', sans-serif;
	padding-top: 41px;
	padding-bottom: 0px;
	letter-spacing: -.25px;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

a {
  color: #262c50;
}

a:hover,
a:focus {
	color: #262626;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato Regular', sans-serif;
}

h3 {
	margin-top: 10px;
}

.h4, h4 {
   font-weight: 400;
}

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

.jumbotron {
	padding-top: 15px;
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 0px;
}

html,body {height:100%;width:100%;}
.jumbotron {background-color:transparent;}
.container-full-bg {width:100%;height:100%;max-width:100%;background-position:center;background-size:cover;}
.container-full-bg .container, .container-full-bg .container .jumbotron {height:100%;width:100%;}

.jumbotron .h1, .jumbotron h1 {
	background-color: rgba(0, 0, 0, 0);
	text-align: center;
	margin-top: 35px;
	color: #fefefe;
	line-height: 1.2;
	letter-spacing: 0px;
	font-size: 78px;
	font-weight: 300; /* light */
	font-family: 'Lato', sans-serif;
}

.jumbotron h3 {
    margin-top: 20px;
	background: none;
	text-align: center;
	color: #fefefe;
	line-height: 1.2;
	letter-spacing: 0px;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: light;
}

.jumbotron a {
	color: white;
}

.container-special {
    padding-left: 0px;
    padding-right: 0px;
    background-color: rgba(0, 0, 0, 0.25);
}

.navbar-default {
	background-color: rgb(5, 5, 5);
}

.navbar-brand: {
	color: #000000;
}

/* 65% gray text */ 

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #a6a6a6;
	background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
	color: #fefefe;
	background-color: rgba(255,255,255,0);
	margin-left: 0px;
	width: 192px;
	height: 41px;
	word-wrap: break-word;
	color: rgb(254, 254, 254);
	text-align: center;
	line-height: 1;
	letter-spacing: 0px;
	font-size: 14px;
	font-family: 'Lato';
	padding-top: 14px;	
}

.navbar-default .navbar-nav > .active >a,
.navbar-default .navbar-nav > .active >a:hover,
.navbar-default .navbar-nav > .active >a:focus {
	color: #666666;
	background-color: rgb(5, 5, 5);
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #a6a6a6;
	background-color: rgb(5, 5, 5);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: rgb(5, 5, 5);
	color: #a6a6a6;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgb(5, 5, 5);
}

.container-full-bg {
	height: 242px;
	margin-top: 0px;
	z-index: 0;
    position: relative;
    margin-bottom: 0px;
	background-color: rgb(66, 108, 209);
	background-image: url('../img/chalkboard300.png');
	}

.media-left {
    zoom: .5;
}

.media-right {
    zoom: .5;
}

#spaceholder-recommendations-1 {
	height: 72px;
}

#row-844 {
	width: 844px;
	margin-left: 162px;
	float: none;
}

#right-text {
	text-align: right;
}

#spaceholder-recommendations-2 {
	height: 59px;
}

.panel-body-left {
	padding: 32px 60px 17px 17px;
	width: 744px;
	border: 1px solid #d9d9d9;
	margin-left: 0px;
}

.panel-body-right {
	padding: 32px 17px 17px 60px;
	width: 744px;
	border: 1px solid #d9d9d9;
	margin-left: 100px;
}

.panel-default {
    position: relative;
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: #C0C0C0;
}

.navbar-brand {
  font-size: 14px;
}

.dropdown-menu {
	background-color: rgb(5, 5, 5);
	text-align: center;
	margin-left: 0px;
	padding-bottom: 0;
	width: 192px;
	border: none;
}

.dropdown-menu  > li > a {
	height: 56px;
	baseline-shift: -50%;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #333333;
}

.navbar .nav li .dropdown-menu li a {
	white-space: normal;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #333333;
}

.navbar-collapse .collapse {
    display: none;
    height: auto !important;
    padding-bottom: 0;
    overflow: hidden !important;
    visibility: visible !important;
	background-color: rgba(255,255,255,0);
	color: #fff;
  }

.btn-primary {
	background-color: #2C3E50;
	border-color: #2C3E50;
	color: #FFFFFF;
}

#result-btn-area .btn-primary {
	background-color: #353337;
	border-color: #dfe1e4;
	color: #FFFFFF;
	margin: auto;
	display: block;
	width: 240px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #FFFFFF;
	background-color: #333333;
	border-color: #161F29;
}

#result-btn-area .btn-primary:hover,
#result-btn-area .btn-primary:focus,
#result-btn-area .btn-primary:active,
#result-btn-area .btn-primary.active,
#result-btn-area .open .dropdown-toggle.btn-primary {
	color: #FFFFFF;
	background-color: #606980;
	border-color: #dfe1e4;
}

.btn-success {
	background-color: #18BC9C;
	border-color: #18BC9C;
	color: #FFFFFF;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #FFFFFF;
	background-color: #333333;
	border-color: #13987E;
}

.btn-default {
	background-color: #95A5A6;
	border-color: #95A5A6;
	color: #FFFFFF;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #FFFFFF;
	background-color: #7F9293;
	border-color: #74898A;
}

.home-thumb img:hover {
	transform: scale(1.1);
}

.thumbnail img {
	transition: all 0.3s ease 0s;
	width: 100%;
}

.thumbnail {
	overflow: inherit;
}

.bg-grey {
	background-color: #f9f9f9;
}

li {
    list-style-position: outside;
}

.flex, .flex > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 0 auto;
}


/* Contact form */



#contact-form {
	background-color: white;
	border: none;
	border-radius: 0px;
	text-align: left;
	color: black;
}

#contact-form .container-full-bg {
	height: 150px;
}

#contact-form .container-special {
	height: 150px;
}

#contact-form .jumbotron {
	height: 150px;
	margin-left: 0px;
}

#contact-form h1 {
	margin-top: 12px;
}

#contact-form .thumbnail {
	display: none;
}

#contact-form h4 {
	font-size: 15px;
	line-height: 21px;
    margin-left: 10px;
}

#contact-form p {
	font-family: 'Lato Light', sans-serif;
	font-size: 14px;
	margin-left: 12px;
	line-height: 21px;
}

#contact-form hr { 
    display: block;
    margin-top: 10px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
} 

.modal-header {
    padding: 0px;
}
	
#contact-title {
    font-family:  'Lato Bold', sans-serif;
	font-weight: 500;
    line-height: 50px;
    font-size: 47px;
	padding-left: 25px;
	color: white;
	letter-spacing: 0px;
}

#contact-body {
	font-size: 18px;
	font-family: "Lato Regular",sans-serif;
	line-height: 18px;
	padding-bottom: 0px;
}

#contact-copy {
	font-family: "Lato Light",sans-serif;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	height: 100%;
}

#contact-footer {
	text-align: right;
	padding-right: 30px;
	padding-top: 0px;
}

#contact-header {
	background-color: background-color: rgb(66, 108, 209);
}

#contact-header, #contact-footer {
	border: 0;
}

.contact-label {
	text-align: left !important;
}

#contact-message {
	max-height: 150px;
	max-width: 100%;
}

label {
    font-weight: 200;
	font-size: 16px;
}

.panel-body a {
	text-align: right;
}

.list-group a {
	text-align: left;
}

.jumbotron {
    border-style: none;
    color: #FFFFFF;
    margin-bottom: 0px;
    float: none;
    margin-left: -5px;
}

.panel {
	border: 1px solid;
	border-color: #d9d9d9;
    border-radius: 0px;
}

.img-circle {
	width: 126px;
	min-height: 126px;
	border-radius: 100%;
    border: 4px;
    border-style: solid;
    border-color: #dfe1e4;
	margin-top: 21px;
}


.dropdown-header {
	font-size: 14px;
	color: rgb(254, 254, 254);
}

.dropdown-menu>li>a {
	color: rgb(254, 254, 254);
}

.list-group {
  margin-bottom: 0px;
}

#main.container {
    padding-right: 0px;
    padding-left: 0px;
    width: auto;
}

.container-special {
    height: 242px;
}

#main .jumbotron h3 {
	font-size: 21px;
}

#main .jumbotron {
    padding: 30px 0;
	height: 242px;
}

#main .jumbotron .h1, .jumbotron h1 {
    margin-top: 24px;
}

#result-btn .btn .btn-primary {
    background-color: #606980;
    border-color: #f2f2f2;
    color: #FFFFFF;
}

/* badger divs */

.home-page-visual {
	height:273px;
	background-image: url(../img/chalkboard.jpg);
	background-position: center;
	background-size: 1920px;
	padding: 0;
}

.home-page-visual-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.25);
}	

.home-page-big-header {
	color: white;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
    padding-left: 10px;
    padding-right: 10px;
	font-weight: 300;
    margin-top: 35px;
}

.home-page-phone-tab {
	overflow: hidden;
	height: 50px;
}

.phone-tab {
	height: 33px;
	width: 225px;
	background-color: #000;
	position: absolute;
	top: -6px;
	border-radius: 7px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: white;
	text-align: center;
	padding-top: 10px;
}

.home-page-strengths > div {
	text-align: center;
	margin-bottom: 40px;
	padding-top: 44px;
}

.home-page-about {
	text-align: center;
	background-color: rgba(5, 5, 5, 0.05);
    padding: 32px 15px 25px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-page-about-text {
    width: 768px;
}

.home-page-about-text > h1 {
	font-size: 48px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin: 0px 0px 0px 0px;
}

.home-page-about-text > h2 {
	font-size: 32px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 7px;
    margin-bottom: 21px;
	margin-left: 125px;
	margin-right: 125px;
	line-height: 1.3;
}

.home-page-about-text > p {
	font-size: 17px;
	line-height: 1.6;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-bottom: 17px;
	margin-left: 100px;
    margin-right: 100px;
}

.home-page-skills {
	padding-top: 28px;
	padding-bottom: 50px;
	width: 968px;
}

.home-page-skills > div {
	padding: 0px 14px;
}

.skill-img {
	width: 80%; 
}

.home-page-skills .skill-img {
	width: 100%;
}

.skill-img-cropper {
	overflow: hidden;
	text-align: center;
}

.skill-txt > p {
	text-align: center;
	line-height: 1.4;
    letter-spacing: 0px;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
}

.skill-txt > h2 {
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	font-weight: 300;
	text-align: center;
}

.fixed-background {
    position: fixed;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(../img/chalkboard.jpg);
    z-index: 0;
    display: block;
}

.resume-item-bigbox {
	/*background-image: url(../img/chalkboard.jpg);*/
	background-position: center;
	background-size: 1920px;
	background-attachment: fixed;
	padding: 0;
    padding-bottom:32px;
}


/*
.resume-item-bigbox {
	display: flex;
	justify-content: center;
}
*/

@media (min-width: 992px){ /* A Ben feature. It uses min-width instead of John's Max-Widths. */
	/* To adapt it to max-width I guess you'd have these values as defaults and have something like */
	/* max-width 991px: display: initial; */
	/* hmm. */
}


.resume-item-bigbox > div {
	display: flex;
	justify-content: center;
	max-width: 1110px;
    margin: auto;
}

.resume-item-main-col {
	background-color: white;
	margin: 38px 0 0 0;
	padding: 0;
}

.resume-item-main-col > h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 26px;
	margin: 0;
	padding: 24px 20px 5px;
}

.resume-item-main-col > h1.education-header {
    padding: 24px 20px 24px;
}

.resume-item-main-col > h2,
.resume-item-main-col > h3 {
    padding: 0px 20px;
    margin-top: 0px;
    font-weight: 400;
    font-family: 'Lato';
    margin-bottom: 4px;
}

.resume-item-main-col > h2 {
    font-size: 20px;
}

.resume-item-main-col > h3 {
    font-size: 16px;
}

.resume-item-blackspace {
    color: white;
    padding: 20px;
}

.resume-concurrent-headers {
    font-size: 20px;
    font-weight: 600;
    margin-top: 24px;
}

.resume-concurrent-accomplishments,
.resume-retail-accomplishments {
    font-style: italic;
}

#education-main-col {
    border-left: 2px solid #000;
}

.education-college-box {
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	color: white;
	background-color: rgb(96, 105, 128);
	display:block;
	width: 100%;


	/*position: absolute;
	left: 0px;*/
}

.education-college-box h2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 2px;
}

.education-college-box h3 {

    font-size: 13px;
    line-height: 19px;
    margin-top: 0px;
    margin-bottom: 6px;
}

.education-college-box ul {
    /*padding-left: 30px;*/
}

.education-college-box li {
    font-size: 12px;
}

.resume-item-main-col > div {

	padding: 14px 48px 24px 20px;
}

#northern-illinois-university {

    padding-top: 23px;
    padding-bottom: 19px;
}

#rock-valley-college {
    padding-top: 23px;
    padding-bottom: 15px;
}

.resume-item-main-col p {
	line-height: 1.4;
	letter-spacing: 0px;
	font-size: 14px;
	font-family: Open Sans;
}

.resume-item-sub-col {
	background-color: black;
	margin: 38px 0 0 0;
	padding: 0;
}
.resume-item-sub-col > img {
	width: 100%;
}



.quote-box {
    background-color: black;
    margin-left: 20px;
    margin-right: 48px;
    margin-bottom: 20px;
    position: relative;
}



.quote-box-fullwidth {
    background-color: black;
    margin: auto;
    margin-bottom: 20px;
    position: relative;
}

.lor-link,
.lor-link:active,
.lor-link:hover,
.lor-link:visited {
    color: white;
    font-style:italic;
    font-size:12px;
    text-decoration: underline;
}

.small-quote-box {
	padding: 24px 16px 17px 16px; 
}

.quote-box, .quote-box-fullwidth {
	padding: 30px 15px 15px 15px; 
}

.small-quote-box, .quote-box, .quote-box-fullwidth  {
    color: white;
    font-size: 17px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	text-align: center;
}

.small-quote-attribution, .quote-source {
    font-weight: 400;
    padding-top: 12px;
}

.small-quote-attribution, .small-quote-attribution-box, .quote-box-fullwidth span {
    color: white;
    font-size: 14px;
    display: block;
    text-align: right;
    line-height: 1.0;
}

.small-quote {
    padding: 0px 43px;
    display: block;
}

#rock-valley-college {
    margin-bottom: 7px;
}

#education-training > p {
    font-weight: 400;
    font-style: italic;
    margin-bottom: 3px;
}

#education-training, .resume-item-software-knowledge {
    /*padding: 32px 47px;*/
    padding: 24px 48px 24px 20px;
}

.resume-item-software-knowledge {

	background-color: white;
	display: block;
	vertical-align: bottom;
}

.resume-item-software-knowledge > p, #education-training > h3 {
	font-size: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: black;
	line-height: 1.2;
	text-align: left;
}

p.afterthought {
	font-style: italic;
	font-size: 12px;
}

.software-ul {
	padding-left: 20px;
	line-height: 23px;
	font-family: 'Open Sans';
}

.software-li {
	line-height: 23px;
	font-family: 'Open Sans';
}

.filler-100px {
	display: block;
	width: 100%;
	height: 100px;
}

.resume-item-main-col > .afterthought {
	font-size: 13px;
	font-style: italic;
}

/*.resume-item-main-col > .education-h2 {
	font-size: 22px;

}*/

.gallery-h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 28px;
    margin-bottom: 12px;
}

.gallery-textbox-right > .gallery-h2 {
    max-width: 285px;
}

.gallery-textbox-left > .gallery-h2 {
    max-width: 275px;
}

.gallery-p {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 17px;
    line-height: 22.4px;
    margin-bottom: 14px;
    max-width: 320px;
}

.gallery-textbox-right {
    padding-left: 30px;
    /*padding-right: 115px;*/
}

.gallery-textbox-left {
    padding-left: 90px;
    /*padding-right: 50px;*/
}

.circle-preview {
	margin-top: 20px;
	width: 210px;
	height: 210px;
	border-radius: 50%;
	margin-bottom: 15px;
}

.carousel-indicators {
	bottom: -40px;
	margin-bottom: 0px;
}

.carousel-indicators-left {
	left: 25%;
}

.carousel-indicators-right {
	left: 75%;
}

.carousel-indicators li {
	border-color: rgb(102, 102, 102);
	width: 18px;
	height: 18px;
	border-radius: 50%;
}
.carousel-indicators li.active {
	background-color: rgb(102, 102, 102);
	width: 18px;
	height: 18px;
	border-radius: 50%;
}

.carousel-inner {
	border-radius: 24px;
	overflow: hidden;
	width: 90%;
	margin: auto;
}

.gallery-alt-bg {
	background-color: #F2F2F2;
}

.gallery .home-page-big-header {
	background-color: rgba(5, 5, 5, 0.5);
}

.gallery .home-page-visual {
	height: 207px;
}

.gallery .col-sm-7 {
	padding-bottom: 45px;
	padding-top: 20px;
}

.gallery-first {
	padding-top: 15px;
}

.gallery-last {
	padding-bottom: 80px;
}
#galleryheader {
    font-size: 98px;
    font-weight: 300;
	width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    color: white;
    font-family: 'Lato', sans-serif;
    display: flex;	
    margin-top: 0px;
}

.ekko-sidebar {
	width: 315px;
	display: inline-block;
	vertical-align: top;
	/*padding: 11px 17px;*/
	background-color: #F2F2F2;
	height: 100%;
}

.ekko-lightbox-container {
	display: inline-block;
	background-color: black;
}

#lightbox-mod-content {
	background-color: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: none;
    margin: auto;
    text-align: left;
}

.ekko-lightbox-nav-overlay a:first-child span {
    text-align: left;
}

.ekko-lightbox-nav-overlay a {
    text-decoration: none;
}

.ekko-lightbox-nav-overlay a:hover,
.ekko-lightbox-nav-overlay a:active,
.ekko-lightbox-nav-overlay a:focus {
    color: white;
}

.ekko-lightbox-container > div.ekko-lightbox-item {
	max-width: 95%;
	margin: auto;
	text-align: center;
}

.ekko-sidebar h3 {
	padding-left: 17px;
	padding-top: 16px;
	margin: 0;
	padding-bottom: 13px;
	background-color: #606980;
	color: white;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.lightbox-caption {
	padding: 10px 17px;
}

.lightbox-caption p {
	font-family: 'Eczar', serif;
	font-size: 19px;
	margin: 20px 40px 10px 22px;
    line-height: 2.5;
}

#ekko-mod-closeButton {
	display: block;
	float: right;
	color: black;
	padding: 10px;
	position: relative;
	top: -1px;
	right: 7px;
}

#ekko-mod-closeButton:hover {
	display: block;
	float: right;
	color: gray;
}

.indented {
    display: block;
    margin-left:25px;
}

/* Ben note: the following four items pertain to the lightbox. */
@media (min-width:992px){
	#lightbox-mod-dialog {
		margin: 10px;
	}
}


.modal-open .modal {
	overflow-y: hidden;
}

.modal-open #contact {
	overflow-y: auto;
}


@media (max-width:991px){
	.ekko-lightbox-container {
		width: 100% !important;
		height: 380px !important;
	}	
	div.modal {
		overflow-y: scroll;
	}
	.ekko-sidebar {
		width: 100%;
		height: auto !important;
	}
}

/* this fixes automatic phone number detection ruining the formatting */
/* supposedly */
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

.m-dash::before {
    content: "\2014"
}



@media (max-width: 1199px) {

    .container {
        padding-right: 0px;
        padding-left: 0px;
        width: 970px;
    }

    .navbar-default .navbar-nav > li > a {
        width: 186px;
    }

    .dropdown-menu {
        margin-left: -2px;
        width: 186px;
        padding: 0px;
    }

    .navbar-nav {
        margin-left: 32px;
    }

    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin-right: 0;
        margin-left: -20px;
        float: none;
    }

    .navbar-bottom {
        margin-left: 46px;
     }

     #row-844 {
        margin-left: 63px;
    }

    #main .jumbotron h1 {
        margin-top: 24px;
    }

    #main .jumbotron h3 {
        font-size: 21px;
    }

    #main .container-special {
        height: 242px;
    }

    #main .jumbotron {
        padding: 30px 0;
    }

    .home-page-skills {
        padding-top: 28px;
        padding-bottom: 50px;
        width: 958px;
    }

    .home-page-strengths > div {
        text-align: center;
        margin-bottom: 40px;
        padding-top: 43px;
    }

    .skill-img {
        width: 100%;
    }

    .home-page-big-header {
        font-size: 19px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 32px;
        padding-right: 32px;
        margin-top: 25px;
    }

    .home-page-about-text {
        width: 680px;
    }

    .home-page-about-text > h2 {
        font-size: 22px;
        font-family: 'Open Sans', sans-serif;
        margin-top: 4px;
        margin-bottom: 20px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .home-page-about-text > p {
        margin-left: 50px;
        margin-right: 50px;
    }

    #northern-illinois-university {
        padding-bottom: 24px;
    }

    .gallery-textbox-left {
        padding-left: 55px;
    }
}

@media (max-width: 991px) {

    .container {
        padding-right: 0px;
        padding-left: 0px;
        width: 766px;
    }

    .home-page-strengths {
        width: 752px;
    }

    .skill-img {
        width: 226px;
    }

    .skill-text {
        width: 226px;
    }

    .home-page-about-text {
        width: 535px;
    }

    .navbar-default .navbar-nav > li > a {
        width: 150px;
    }

    .dropdown-menu {
        margin-left: -7px;
        width: 150px;
        padding: 0px 0;
        font-size: 12px;
    }

    .navbar-nav>li>.dropdown-menu {
        padding-top: 0px;
    }

    .dropdown-menu>li>a {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px;
    }

    .navbar-nav {
       margin-left: 46px;
    }

    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin-right: 0;
        margin-left: -54px;
    }

    .container-special {
        height: 242px;
    }

    .navbar-bottom {
        margin-left: 54px;
        width: 40%;
     }

    .logo-bar-tab, .phone-tab {
        margin-left: 120px;
    }

    #spaceholder-recommendations-1 {
        height: 44px;
    }

    #row-844 {
        margin-left: 38px;
        width: 673px;
    }


    .panel-body-left {
        width: 598px;
    }

    .panel-body-right {
        width: 598px;
        margin-left: 75px;
    }

    .modal-dialog {
        width: 740px;
        margin: 20px auto;
    }

    label {
        font-weight: 200;
        font-size: 15px;
    }

    #main .jumbotron h3 {
        font-size: 19px;
    }

    .circle-preview {
        display: none;
    }

    .home-page-big-header {
        font-size: 15px;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 0px;
    }

    .home-page-skills > div {
        padding: 0px 8px;
    }

    .skill-txt > h2 {
        font-family: 'Lato', sans-serif;
        font-size: 19px;
        font-weight: 300;
        text-align: center;
        width: 234px;
    }

    .skill-txt > p {
        font-size: 10.5px;
        width: 234px;
    }

    .home-page-skills {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .skill-img-cropper {
        width: 100%;
    }

    .col-sm-4 {
        width: 240px;
        margin: 4px;
    }


    .indented {
        display: block;
        margin-left:25px;
    }

    .software-li {
        line-height: 1.429;
    }

    .skill-img {
        width: 82%;
    }

    .home-page-visual {
        height: 206px;
    }

    .home-page-phone-tab {
        height: 40px;
    }

    .home-page-about-text > h2 {
        font-size: 18px;
        margin-top: 6px;
    }

    .home-page-about-text > p {
        font-size: 17px;
        line-height: 1.45;
        font-family: 'Lato', sans-serif;
        margin-left: 30px;
        margin-right: 30px;
    }

    .home-page-skills {
        width: 746px;
    }

    #galleryheader {
        font-size: 82px;
    }
    
    .resume-item-bigbox > div {
        display: block;
        max-width: 727px;
    }



    .resume-item-main-col {
        margin-bottom: 0px;
    }



    .resume-item-sub-col {
        margin-top: 0px;
        min-height: 0px;
    }
    


    .resume-item-sub-col > img {
        display: none;
    }



    .resume-item-main-col h1 {
        font-size: 37px;
    }


    .resume-item-main-col h2 {
        font-size: 19px;

    }

    .small-quote-box {
        padding: 30px 15px 15px 15px;
        /* padding: 47px 94px; */
    }

    .small-quote {
        padding: 0px 20px;   
    }

    .resume-item-software-knowledge > p {
        text-align: left;
    }
    
    #education-main-col {
        border-left: none;
    }

    .gallery-textbox-left {
        padding-left: 30px;
    }
	
	.lightbox-caption p {
    font-family: 'Eczar', serif;
    font-size: 16px;
    margin: 10px 20px 10px 10px;
    line-height: 1.4;
}
}



@media (max-width: 767px) {

    .br-at-767::before {
        content: "\A";
        white-space: pre-wrap;
    }

    .navbar-collapse .collapse {
        display: none;
        height: auto !important;
        padding-bottom: 0;
        overflow: hidden !important;
        visibility: visible !important;
        background-color: rgba(255,255,255,0);
        color: #fff;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-style: none;
    }

    .collapse.in {
        display: block;
        visibility: visible;
    }

    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin-right: 0px;
        margin-left: 0px;
    }

    .navbar-toggle {
        float: left;
        margin-left: 20px;
    }

    .container {
        padding-right: 0px;
        padding-left: 0px;
        width: 550px;
    }

    .navbar-nav {
        margin-left: -8px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fefefe;
        background-color: rgba(255,255,255,0);
        margin-left: 26px;
        height: 41px;
        text-align: left;
        padding-top: 11px;
    }

    .dropdown-menu {
        margin-left: -7px;
        width: 190px;
        padding: 0px 0;
        font-size: 12px;
    }

    .navbar-nav>li>.dropdown-menu {
        padding-top: 0px;
    }

    .dropdown-menu>li>a {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px;
    }

    .container-special {
        height: 210px;
    }

    .navbar-bottom {
        margin-left: 34px;
        width: 45%;
        margin-top: 21px;
    }


    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
      color: #FFFFFF;
      text-decoration: none;
      background-color: #333333;
    }

    .navbar .nav li .dropdown-menu li a {
        white-space: normal;
    }

    .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: #333333;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #ffffff;
        background-color: #333333;
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: none;
    }

    .navbar-default .navbar-nav > li > a {
        width: 190px;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: 190px;
        text-align: left;
        margin-top: -2px;
        margin-left: 26px;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .nav>li>a {
        padding: 10px 5px;
    }

    .navbar-logo {
        width: 48px;
        min-height: 48px;
    }

    .container .navbar-brand {
        font-size: 18px;
        margin-left: 9px;
        margin-top: 7px;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .navbar-subtitle {
        font-size: 13px;
        margin-left: 10px;
    }

    .logo-bar-tab {
        margin-left: 300px;
        bottom: -34px;
    }

    .phone-tab {
        margin-left: 300px;
        top: -6px;
    }

    .jumbotron {
        height: 210px;
    }

    #main .container-special {
        height: 210px;
    }

    .container-full-bg {
        height: 210px;
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 53px;
        margin-top: 34px;	
    }

    .home-page-big-header {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 8px;
    }

    .jumbotron h3 {
        margin-top: 24px;
    }

    #spaceholder-recommendations-1 {
        height: 36px;
    }

    body {
        font-size: 13px;
    }

    .panel-body-left {
        width: 442px;
    }

    #row-844 {
        margin-left: 30px;
        width: 490px;
    }

    .h5, h5 {
        font-size: 12px;
    }

    #spaceholder-recommendations-2 {
        height: 32px;
    }

    .img-circle {
        width: 100px;
        min-height: 100px;
        border-radius: 100%;
        border: 3px;
        border-style: solid;
        border-color: #dfe1e4;
        margin-top: 21px;
    }

    .panel-body-right {
        width: 442px;
        margin-left: 50px;
    }

    .modal-dialog {
        position: relative;
        width: auto;
        margin: 10px;
    }

    #main .jumbotron h1 {
        margin-top: 15px;
    }

    #main .jumbotron h3 {
        font-size: 16px;
    }

    #main .jumbotron {
        height: 210px;	
    }

    .circle-preview {
        display: none;
    }

    .home-page-strengths {
        margin-top: -9px;
    }

    .home-page-about-text {
        width: 430px;
    }

    .home-page-about-text > h2 {
        margin-left: 30px;
        margin-right: 30px;
    }

    .home-page-about-text > p {
        font-size: 14px;
        margin-left: 40px;
        margin-right: 40px;
    }

    .col-sm-4 {
        width: 100%;
        margin: -3px 0px 42px 0px;
    }

    .skill-img-cropper {
        width: 100%;
        margin-top: 22px;
    }

    .skill-img {
        width: 100%;
    }

    .home-page-skills {
        padding-top: 0px;
        padding-bottom: 18px;
    }

    .container .home-page-skills {
        padding-top: 0px;
    }

    .skill-txt > h2 {
        width: 100%;
    }

    .skill-txt > p {
        font-size: 10.5px;
        width: 234px;
        margin-left: auto;
        margin-right: auto;
    }

    .resume-item-accomplishments {
        padding: 47px;
		display: none;
    }

    .resume-item-bigbox > div {
        max-width: 535px;
    }
    
    .resume-item-main-col {
        margin-top: 26px;
    }

    #galleryheader {
        font-size: 60px;
    }

    .gallery-p {
        max-width: none;
    }
	
	.lightbox-caption p {
    font-family: 'Eczar', serif;
    font-size: 14px;
    margin: 6px 12px 4px 6px;
    line-height: 1.4;
}

	.ekko-lightbox-container {
    width: 100% !important;
    height: 275px !important;
	margin-top: -15px;
}
	
}


@media (max-width: 575px) {

    .br-at-575::before {
        content: "\A";
        white-space: pre-wrap;
    }
    
    .navbar-collapse .collapse {
        display: none;
        height: auto !important;
        padding-bottom: 0;
        overflow: hidden !important;
        visibility: visible !important;
        background-color: rgba(255,255,255,0);
        color: #fff;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-style: none;
    }

    .collapse.in {
        display: block;
        visibility: visible;
    }

    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin-right: 0px;
        margin-left: 0px;
    }

    .navbar-toggle {
        float: left;
        margin-left: 20px;
    }

    .container {
        padding-right: 0px;
        padding-left: 0px;
        width: 300px;
    }

    .navbar-nav {
        margin-left: -8px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fefefe;
        background-color: rgba(255,255,255,0);
        margin-left: 26px;
        height: 41px;
        text-align: left;
        padding-top: 11px;
    }

    .dropdown-menu {
        margin-left: -7px;
        width: 190px;
        padding: 0px 0;
        font-size: 12px;
    }

    .navbar-nav>li>.dropdown-menu {
        padding-top: 0px;
    }

    .dropdown-menu>li>a {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px;
    }

    .navbar-bottom {
        margin-left: 35px;
        width: 100%;
        margin-top: 26px;
        margin-bottom: 58px;
    }


    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
      color: #FFFFFF;
      text-decoration: none;
      background-color: #333333;
    }

    .navbar .nav li .dropdown-menu li a {
        white-space: normal;
    }

    .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: #333333;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #ffffff;
        background-color: #333333;
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: none;
    }

    .navbar-default .navbar-nav > li > a {
        width: 190px;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: 190px;
        text-align: left;
        margin-top: -2px;
        margin-left: 26px;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .nav>li>a {
        padding: 10px 5px;
    }

    .navbar-logo {
        width: 44px;
        min-height: 44px;
    }

    .container .navbar-brand {
        font-size: 20px;
        margin-left: 9px;
        margin-top: 6px;
        padding-left: 0px;
        padding-bottom: 0px;
        width: 160px;
    }

    .navbar-subtitle {
        font-size: 12px;
        margin-left: 10px;
        margin-top: 0px;
        width: 150px;
    }

    .logo-bar-tab, .phone-tab {
        margin-left: 114px;
        width: 168px;
        font-size: 11px;
    }

    .logo-bar-tab {
        padding-top: 7px;
        bottom: -5px;
    }

    .phone-tab {
        padding-top: 9px;
        top: -5px;
    }

    .jumbotron {
        height: 154px;
    }

    .container-special {
        height: 154px;
    }

    .container-full-bg {
        height: 154px;
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 30px;
        margin-top: 22px;
        font-weight: 400;
    }

    .home-page-big-header {
        font-size: 13px;
        font-weight: 400;

    }

    .jumbotron h3 {
        margin-top: 18px;
        font-size: 15px;
    }

    #spaceholder-recommendations-1 {
        height: 26px;
    }

    body {
        font-size: 13px;
    }

    .panel-body-left {
        width: 272px;
        padding: 32px 38px 17px 17px;
    }

    #row-844 {
        margin-left: 10px;
        width: 280px;
    }

    .h5, h5 {
        font-size: 12px;
    }

    #spaceholder-recommendations-2 {
        height: 20px;
    }

    .img-circle {
        width: 80px;
        min-height: 80px;
        border-radius: 100%;
        border: 3px;
        border-style: solid;
        border-color: #dfe1e4;
        margin: -8px 3px 0px 3px;
    }

    .panel-body-right {
        width: 272px;
        margin-left: 9px;
        padding: 32px 22px 17px 38px;
    }

    .pull-left {
        margin-left: -5px;
    }

    #contact-form h1 {
        margin-top: 37px;
    }

    #main .container-special {
        height: 154px;
    }

    #main .jumbotron {
        height: 154px;
    }

    #main .jumbotron h1 {
        margin-top: 11px;
    }

    .jumbotron {
        margin-left: 0px;
    }

    .home-page-about {
        padding: 24px 22px 18px 22px;
    }

    .skill-img {
        width: 29%;
    }

    .home-page-skills {
        padding-top: 10px;
    }

    .carousel-indicators {
        width: 100%;
    }

    .carousel-indicators-right {
        left: 25%;
    }

    .resume-item-main-col > h1 {
        font-size: 26px;
        padding: 16px 0px 5px 20px;
    }

    .resume-item-main-col > h2 {
        font-size: 17px;
        margin-bottom: 1px;
    }
    
    .resume-item-main-col > h3 {
        font-size: 14px;
        line-height: 15px;
    }
    
    .resume-item-main-col > div {
        padding-right: 24px;
        padding-top: 14px;
    }

    .home-page-strengths > div {
        text-align: center;
        margin-bottom: 11px;
        padding-top: 0px;
        width: 100%;
        float: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .home-page-big-header {
        font-size: 14px;
        line-height: 1.3;
        padding-left: 13px;
        padding-right: 13px;
        margin-top: -1px;
        margin-bottom: -19px;
    }

    .home-page-strengths {
        margin-top: 11px;
    }

    .home-page-about-text > p {
        font-size: 14px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .home-page-visual {
        height: 294px;
    }

    .home-page-phone-tab {
        height: 45px;
    }

    .skill-img-cropper {
        width: 100%;
        margin-top: 0px;
    }

    .home-page-about-text > p {
        line-height: 1.4;
    }

    .skill-img-1 {
        margin-top: 3px;
    }

    .skill-img-3 {
        margin-top: 20px;
    }

    #galleryheader {
        font-size: 12vw;
        font-weight: 400;
    }	

	
.ekko-sidebar h3 {
    font-size: 19px;
}

.lightbox-caption p {
    font-family: 'Eczar', serif;
    font-size: 14px;
    margin: 4px 6px 0px 2px;
    line-height: 1.4;
}

.ekko-lightbox-container {
    width: 100% !important;
    height: 195px !important;
	margin-top: -15px;
}
	
}