body,
html {
  min-width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
/*  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;*/
  font-family: verdana,arial,sans-serif
  scroll-behavior: smooth;
}

body,
html {
  margin: 0;
  padding: 0;
}

.sensorImage {
  width: 100%;
  height: 100%;
}

.cityLogo {
  width: 166px;
  float: left
}

/* parallax */
.parallax-container {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.parallax {
  position: absolute;
  height: 170%;
  width: 100%;
  z-index: -2;
}

.changeTint {
  position: absolute;
  top: -200px;
  width: 100%;
  height: 200%;
  display: block;
  background-color: rgba(0, 0, 0, .0);
  z-index: 3;
  transition: all 300ms ease 0ms;
}

.changeTint:hover {
  background-color: rgba(0, 0, 0, .3);
}

/* end of parallax */


#scroll-to-top {
  position: fixed;
  bottom: 120px;
  right: -40px;
  z-index: 99;
  cursor: pointer;
  padding: 15px;
  width: 40px;
  height: 40px;
  border-radius: 5px 0px 0px 5px;
  background: rgba(0, 0, 0, .4);
  color: #fff;
  -webkit-text-stroke: .5px rgba(0, 0, 0, .4);
  font-size: 18px;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

#ScrollUpIcon {
  position: relative;
  top: -8px;
  right: 2px;
}

#PageTop {
  position: absolute;
  top: 0px;
}

.animateUpButtonIn {
  -webkit-transform: translate(-40px, 0);
  -moz-transform: translate(-40px, 0);
  -o-transform: translate(-40px, 0);
  -ms-transform: translate(-40px, 0);
  transform: translate(-40px, 0);
}

.white-section {
  padding: 50px 50px 0px 50px;
  position: relative;
  text-align: center;
  color: #666666 !important;
}

.white-section p {
 /* font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;*/
  font-family: verdana,arial,sans-serif;
}

.white-section-content {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto !important;
  float: none !important;
}

.white-section h2 {
  font-weight: 600;
  font-size: 46px;
  color: #f40034 ;
  line-height: 1em;
  margin-top: 52px;
}

.white-section-text1 {
  line-height: 1.9em;
  line-height: 1.9em;
  font-weight: 300;
  font-size: 20px;
  /*letter-spacing: 0.4px;*/
}

.white-section-text2 {
  line-height: 1.9em;
  font-weight: 500;
  font-size: 20px;
  font-size: 18px;
  letter-spacing: 0.4px;
  line-height: 1.9em;
  padding-top: 0px !important;
  padding-bottom: 30px !important;
  margin-top: 40px !important;
  margin-bottom: 0px !important;
  max-width: 1080px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.white-section-text3 {
  color: #f40034 !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.9em;
}

.white-section-text3-small-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.9em;
  padding-bottom: 28px;
}

.white-section-text4 {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.9em;
  padding-bottom: 25px;
}

#section_about {
  padding-top: 87px;
}

/*my two collum*/

* {
  box-sizing: border-box;
}

.fullBlue,
.fullWidthImage {
  width: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.fullWidthImage {
  padding-top: 50px;
}

.CustomApp {
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}


.custom-row {
  margin: 50px 50px 0px 50px;
  position: relative;
  color: #666666 !important;
}

.row-content {
  width: 100%;
  max-width: 1080px;
  float: none !important;
}

.row-content-wide {
  width: 100%;
  float: none !important;
  display: inline-table;
}

/* Clear floats after the columns */
.custom-row:after {
  content: "";
  display: table;
  clear: both;
}

.grey-curve-top {
  background-image: url(../images/Grey-curve-up.png);
  background-size: 100% 80px;
  background-repeat: no-repeat;
  top: 0;
  height: 80px;
  z-index: 1;
  display: block;
  background-color: #dcdcdc;
  padding-bottom: 100px;
}

.grey-curve-bottom {
  background-image: url(../images/Grey-curve-down.png);
  background-size: 100% 80px;
  background-position: center bottom;
  background-repeat: no-repeat;
  bottom: 0;
  height: 80px;
  z-index: 1;
  display: block;
  background-color: #dcdcdc;
  padding-top: 200px;
}

.blueTint {
  background: linear-gradient(rgba(244, 0, 52, 0.8), rgba(244, 0, 52, 0.8)), url(../images/Calgary_Skyline_May_2018_grey.jpg) center center / cover no-repeat;
}

.columnBlueBGImage {
  width: calc(100vw - 108px);
}

.columnBlueBGImageLeft,
.columnBlueBGImageRight {
  float: left;
  line-height: 1.5em;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  color: #ffffff !important;
}

.columnBlueBGImageLeft {
  /*width: 40%;
  width:100%;*/
  padding-left: 13%;
  padding-top: 113px;
  font-weight: 300;
  font-size: 27px;
  line-height: 1em;
  text-shadow: 0.01em 0.01em 0.1em rgba(0, 0, 0, 0.24);
  vertical-align: middle;
}

.columnBlueBGImageRight {
  line-height: 1.2em;
  /*width: 60%;
  width:100%;*/
  font-size: 29px;
  letter-spacing: 0.5px;
  text-shadow: 0.01em 0.01em 0.1em rgba(0, 0, 0, 0.24);
}

.topParallax {
  height: auto!important;
}
 .columnBlueBGImageLeft,
  .columnBlueBGImageRight {
    width: 100% !important;
    margin: 0 auto !important;
    padding-left: 0px;

  }

  .columnBlueBGImageRight {
    padding-left: 10% !important;
    padding-right: 10% !important;
    /*padding-top: 5% !important;*/
	padding-bottom:70px;
  }

  .columnBlueBGImageLeft {
    padding-top: 128px;
  }

.bigNumber {
  font-weight: 600;
  font-size: 166px;
  padding-bottom: 5%;
  text-shadow: 0.01em 0.01em 0.1em rgba(0, 0, 0, 0.24);
}

.columnBlueThird {
  width: 33%;
  float: left;
  padding: 20px;
  padding-top: 3%;
  padding-bottom: 3%;
  line-height: 1.5em;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff !important;
  padding-right: 6%;
}

.columnBlueThird:first-child {
  padding-left: 7%;
}

.columnBlueThird:nth-child(2) {
  width: 29% !important;
  padding-right: 1%;
}

.columnBlueThird:last-child {
  padding-right: 6%;
}

.fullBlue {
  color: #ffffff !important;
  text-align: center;
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 1.7px;
  line-height: 1.1em;
  padding-bottom: 20px;
  padding-top: 17px;
}

.fullBlue h2 {
  font-size: 30px;
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 1.4em;
  padding-top: 30px;
  letter-spacing: 0.5px;
  margin-left: 6%;
  margin-right: 6%;
}

.blueDowloadButton {
  border-width: 0px !important;
  border-radius: 100px;
  letter-spacing: 2px;
  font-size: 16px;
 /* font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;*/
  font-family: verdana,arial,sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background: #ffffff !important;
  padding-top: 15px !important;
  padding-right: 30px !important;
  padding-bottom: 15px !important;
  padding-left: 30px !important;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
  transition: all 300ms ease 0ms;
  margin-bottom: 20px;
}

.blueDowloadButton:hover {
  color: #ffffff !important;
  background: #f40034 !important;
}

a {
  color: #f40034;
  text-decoration: none;
 /* font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;*/
  font-family: verdana,arial,sans-serif;
  font-size: 16px;
}

h2 {
 /*font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;*/
 font-family: verdana,arial,sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 1.2em;
  padding-bottom: 10px;
}

p {
  /*font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;*/
  font-family: verdana,arial,sans-serif;
}




/* video stuff */
.fullscreen-bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
  height: 75vh;
  display: block;
  background-color: #F6F6F6 !important;
  position: absolute;
  /*  background-image:url(../images/calgary-70848_960_720.jpg) center center;
  background-size:cover;*/
}

video[poster] {
  /*position:absolute;*/
  /*opacity: 0.75;*/
  right: 0px;
  min-width: 100% !important;
  min-height: 100% !important;
  top: 0px;

}

/* Video controls */
.page-banner--video-controls {
  position: absolute;
  top: 60vh;
  z-index: 20;
  left: 50px;
}

.page-banner--video-controls a {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);

}

.page-banner--video-controls a:hover {
  text-decoration: none;
}

.page-banner--video-controls .button-text {
  padding-left: 5px;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #F6F6F6 !important;
}

/*video text */
.videoOverlayText {
  font-weight: 600;
  font-size: 37px;
  color: #ffffff;
  line-height: 1.4em;
  text-align: center;
  text-shadow: 0.09em 0.09em 0.04em rgba(0, 0, 0, 0.69);
  position: absolute;
  width: 100vw;
  text-align: center;
  top: 24vh;
  z-index: 2;
  word-wrap: break-word;
  padding-right: 17px;
}

.videoOverlayText h1 {
  /*font-family: 'Poppins', sans-serif;*/
  font-family: verdana,arial,sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.0em;
}

.videoOverlaySubText {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 23px;
  color: #ffffff !important;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: 0.09em 0.09em 0.04em rgba(0, 0, 0, 0.69);
  position: relative;
  /*top: -30px;*/
}

/* end of video text */

/* divider spacer */
.dividerSpace {
  height: 50px;
  display: block;
  width: 100%
}

/* circle counter */
.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.single-chart {
  width: 100%;
  justify-content: space-around;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 90%;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 0.75;
}

.circle {
  fill: none;
  stroke-width: 0.75;
  stroke-linecap: round;
  /* animation: progress 2s ease-out forwards; */
  animation: none;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.animate-me {}

.animate-now {
  animation: progress 4s ease-out forwards;
}


.circular-chart.white .circle {
  stroke: #ffffff;
}

.circular-chart.blue .circle {
  stroke: #ffffff;
}

.percentage,
.percentage-grey {
 /* font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;*/
 font-family: verdana,arial,sans-serif;
  font-size: 8px;
  text-anchor: middle;
  font-weight: 500;
}

.percentage {
  fill: #ffffff;
}

.percentage-grey {
 /* fill: #666666;*/
  fill: #ffffff;
}

/* make animation only when in visible portion of browser */
.come-in {
  animation: progress 2s ease-out forwards;
}

.come-in:nth-child(odd) {
  animation-duration: 0.6s;
}

@keyframes come-in {
  to {
    0% {
      stroke-dasharray: 0 100;
    }
  }
}

.no-underline:hover {
  text-decoration: none;
}

.bigNoticeFirstLine,
.bigNoticeSecondLine {
  font-weight: 500;
  font-size: 43px;
  color: #ffffff !important;
  line-height: 1em;
  text-align: center;
  text-shadow: 0.05em 0.04em 0.15em rgba(0, 0, 0, 0.6);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.bigNoticeFirstLine a {
  color: #ffffff !important;
}

.bigNoticeSecondLine {
  font-weight: 600;
  font-size: 65px;
}


/* Add a black background color to the top navigation */
.topnav {
  width: 800;
  height: 400px;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-family: 'Nunito Sans', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 600 !important;
  float: right;
}

.city_logo {
  margin-top: 10px;
}

.navigation {
  width: 1080px;
  margin: auto;
  position: absolute;
  top: 10px;
  z-index: 20;
  left: calc(50vw - 540px);
}


/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 13px;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: normal;
  color: #ffffff;
  text-shadow: 0.04em 0.04em 0.15em rgba(0, 0, 0, 0.4);
  font-family: 'Nunito Sans', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 600 !important;
}

.dropbtn {
  text-shadow: 0.04em 0.04em 0.15em rgba(0, 0, 0, 0.4);
}

/* Add an active class to highlight the current page */
.active {
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon,
  {
  display: none;
}

.mobile-icon {
  display: none;
  z-index: 100;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 21px;
}

.mobile-icon a {
  font-size: 26px !important;
  font-weight: bold;
  display: inline-block;
  transform: scale(1, 0.75);
  -webkit-transform: scale(1, 0.75);
  /* Safari and Chrome */
  -moz-transform: scale(1, 0.75);
  /* Firefox */
  -ms-transform: scale(1, 0.75);
  /* IE 9+ */
  -o-transform: scale(1, 0.75);
  /* Opera */
  color: #fff;
}

.icon {
  text-align: center;
}


.mobile-icon a,
.mobile-icon a:hover{
	text-decoration:none!important;
}

.navColorBar{
  position:absolute;
  left:-1000px;
  top:-20px;
  display:block;
  width:300vw;	
  height:104px;
  background-color:#f40034;
/* background-color: rgba(244, 0, 52, 0.59) !important;*/
  z-index:-1;
}

/* Dropdown container*/
.custom-dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button */
.custom-dropdown .dropbtn {
  font-size: 20px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: transparent;
 /* font-family: 'Poppins', sans-serif;*/
 font-family: verdana,arial,sans-serif;
  margin: 0;
}

/* Style the dropdown content*/
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 240px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.59) !important;
  width: 240px;
  padding: 25px 0px 10px 0px;
  text-align: left;
  border-top: 3px solid #ffffff;
  /*top:71px;*/
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  text-decoration: none;
  display: block;
  text-align: left;
  color: #FFF;
  width: 200px;
  padding: 0px 0px 10px 40px !important;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff !important;
  letter-spacing: 1px;
  text-shadow: 0.04em 0.04em 0.15em rgba(0, 0, 0, 0.4);
  font-family: 'Nunito Sans', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover,
.custom-dropdown:hover .dropbtn {
  color: #ffffff !important;
  text-shadow: 0.04em 0.04em 0.15em rgba(255, 255, 255, 0.4);
  transition: all .2s ease-in-out;
  text-decoration:none!important;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  /*  background-color: #ddd;
  color: black;*/
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.custom-dropdown:hover .dropdown-content {
  display: block;
}



/* footer */
.footer {
  background-color: #323232 !important;
  color: #ffffff;
  padding-top: 45px;
}

.footer-title {
  clear: both;
}

.footer-title-content {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.2em;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  width: 80vw;
  max-width: 1080px;
  margin: 0 auto !important;
  float: none !important;
}

.rowFooter {
  max-width: 1080px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7em;
  width: 80vw;
  max-width: 1080px;
  margin: 0 auto !important;
  float: none !important;
  margin: 0 auto !important;
  float: none !important;
}

.rowFooterColumnHolder {
  display: table-cell;
  width: 100%;
}

.columnFooter {
  float: left;
  width: 50%;
  padding-bottom: 35px;
  display: table;
}

.columnFooter p {
  font-family: "Open Sans", Arial, sans-serif;
}

/* Clear floats after the columns */
.rowFooter:after {
  content: "";
  clear: both;
}

.footer-legal-notice {
  clear: both;
  background-color: #323232 !important;
  padding-top: 10px;
  padding-bottom: 52px;
}

.footer-legal-notice-content {
  color: #666;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7em;
  width: 80vw;
  max-width: 1080px;
  margin: 0 auto !important;
  float: none !important;
}

.footer-legal-notice a {
  font-weight: 300;
  font-size: 14px;
}

.footer-ictc-logo {
  margin-top: 96px;
}

.footer-city-logo {
  max-width: calc(100vw - 54px);
  width: 412px;
}




/* add mask to section */
.clipped {
  width: 100vw;
  position: relative;
  z-index: 1;
  clip-path: url(#clip);
}

.clippedTop {
  width: 100vw;
  position: relative;
  z-index: 1;
  margin: -6vw 0;
  clip-path: url(#clipTop);
}

/* fade in section */
@keyframes fade-in {
  from {
    opacity: 0;
    transform: scale(.9, .9)
  }

  to {
    opacity: 1;
  }
}

.fade-in-element {
  animation: fade-in 1.4s;
}

.hidden {
  opacity: 0;
}

#customVideoControlls{
  display:block;	
}

/*fade in movie*/


/* felx box stuff */

.paddingBlock {
  padding: 0px 0;
}

.equalHMWrap {
  justify-content: space-between;
}

.eqWrap {
  display: flex;
}

.equalHM {
  width: 50%;
}

.equalHM4 {
  width: 25%;
}

.eq {
  padding-top: 50px !important;
  padding-right: 30px !important;
  padding-bottom: 50px !important;
  padding-left: 30px !important;
  text-align: center;
}

.eq4 {
  padding-top: 50px !important;
  padding-right: 65px !important;
  padding-bottom: 50px !important;
  padding-left: 65px !important;
  text-align: center;
}

.cell {
  max-width: 550px;
  margin: auto;
}

.cell p {
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  style="font-size: 16px;
line-height: 1.5em;
  text-align: center;
}

.cell h3,
.cell h4 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2em;
  margin-top: 30px;
}

.cell h5 {
  color: #333;
  font-weight: 500;
  line-height: 1em;
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  margin-top: 0px !important;
}


.greyBackground {
 /* background-color: #dcdcdc;*/
 background:#675c5d;
  color: #666666 !important;
}

.blueBackground {
  /*background-color: #0071db;*/
  background-color:#f40034;
  color: #ffffff !important;
}









/* rolling numbers */

@time: 4s;

.percentage {
  animation: meter @time linear;
}




/* inline moved to here */

.padding-adjust {
  padding-bottom: 0px;
}

.custom-blue {
 /* background-color: #0071db;*/
 background-color: #4b4b4b;
}

.custom-padding-top100 {
  padding-top: 100px;
}

.custom-padding-bottom15 {
  padding-bottom: 15px;
}

.custom-font-28 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3em;
}

.custom-font-26 {
  font-size: 26px;
  font-weight: 500;
}

.custom-font-17 {
  font-size: 17px;
  font-weight: 400;
}

.custom-text-adjust {
  text-align: left;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.6px;
}

.custom-text-adjust2 {
  text-align: left;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.6px;
}

.custom-text-adjust3 {
  padding-bottom: 27px;
  margin-left: 6%;
  margin-right: 6%;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.6px;
}

.custom-text-adjust4 {
  margin-top: 12px !important;
  padding-bottom: 20px !important;
}

.custom-text-adjust5 {
  padding-bottom: 25px !important;
}

.custom-text-adjust6 {
  font-weight: 300;
  margin-top: 12px
}

.custom-text-adjust7 {
  padding-right: 9%;
  padding-top: 50px
}

.custom-text-adjust8 {
  font-size: 22px;
  letter-spacing: 0.5px;
}

.custom-text-adjust9 {
  /*font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;*/
  font-family: verdana,arial,sans-serif;
  font-weight: 600;
}

.custom-text-adjust10 {
  font-style: italic;
  font-size: 14px;
  font-weight: 600;
  margin-top: -30px
}

.custom-text-adjust11 {
  font-size: 18px;
  line-height: 1.5em;
  /*font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;*/
  font-family: verdana,arial,sans-serif;
  font-weight: 600;
  padding-bottom: 30px;
}

.custom-text-adjust12 {
  font-style: italic;
  font-size: 16px;
  font-weight: 200;
  font-weight: 500;
  /*font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;*/
  font-family: verdana,arial,sans-serif;
}

.custom-text-adjust13 {
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 1em !important;
}

.custom-text-adjust14 {
  font-weight: 300;
}

.custom-text-adjust15 {
  font-style: italic;
  font-size: 14px;
  font-weight: 200;
  font-weight: 500;
 /* font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;*/
 font-family: verdana,arial,sans-serif;
}

.custom-text-adjust16 {
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 1em !important;
  /*color: #333*/
  color:#ffffff;
}

.custom-text-adjust17 {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7em;
  /*font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;*/
  font-family: verdana,arial,sans-serif;
  color:#ffffff;
}

.custom-text-adjust18 {
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
  /*font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;*/
  font-family: verdana,arial,sans-serif;
  color:#ffffff;
}

.custom-text-adjust19 {
  margin-bottom: 10px;
  color: #ffffff !important;
  line-height: 1.9em;
}

.custom-text-adjust20 {
  max-width: 250px;
  margin: auto;
  font-size: 18px;
  color:#ffffff;
}

.custom-text-adjust21 {
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
/*  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;*/
font-family: verdana,arial,sans-serif;
  margin-top: 50px;
  color:#ffffff;
}

.custom-text-adjust22 {
  color: #ffffff !important;
}

.custom-text-adjust23 {
  font-size: 18px;
  line-height: 1.5em;
}

.custom-text-adjust24 {
  color: #ffffff;
  text-decoration: underline;
}

.custom-text-adjust25 {
  font-size: 18px;
  line-height: 1.5em;
}

.custom-text-adjust26 {
  /*color: #f40034 !important;*/
  color:#ffffff !important;
  margin-bottom: 5px;
}

.custom-text-adjust27 {
  font-size: 18px;
  margin-bottom: 2px;
  color:#ffffff !important;
}

.custom-text-adjust271{
  color:#ffffff !important;
}


.custom-text-adjust28 {
  padding-bottom: 20px;
  color:#4b4b4b !important;
}

.custom-text-adjust29 {
  margin-bottom: 0px;
}

.custom-text-adjust30 {
  margin-top: 28px;
}

.custom-text-adjust31 {
  padding-right: 7%;
}

.custom-text-adjust32 {}


.custom-background3 {
  background: url(../images/hero-banner-home2_2x.jpg) center center / cover no-repeat;
}


.custom-image-adjust1 {
  margin-top: 30px;
}

.custom-image-adjust2 {
  padding-top: 9%;
}

.custom-image-adjust3 {
  margin-top: 30px;
}

.footer-logo {
    margin-top: 21px !important;
	margin-bottom: 20px;
}



.fullBlue-background {
  width: 100%;
  padding-bottom: 75px;
  padding-top: 25px;
  background: linear-gradient(rgba(244, 0, 52, 0.8), rgba(244, 0, 52, 0.8)), url(../images/Calgary_Skyline_May_2018_grey.jpg) center center / cover no-repeat;
}

.white-section-adjust1 {
  background-color: #dcdcdc;
  padding-bottom: 25px;
}

.custom-grey-background {
 background-color: #dcdcdc;
}

.custom-sup{
  top: -72px;
  font-size: 35%;
  position:relative;
}