

/* 
  ---- ---- ---- ---- RESET STYLESHEET ---- ---- ---- ----
*/
html, 
body {
  margin: 0;
  padding: 0; 
}

p, 
blockquote, 
pre, 
a, 
abbr, 
acronym, 
address, 
cite, 
code, 
del, 
dfn, 
em, 
img, 
q, 
s, 
samp, 
small, 
strike, 
strong, 
sub, 
sup, 
tt, 
var, 
dd, 
dl, 
dt, 
li, 
ol, 
ul, 
fieldset, 
form, 
label, 
legend, 
button, 
table, 
caption, 
tbody, 
tfoot, 
thead, 
tr, 
th, 
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1.45;
}

article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
nav, 
section {
  display: block; 
}

audio[controls], 
canvas, 
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; 
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}

/*
  
/*
  ---- ---- ---- ---- ALL VIEWPORTS AND SIZES ---- ---- ---- ----
*/
/* BODY */
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }
  
html, 
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fbf7ee;
  color: #000;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.65;
   -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;  
}

h1, h2, h3, h4, h5, h6, .sideBar span {
  margin: 0 0 .5em 0;
  color: #201713;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-variant: small-caps;
  line-height: 1;
  font-style: normal;
}

h1 {
  color: #197eb6;
  font-size: 1.5em;
  margin-bottom: .75em;
  text-align: center;
}

h2 {
  font-size: 1.9em;
}

h3 {
  margin-bottom: .25em;
  padding-bottom: .25em;
  font-size: 1.7em;
}

h4 {
  font-size: 1.5em;
  color: #00007e;
}

h5 {
  font-size: 1.35em;
}

h6 {
  font-size: 0.9em;
  text-transform: uppercase;
}

b, strong {
  font-weight: 700;
}

b a, 
strong a {
  font-weight: 700;
}

em, 
i {
  font-family: 'Josefin Sans', sans-serif;
  font-style: italic;
}

p,
ol,
ul,
dl,
address {
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: 1em;
}
  
 small, 
 .small {
  font-size: .875em; }

ul,
ol {
  padding: 0 0 0 20px;
  }


a {
  color: #201713;/*black*/
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  outline: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto!important;
}

.imageRight, 
.imageLeft {
  position: relative;
  display: block;
  margin: .5em auto;
  text-align: center;
}

a:hover, 
a:active {
  text-decoration: underline;
}

:active {
  outline: 0;
}

hr {
  height: 2px;
  margin: 1.5em 0;
  border: 0;
  background: #aaa;
}

.breadcrumb {
  padding: 0 .75em .5em;
  color: #6e7994;/* washed out blue */
}


.FormTable.centerForm, 
#newsletter {
  width: 300px;
  margin: auto;
}

#newsletter {
  display: block;
  min-height: 400px;
  width: 350px;
}

#lnkUnsubscribe {
  display: block;
  text-align: center;
}

#pnlSubscribe table > tbody > tr {
  display: block;
  position: relative;
  line-height: 1;
}
#pnlSubscribe table > tbody > tr > td {
  display: block;
}

.FormSectionHeader {
  display: block;
  font-size: 1.15em;
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

html body .RadInput_Default .riTextBox, 
html body .RadInputMgr_Default, 
input[type="text"], 
textarea, 
select {
    max-width: 300px!important;
    min-width: 300px!important;
    width: 100% !important;
    padding: 5px !important;
    line-height: 1.5em !important;
    font-size: 16px !important;
    font-family: 'Josefin Sans', sans-serif;
    border: 1px solid #CCC;
    border-color: #ccc #ccc #ccc #ccc !important;
    font: 16px 'Josefin Sans', sans-serif !important;
}

select {
  margin-bottom: 1.5em;
}

#ctl00_cphPageContent_btnSubmitForm {
  margin: .25em auto;
  font-size:  1.1em;
}

.FormBuilderButton.centerButton {
  margin: auto;
}


.greenButton{
  display:inline-block;
  cursor:pointer;
  padding:.5em 1em;
  background:#6f9532;
  color:white;
  text-decoration:none;
  text-align:center;
  font-size:1.25em;
  -moz-box-shadow:inset 0 0 5px #fff;
  -webkit-box-shadow:inset 0 0 5px #fff;
  box-shadow:inset 0 0 5px #fff;
}

/*=== helpers ===*/

.hidden {
  position: absolute;
  top: 0;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}


.flexContainer {
  display: -ms-Flexbox;
  -ms-box-orient: horizontal;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}


.center {
  margin-bottom: 1em;
  text-align: center;
}


.lead {
  font-size: 1.35em;
}


.imageRight {
    display: block;
    margin: .5em auto
}


/*--Slick Nav styles--*/  
/*
    Mobile Menu Core Style
*/

.slicknav_btn {
  display: block;
  vertical-align: middle;
  padding: .75em .75em .75em .75em;
  line-height: 1.2;
  cursor: pointer;
  }

.slicknav_menu  .slicknav_menutxt {
  display: block;
  float: left;
  line-height: 20px;
  font-size: 1.25em;
  color: #fff;
  font-weight: bold;
  }

  
.slicknav_menu .slicknav_icon {
  float: left;
  margin: 1px;
  }
  
  
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  margin: 3px;
  background-color: #fff;
  }
  
.slicknav_nav {
  clear: both;
  }
  
.slicknav_nav ul, .slicknav_nav li {
  display: block;
  }
  
.slicknav_nav .slicknav_arrow {
  margin: 0 0 0 0.4em;
  font-family: sans-serif;
  font-size: .85em;
  }
  
.slicknav_nav .slicknav_item {
  display: block;
  cursor: pointer;
  }
  
.slicknav_nav a {
  display: block
  }
  
.slicknav_nav .slicknav_item a {
  display: inline;
  }
  
.slicknav_menu:before, .slicknav_menu:after {
  content: " ";
  display: table;
  }
  
.slicknav_menu:after { clear: both }


.slicknav_menu {
  background-color: #7dab40;/*blue*/
  display: block;
  padding: 0
}

.slicknav_nav  {
  background-color: #6d9538;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
}

.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slicknav_nav ul {
  background-color: #5e7e35 !important;
  padding: 0;
  margin: 0;
}

.slicknav_nav a {
  padding: 5px 10px;
  margin: 0;
  text-decoration:none;
  color: #fff;
  text-transform: uppercase;
}

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_item:hover {
  background: #3f5522;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  text-decoration: none;
  margin: 0;
}

.slicknav_item:hover a {
  color: white;
}

.slicknav_nav a:hover {
  background: #283814; /*dark blue*/
  color: white;
  text-decoration: none;
  border-radius: 0;
}

.slicknav_nav ul > li a {
  padding-left: 20px;
}

/* ---- MAIN STYLES -----*/


.clearfix:before, 
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}


/* shows the hidden skip links on keyboard focus */
.skip:focus {
  background-color: #eee;
  left: 0;
  width: auto;
  height: auto;
  overflow: initial;
  padding: 0.15em 0.25em;
}


  header, 
  .contentContainer, 
  footer {
    width: 100%;
  }


.headerWrapper {
  background-color: #d7e5e3;
  background: url(https://360photocontest.com/templates/360photocontestfactor360com/2017/images/hills.svg) 50% 100% #d7e5e3 no-repeat;
  background-size: 2534px 275px;
}

header {
  height: 76px;
  position: relative;
}


header .logo {
  background: url(https://360photocontest.com/templates/360photocontestfactor360com/2014/images/photocontestlogo.png) 50% 50% transparent no-repeat;
  background-size: 250px 76px;
  display: inline-block;
  height: 76px;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}


.main {
  display: none;
}


.heroContent h1 {
  color: #fff;
  font-size: 1.75em;
  margin: 1.5em auto 0.5em;
  text-transform: uppercase;  
  max-width: 300px;
}

.heroContent .contentContainer {
  max-height: 355px;
  padding: 1em 0 1.5em;
  text-align: center;
}


.heroContent p {
  font-size: 1.25em;
  margin-bottom: 0.45em;
}


.heroContent p:last-of-type {
  font-family: 'Satisfy', cursive;
  font-size: 2em;
  color: #64913e;
  line-height: 1;
  margin-bottom: 0.65em;
}


.heroContent a, 
.ctaButton {
  background-color: #197eb6 !important;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 1.35em !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.15em 1em;
}


.ctaButton + a {
  display: block;
  margin-top: 1em;
  font-size: 1.25em;
}



/* subpages */

.subpage .subpageHeaderWrapper {
  background-color: rgba(241, 241, 241, 0.85);
  padding: 1em;
}
.subpage .subpageHeaderWrapper h1 {
  font-size: 2em;
  margin-bottom: 0;
}

.subpage .clientContent {
  min-height: 400px;
  margin: auto;
  padding: 1em 0 1.5em;
  width: 98%;
}

.subpage .clientContent p {
  font-size: 1.15rem;
  line-height: 1.25;
}

.subpage .clientContent ol {
  font-size: 1.15em;
  margin: 0 auto 1em;
  width: 98%;
}

.subpage .clientContent p > a, 
.subpage .clientContent span > a, 
.subpage .clientContent li > a {
  color: #197eb6 !important;
}


/* subpages > blog */

.blogLeft, 
.blogRight {
  width: 100%;
  margin-bottom: 3em;
}

.blogLeft > span > img {
  display: block;
  margin-bottom: 1em;
}
.blogLeft .blogDate {
  font-style: italic;
}
.blogLeft > span > h4:nth-of-type(n+2) {
  margin-top: 1em;
}


.blogRight {
  margin-bottom: 0;
  text-align: center;
}

.blogRight:before,
.blogRight:after {
  content: " ";
  display: table;
}

.blogRight:after {
  clear: left;
}

.blogRight > strong:first-of-type {
  font-size: 1.15em;
}
.blogRight > strong + br {
  display: none;
}
.blogRight > br,
.blogRight > strong {
  display: none;
}

.blogRight > span {
  float: left;
  width: 50%;
  text-align: left;
}

.blogRight > span:first-of-type:before {
  content: "Categories";
  display: block;
  color: #000;
  font-weight: 700;
}

.blogRight > span:last-of-type:before {
  content: "Month";
  display: block;
  color: #000;
  font-weight: 700;
}

.blogRight a[href="/rss.aspx"] {
  display: inline-block;
  margin-top: 3.5em;
}


.pullquote{
  background-color:rgba(255,255,255,.25);
  border-top:4px solid #c8dcac;
  border-bottom:4px solid #c8dcac;
  margin:.5em auto .75em;
  padding:1em 0 1.25em;
  text-align:center;
}
.pullquote p {
  font-size:1.25em;
  margin-bottom:0;
  -webkit-margin-after:0;
}
.pullquote p span{
  display:block;
  font-size:.75em;
  margin-top:.35em;
}


/* subpages > cards */

.cardContainer {
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;  

  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
}

.card {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  background-color: rgb(25,126,182);
  box-shadow: 0 9px 10px -5px rgba(5,5,5,0.5);
  border-radius: 3px;
  margin: 0 1% 2.5em;
  height: 100%;
  -webkit-transition: 0.2s all ease-in;
  -moz-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  -ms-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  transition-property: background-color, transform, box-shadow;
  width: 98%;
}
.card:hover {
  background-color: rgba(25,126,182,0.85);
  box-shadow: 0 7px 10px -5px rgba(5,5,5,0.5);
  -webkit-transform: translate(0,2px);
  -moz-transform: translate(0,2px);
  -ms-transform: translate(0,2px);
  -o-transform: translate(0,2px);
  transform: translate(0,2px);
}
.card .cardTitle {
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
.card .cardTitle a {
  color: #fff !important;
  display: block;
  min-height: 100px;
  max-height: 120px;
  padding: 1em;
  position: relative;
  text-align: center;
  width: 100%;
}
.card .cardTitle span {
  display: block;
  padding: 0.25em;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  word-break: keep-all;
  width: 100%;
}


/* subpages > timeline 

.timelineContainer {
  margin: 1.5em auto 0;
  position: relative;
  width: 96%;
}


.timeContainer {
  background-color: #e2ddd3;
  border-radius: 3px;
  margin-bottom: 1.5em;
  padding: 0.5em 1em;
  position: relative;
}
.timeContainer h2 {
  margin-top: 0.25em;
  text-align: center;
}
*/


/* timeline - new */

.mainContain {
  margin: 1em 0;
  width: 100%;
}

.sidebar, .timelineContainer {
  width: 100%;
}

.sidebar ul {
  padding-left: 0;
}
.sidebar ul > li, 
.sidebar ul > li a {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.sidebar ul > li {
  display: block;
  font-size: 1.15em;
  margin: 0.15em 0;
  padding: 0 0.15em;
  text-align: center;
}
.sidebar ul > li:hover {
  background-color: #d4dacc;
  border-radius: 4px;
}
.sidebar ul > li a {
  display: block;
  padding: 0.15em;
}
.sidebar ul > li a:hover {
  text-decoration: none !important;
}
.sidebar .active {
  background-color: #c9deae;
  border-radius: 4px;
}
.sidebar .active a {
  transform: translate(2px,-2px);
  -webkit-transform: translate(2px,-2px);
  -moz-transform: translate(2px,-2px);
  -o-transform: translate(2px,-2px);
}


.timelineContainer .timeContainer {
  background-color: #e9efe9;
  border-radius: 4px;
  max-height: 500px;
  overflow: hidden;
  opacity: 1;
  padding: 1em;
  transition: 0.5s opacity;
  -webkit-transition: 0.5s opacity;
  -moz-transition: 0.5s opacity;
  -o-transition: 0.5s opacity;
}
.timelineContainer .timeContainer[aria-hidden="true"] {
  max-height: 1px;
  margin-bottom: 0;
  opacity: 0.1;
  padding: 0;
  background-color: transparent;
}


/* subpages > how it works */

.processList {
    list-style-type: none;
    padding-left: 0
}

.processList:before,.processList:after {
    content: " ";
    display: table
}

.processList:after {
    clear: both
}

.processList>li {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    margin: 1%;
    padding: .25em;
    width: 98%
}

.processList>li img {
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 150px
}

.processList>li p {
    font-size: .95em;
    margin-bottom: .5em;
    text-align: center
}

.processList>li p strong {
    display: block;
    text-transform: uppercase;
    font-size: .75em;
    margin-top: .75em;
    margin-bottom: .25em
}

.processList>li ul>li {
    font-size: .85em;
    margin-top: 0!important
}


/* subpages > features */

.feature {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: .5em auto;
    padding: 1.5em;
    text-align: center;
    background: white
}
.feature h2 {
    font-variant: small-caps
}
.feature ul {
  color: #7dab40;
    margin: .5em 0;
    padding: 0;
    list-style-type: none;
}
    .feature ul > li {
      margin-bottom: 0.75em;
      vertical-align: top;
    }


/* homepage */

.welcomeContent:last-of-type {
  background-color: rgba(25,126,182,0.85);
}
.welcomeContent:last-of-type p {
  color: #fff;
  font-size: 1.35em;
  margin: 1em 0 1.5em;
  padding: 0 2%;
}
.welcomeContent .contentContainer {
  padding: 1em 0 1.5em;
}
.welcomeContent h1 {
  letter-spacing: -1px;
  font-size: 2.15em;
}
.welcomeContent p {
  margin: 0 auto 1em;
  padding: 0 0.5em;
}
.welcomeContent:first-of-type p {
  font-size: 1.65em;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}


.connectContent {
  background-color: #383838;
}
.connectContent .contentContainer {
  text-align: center;
}
.connectContent .social {
  color: #fff;
}
.connectContent .social p, 
.connectContent .social ul {
  display: block;
  height: inherit;
  line-height: inherit;
  margin: 0;
}
.connectContent .social p {
  font-size: 1.1em;
  line-height: 38px;
}
.connectContent .social ul {
  background-color: #fbf7ee;
  list-style: none;
  padding: 0.35em 0.35em;
}

.connectContent .social ul > li {
  display: inline-block;
}
.connectContent .social ul > li img {
  width: 40px;
  padding: 5px 0;
}


.statsContent {
  border-top: 5px solid #d7e5e3;
  border-bottom: 5px solid #d7e5e3;
}
.statsContent .contentContainer {
  padding: 1.5em 0 1.85em;
}
.statsContent .flexContainer {
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.statsContent .flexContainer > div {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 1% 2.5em;
  width: 98%;
}

.statsContent .flexContainer > div p:first-of-type {
  color: #197eb6;
  font-size: 3.55em;
  font-weight: 700;
  line-height: 1.15;
}
.statsContent .flexContainer > div p {
  color: #383838;
  font-size: 1.45em;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}


.hostingContent {
  background-color: #fbf7ee;
  border-bottom: 5px solid #7ea840;
}
.hostingContent .contentContainer {
  padding: 1em 0 0.25em;
}
.hostingContent h2 {
  margin-bottom: 0.75em;
  text-align: center;
  width: 100%;
}
.hostingContent h3 {
  color: #6f9550;
  line-height: 0
}
.hostingContent .flexContainer {
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}


.hostingContent .flexContainer > div {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0 0.65em;
  text-align: center;
  width: 95%;
}


.hostingContent .flexContainer > div h3:before {
  content: " ";
  display: inline-block;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 30px;
  margin-right: 10px;
  margin-bottom: -5px;
  width: 30px;
}

.hostingContent .flexContainer > div:first-of-type h3:before {
  background-image: url(https://360photocontest.com/templates/360photocontestfactor360com/2017/images/raisefundsIcon.jpg);
}

.hostingContent .flexContainer > div:nth-of-type(2) h3:before {
  background-image: url(https://360photocontest.com/templates/360photocontestfactor360com/2017/images/gathercontactsIcon.jpg);
}

.hostingContent .flexContainer > div:nth-of-type(3) h3:before {
  background-image: url(https://360photocontest.com/templates/360photocontestfactor360com/2017/images/havefunIcon.jpg);
}


.spotlightsContent {
  background: url(https://360photocontest.com/templates/360photocontestfactor360com/2017/images/featured-hills.png) 50% 100% #7ea840 no-repeat;
  background-size: cover;
  border-bottom: 5px solid #d7e5e3;
}


.spotlightsContent .contentContainer {
  padding: 1em 0 1em;
}


.spotlightsContent h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0.75em;
}


.spotlightsContent .flexContainer {
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}


.spotlightsContent .flexContainer > div {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;

  margin: 0 1% 1em;
  width: 98%;
}

.spotlightsContent .flexContainer > div a {
  color: #fff;
  display: block;
  text-align: center;
}


.spotlightsContent .flexContainer > div img {
  border: 4px solid #197EB6;
  border-radius: 50%;
  display: block;
  margin: 0 auto 0.5em;
  min-width 100px;
  max-width: 150px;
}


.spotlightsContent .flexContainer > div p {
  color: #fff;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 0;
  text-align: center;
}




.donate2voteContent {
  background-color: #f3f3f3;
}
.donate2voteContent .contentContainer {
  padding: 1em 0 1.5em;
}
.donate2voteContent h2, 
.donate2voteContent p {
  text-align: center;
}




.footerWrapper {
  background-color: #7dab40;
  color: #fff;
}


.newsletterContent {
  background-color: rgba(255,255,255,0.35);
  padding: 1em 0;
  text-align: center;
}


footer {
  padding: 1em 0 1.5em;
  text-align: center;
}



/* subpages > contact */
[id*="ajaxPanelMainPanel"] {
  margin: auto;
  width: 100%;
}

/* subpages > contact > submit */
[id*="_btnSubmitForm"], 
[id*="ctl00_cphPageContent_btnSubmit"],
[id="btnSubscribe"] {
    font-size: 1.1em;
    display: block;
    background: #197eb6 !important;
    border: 0;
    border-radius: 0.2em;
    color: #fff;
    cursor: pointer;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    margin: .25em auto;
    outline: 0;
    padding: 0.3em 0.65em;
    text-transform: uppercase;
}
[id*="ctl00_cphPageContent_btnSubmit"] {
  margin: .25em 0;
}





/* #! lightbox */
.LightBoxContainer {
  text-align: center;
}

.LightboxImage {
  width: 44%;
  max-width: 190px;
  margin: 0 .75em 1em 0;
  padding-left: 0!important;
  border: 5px solid rgba(225, 104, 38, 0.17);
}

.lb-nav {
  height: 94%;
}

.lb-dataContainer {
  position: relative;
  top: -30px;
  background: white;
}

.lb-data .lb-caption {
  font-size: 18px;
  color: #ed1b24;
}

.subOverlaybtn {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ed1b24;
  padding: .25em 1em;
  color: #fff
}







@media screen and (min-width: 450px) {

.welcomeContent:first-of-type p:first-of-type {
  margin-top: 1em;
}

.connectContent .contentContainer {
  text-align: right;
}


.connectContent .social {
  color: #fff;
  line-height: 50px;
  height: 50px;
  margin-right: 30px;
}


.connectContent .social p, 
.connectContent .social ul {
  display: inline-block;
}

.connectContent .social ul {
  padding: 0 0.35em;
}


}




@media screen and (min-width: 650px) {


/* .heroContent .contentContainer:before {
  background: url(/templates/360photocontestfactor360com/2017/images/topicons.png) 50% 50% transparent no-repeat;
  background-size: contain;
  content: " ";
  display: block;
  min-height: 80px;
  max-height: 100px;
  margin-bottom: 2em;
} */

.heroContent h1 {
  min-width: 385px;
}

.heroContent p {
  font-size: 2em;
  margin-bottom: 0.1em;
}


.heroContent p:last-of-type {
  font-size: 2.15em;
}


.statsContent .flexContainer {
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0 auto;
  width: 95%;
}
.statsContent .flexContainer > div {
  margin: 0 0 0.5em;
  text-align: center;
  width: 33.33%;
}


.spotlightsContent .flexContainer {
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0 auto;
  width: 95%;
}
.spotlightsContent .flexContainer > div {
  margin: 0;
  text-align: center;
  width: 33.33%;
}


}


@media screen and (min-width: 700px) {

/* timeline - new */

  .mainContain {
    margin: 1em auto;
    width: 700px;
  }

  .sidebar, .timelineContainer {
    float: left;
  }

  .sidebar {
    margin-right: 10px;
    width: 190px;
  }
  .sidebar ul > li {
    text-align: left;
  }
  .sidebar .active a {
    transform: translateX(8px);
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -o-transform: translateX(8px);
  }

  .timelineContainer {
    margin: 0 auto;
    width: 500px;
  }

}


@media screen and (min-width: 750px) {

.welcomeContent:first-of-type .contentContainer {
  position: relative;
}
.welcomeContent:first-of-type .contentContainer:before, 
.welcomeContent:first-of-type .contentContainer:after {
  background-size: 122px 100px;
  content: " ";
  position: absolute;
  top: 1.33em;
  height: 100px;
  width: 122px;
}
.welcomeContent:first-of-type .contentContainer:before {
  background: url(https://360photocontest.com/templates/360photocontestfactor360com/2017/images/camera.svg) 50% 50% transparent no-repeat;
  left: 5px;
}
.welcomeContent:first-of-type .contentContainer:after {
  background: url(https://360photocontest.com/templates/360photocontestfactor360com/2017/images/heart.svg) 50% 50% transparent no-repeat;
  right: 5px;
}

.hostingContent .flexContainer > div {
  width: 33.33%;
}


}


@media screen and (min-width: 768px) {

/* helpers */

    .imageRight {
        float: right;
        margin: 0 0 1em 1em
    }

    
/* homepage */

.donate2voteContent .contentContainer {
  min-height: 200px;
}

.hostingContent .flexContainer {
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0 auto;
  width: 95%;
}


/* subpages > cards */

.cardContainer {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.card {
  margin: 0 2% 2em 0;
  width: 31.99%;
}
.card:nth-of-type(3n), 
.timelineContainer .card:nth-of-type(2n) {
  margin-right: 0;
}
.timelineContainer .card:nth-of-type(3n) {
  margin-right: 2%;
}

.timelineContainer .card {
  width: 46%;
}


/* subpages > how it works */

    .processList>li {
        margin: 1%;
        min-height: 200px;
        width: 48%
    }
    .processList>li img {
        float: left;
        margin-right: 2%;
        width: 31.33%
    }
    .processList>li div {
        float: left;
        width: 66.66%
    }
    .processList>li p {
        font-size: .85em;
        text-align: left
    }
    .processList>li p strong {
        margin-top: 0;
        margin-bottom: .25em
    }


/* subpages > contact */

[id*="ajaxPanelMainPanel"] {
  width: 80%;
}


}


@media screen and (min-width: 850px) {

header {
  height: 98px;
}

header .logo {
  background-size: 215px 65px;
  background-position: 50% 0%;
  height: 98px;
  left: 0;
  right: auto;
  width: 215px;
}


/* menu */

.slicknav_menu {
  display: none;
}

nav.main {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}
  
nav.main > ul {
 display: none;/*prevent flash of unstyled content*/
   padding-left: 0;
   height: 100%;
  list-style: none;
}
nav.main ul li ul {
  height: auto;
}

.menu {
  display: block!important;
  margin: 0;
  text-align: right;
  background: none;
  height: 100%;
}

.menu li {
  display: inline-block;
  width: auto;
  vertical-align: top;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 1.25em;
  cursor: pointer;
}

.menu li, .menu a {
  font-size: 1em;
}

.menu a {
  padding: 1em 0.55em;
  display: block;
  text-transform: uppercase;
}

.menu>li>ul>li a {
   text-transform: none;
}

.menu a, 
.menu li a, 
.subMenu a {
  color: #000;
}
.menu a:hover,
.menu li a:hover, 
.subMenu a:hover {
  color: #fff; 
  text-decoration: none;
}

.menu > li:hover > a {
  background: #7dab40;
  color: #fff;
}

.menu > li ul {
  background-color: #7dab40;
  position: absolute;
  top: 46px;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;-
  transition: opacity 0.2s;
  min-width: 168px;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  font-variant: normal;
  }

.menu li ul li {
  display: block;
  text-align: left;
}

.menu li ul li a {
  font-style: normal;
  padding: 0.65em 0.55em;
}

.menu li ul li > a:hover {
  background-color: #3f5522;
}

.menu > li:hover ul  {
  display: block;
  opacity: 1;
  visibility: visible;
}

.menu >li:hover >ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.menu ul ul {
  top: 2px;
  left: 100%;
}

.menu ul ul ul {
  display: none !important;
}

.menu li:last-of-type>ul>ul {
  top: 0px;
  right: 100%;
}

.menu li:last-of-type ul {
  left: inherit;
  right: 0px;
}


.welcomeContainer {
  background: url(https://360photocontest.com/templates/360photocontestfactor360com/2017/images/squiggly.svg) 50% 15px transparent no-repeat;
  background-size: 650px 245px;
}

  .welcomeContent:first-of-type {
    min-height: 215px;
  }
  .welcomeContent:first-of-type p:first-of-type {
    margin-top: 1.5em;
  }
.welcomeContent:first-of-type .contentContainer:before, 
.welcomeContent:first-of-type .contentContainer:after {
  background-size: 162px 132px;
  top: 2.75em;
  height: 132px;
  width: 162px;
}


/* subpages > how it works */

    .processList>li {
        float: left;
        margin-top: 0;
        margin-bottom: 0;
        margin: 1%;
        padding: .25em;
        min-height: 200px
    }
    .processList>li img {
        border-radius: 50%;
        float: left;
        margin-right: 2%;
        width: 31.33%
    }
    .processList>li div {
        float: left;
        width: 66.66%
    }
    .processList>li p {
        font-size: .85em;
        margin-bottom: .5em
    }
    .processList>li p strong {
        display: block;
        text-transform: uppercase;
        font-size: .75em;
        margin-bottom: .25em
    }
    .processList>li ul>li {
        font-size: .85em;
        margin-top: 0!important
    }


}


@media screen and (min-width: 900px) {

/* menu */

.menu li, 
.menu a {
  font-size: 1.025em;
  height: 100%;
}
.menu>li>ul>li, 
.menu>li>ul>li a {
  font-size: 1.05em;
  color: #fff;
}

.menu a {
  padding: 0.85em .85em;
}


.heroContent .contentContainer {
  max-height: 355px;
  padding: 1em 0 1.5em;
  text-align: center;
}
.heroContent p {
  font-size: 2.75em;
  margin-bottom: 0.1em;
}
.heroContent p:last-of-type {
  font-family: 'Satisfy', cursive;
  font-size: 3.35em;
  color: #64913e;
  margin-bottom: 0.65em;
}


.heroContent a {
  background-color: #64913e;
  color: #fff;
  display: inline-block;
  font-size: 1.2em;
  font-variant: small-caps;
  letter-spacing: 1px;
  padding: 0.15em 1em;
}


.welcomeContent h1 {
  letter-spacing: -1px;
  font-size: 2.15em;
}
.welcomeContent p {
  padding: 0;
}


/* subpages > blog */

  .blogLeft {
    width: 80%;
    float: left;
  }

  .blogRight {
    width: 18%;
    float: right;
    text-align: left;
  }

  .blogRight > br, 
  .blogRight > strong {
    display: block;
  }

  .blogRight > span {
    float: none;
    width: 100%;
    text-align: left;
  }

  .blogRight > span:first-of-type:before, 
  .blogRight > span:last-of-type:before {
    display: none;
  }

  .blogRight a[href="/rss.aspx"] {
    display: inline;
  }


/* subpages > how it works */

    .processList>li {
        float: left;
        margin-top: 0;
        margin-bottom: 0;
        margin: 1%;
        padding: .25em;
        min-height: 200px
    }
    .processList>li img {
        border-radius: 50%;
        float: left;
        margin-right: 2%;
        width: 31.33%
    }
    .processList>li div {
        float: left;
        width: 66.66%
    }
    .processList>li p {
        font-size: .85em;
        margin-bottom: .5em
    }
    .processList>li p strong {
        display: block;
        text-transform: uppercase;
        font-size: .75em;
        margin-bottom: .25em
    }
    .processList>li ul>li {
        font-size: .85em;
        margin-top: 0!important
    }


/* subpages > features */

    .feature {
        width: 49%;
        min-height: 450px;
    }
    .feature ul {
      margin-bottom: 1em;
      vertical-align: top;
    }
    .feature ul > li {
      display: inline-block;
      min-height: 50px;
      width: 48%;
    }
    .feature:first-of-type ul > li {
      min-height: 20px;
    }


}


@media screen and (min-width: 980px) {

header .logo {
  background-size: 320px 98px;
  background-position: 50% 50%;
  width: 320px;
}
  
}


@media screen and (min-width: 975px) {

  .welcomeContainer {
    background-size: 720px 272px;
  }

  .welcomeContent:first-of-type p:first-of-type {
    font-size: 2.15em !important;
  }

}






@media screen and (min-width: 1000px) {

  header, 
  .contentContainer, 
  .subpage .clientContent, 
  footer {
    margin: auto;
    width: 1000px;
  }

  .headerWrapper {
    background-size: 3225px 350px;
    min-height: 400px;
  }

.heroContent h1 {
  font-size: 2.5em;
  margin: 2.55em auto 0.5em;
  max-width: 600px;
}


}


@media screen and (min-width: 1100px) {

/* subpages > how it works */

    .processList>li {
        float: left;
        margin-top: 0;
        margin-bottom: 0;
        margin: 1%;
        padding: .25em;
        width: 31.33%;
        min-height: 185px
    }
    .processList>li img {
        border-radius: 50%;
        float: left;
        margin-right: 2%;
        width: 31.33%
    }
    .processList>li div {
        float: left;
        width: 66.66%
    }
    .processList>li p {
        font-size: .85em;
        margin-bottom: .5em
    }
    .processList>li p strong {
        display: block;
        text-transform: uppercase;
        font-size: .75em;
        margin-bottom: .25em
    }
    .processList>li ul>li {
        font-size: .85em;
        margin-top: 0!important
    }


}