.row2 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 52.5rem;
}
  .row2:before, .row:after {
    content: " ";
    display: table; }
  .row2:after {
    clear: both; }
  .row2.collapse > .column,
  .row2.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row2.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row2 .row2 {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row2 .row2:before, .row .row:after {
      content: " ";
      display: table; }
    .row2 .row2:after {
      clear: both; }
    .row2 .row2.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row2 .row2.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row2 .row2.collapse:after {
        clear: both; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 45px; }




.pop-up {
	position: fixed;
	margin: 20% auto;
	left: 0;
	right: 0;
	z-index: 2;
}

.box {
    background-color: whitesmoke;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20%;
    position: relative;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
}

.button {
    margin 0 auto;
	background-color: #7CCF29;
	margin-bottom: 30px;
}

.button:hover {
    background-color: #ef4b4b;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
}

.close-button {
	transition: all 0.5s ease;
	position: absolute;
	background-color: #07a5e7;
	margin-left: 1px;
	margin-top: 1px;
	border-radius: 50%;
	border: 2px solid #fff;
	color: white;
	-webkit-box-shadow: -4px -2px 6px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: -4px -2px 6px 0px rgba(0,0,0,0.1);
	box-shadow: -3px 1px 6px 0px rgba(0,0,0,0.1);
	padding-top: 1.5px;
	padding-right: 7px;
	padding-bottom: 1.5px;
	padding-left: 7px;
	top: 209px;
	right: 50px;
}

.close-button:hover {
    background-color: tomato;
    color: #fff;
}

h13 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    background-color: #07a5e7;
}

p4 {
    padding: 20px 65px 10px 65px;
    color: dimgray;
}

h11 {
    color: dimgray;
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}
